home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 March: Reference Library / Dev.CD Mar OO RLDisk 1.toast / pc / about this cd / mar 00 developer cd assistant (.txt) < prev    next >
Encoding:
FileMaker Pro Database  |  2000-02-11  |  3.7 MB  |  95,822 lines

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1.  Copyright 1984-1998 FileMaker, Inc. 
  2. HBAM2016AUG95
  3. Pro 3.0
  4. icon@
  5. select
  6. quickt@
  7. architecture
  8. based
  9. cancelwindowcheckout@
  10. card@
  11. describes@
  12. fixing@
  13. images@
  14. improving
  15. national@
  16. overview@
  17. pool@
  18. quit@
  19. simpler@
  20. summary@
  21. summary
  22. maccalendar
  23. control
  24. strip
  25. module
  26. displays
  27. summary
  28. xcmds
  29. xfcns
  30. perform
  31. summary
  32. allows
  33. developer
  34. monitor
  35. therefore@
  36. versions@
  37. within@
  38. debug@
  39. network@
  40. stack@
  41. disposeresource
  42. debugging
  43. resource
  44. handles@
  45. multi-processing@
  46. appleevent@
  47. HBAM3016AUG95@
  48. APPLESCRIPT_BROWSER
  49. APPLESCRIPT_OPEN
  50. CDDATE
  51. CDNAME
  52. CDTITLE
  53. CONSTANT
  54. CONTENTS
  55. CURCNT
  56. CURREC
  57. CUSTOMSEARCH
  58. DESCRIPTION
  59.         FINDFIELD
  60. KEYWORDS
  61. KEYWORDSCALC
  62. NEWREVISEDCALC
  63. PATHNAME
  64. PATHNAMECALC
  65. PORTALCOLOR
  66. PORTALFILTERCALC
  67. PORTALSELECTIONCALC
  68. RECEIVED
  69. RECORDID
  70. REQUIREMENTS
  71. SEARCHSELECTED
  72. SHOWPATHNAME
  73. SHOWTEXT
  74. STATUS
  75. UPDATED
  76. WEB_FTP_URL
  77. _COLOR
  78. _CONTENT
  79. _CUSTOMFIND
  80. 2)    _HELPTEXT
  81.     _KEYWORDS
  82. _NAME
  83. _PORTALCLICK
  84. _PORTALFILTER
  85. _PORTALFILTERFIND
  86. _PORTALSELECTION
  87. _PORTALSELECTIONMATCH
  88.     _RECEIVED
  89. _REQUIREMENTS
  90. _SEARCH
  91. _SEARCHFIELD
  92. _SEARCHPACKAGE
  93. _SHOWPATHFLAG
  94. _UPDATED
  95. Sunday
  96. Monday
  97. Tuesday
  98.     Wednesday
  99. Thursday
  100. Friday
  101. Saturday
  102. January
  103. February
  104. March
  105. April
  106. August
  107.     September
  108. October
  109. November
  110. December
  111. 1st Quarter
  112. 2nd Quarter
  113. 3rd Quarter
  114. 4th Quarter
  115. ?P9W#P
  116. 2/11/009
  117. Closing Screen
  118. Intro
  119. Browser
  120. Package Info
  121. @>A    Developer
  122. Find Fewer Choices
  123. Find More Choices
  124. RecordID
  125. Custom Find
  126. Browser Custom Search
  127. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  128. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  129.  "") & "
  130. ! & "
  131.  "new") 
  132.  "updated") 
  133.  "New & Revised" 
  134.  "" )
  135. All Packages
  136. Mac OS SDK Edition
  137. Tool Chest Edition
  138. Reference Library Edition
  139. System Software Edition
  140. updatedG
  141. New & Revised
  142. PortalSelectionCalc
  143. ^("") )
  144. NameB
  145. CurCntB
  146. CurRecB
  147. DescriptionB
  148. ContentsB
  149. ReceivedB
  150. UpdatedB
  151. RequirementsB
  152. KeywordsB
  153. PathNameB
  154. PathNamecalcB
  155. ) - 1 )
  156. " & " - ")
  157. _SearchB
  158. SearchSelectedB
  159. _PortalClickB
  160. _ShowPathFlagB
  161. ShowTextB
  162.  = 1 
  163.  "Hide Path" 
  164.  "Show Path" )
  165.     Hide Path
  166.     Show Path2
  167. RecordIDB
  168. 33307
  169. _ColorB
  170. ConstantB
  171. A    FindFieldB
  172.  & " " & 
  173.      & " " & 
  174.  & " " & 
  175.  & " " & 
  176.  & " " & 
  177.  & " " & 
  178.  & " " & 
  179. PortalColorB
  180.  "" )
  181. _PortalSelectionMatchB
  182. ShowPathNameB
  183.  = 1 
  184.  "" )
  185. CDDateB
  186. CDNameB
  187.  3) + 1 
  188.  1) - 
  189.  " " 
  190.  3 ) - 1 )
  191. _SearchFieldB
  192. _SearchPackageB
  193. CustomSearchB
  194.  "Custom Search"
  195.  "" )
  196. Custom Search
  197.  "new")
  198.  "New"  
  199.  "updated") 
  200.  "Revised" 
  201.  "" )
  202. updatedG
  203. Revised
  204. AppleScript_OpenB
  205. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  206.  "" & "
  207. "try" & "
  208. "    tell application ""Finder""" & "
  209. "        open item """ & 
  210.  & """
  211. "        activate" & "
  212. "    end tell" & "
  213. "on error errMsg number errNum" & "
  214. "    --enter statements to perform when no records are found such as..." & "
  215. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  216. "    return" & "
  217. "end try"
  218. A--set theItem to choose file -- uncomment to test in an AS editor
  219.     tell application "Finder"
  220.         open item "
  221.         activate
  222.     end tell
  223. on error errMsg number errNum
  224. F    --enter statements to perform when no records are found such as...
  225. E    display dialog "Sorry, the item you selected could not be found."
  226.     return
  227. end try
  228. AppleScript_BrowserB
  229. StatusB
  230. KeywordsCalcB
  231.  ", " 
  232. _NameB
  233. _PortalFilterFindB
  234. _DescriptionB
  235. _RequirementsB
  236. +A    _KeywordsB
  237. ,A    _ReceivedB
  238. _UpdatedB
  239. _ContentB
  240. Web_FTP_URLB
  241. _WebB
  242. CDTitleB
  243.  1) - 1 )
  244. l Packages
  245. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  246.  "" & "
  247.  "try" & "
  248. "    tell application ""Finder""" & "
  249. "        open item """ & 
  250.  & """
  251. "        activate" & "
  252. "    end tell" & "
  253. "on error errMsg number errNum" & "
  254. "    --enter statements to perform when no records are found such as..." & "
  255. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  256. "    return" & "
  257. "end try"
  258. A--set theItem to choose file -- uncomment to test in an AS editor
  259.     tell application "Finder"
  260.         open item "
  261.         activate
  262.     end tell
  263. on error errMsg number errNum
  264. F    --enter statements to perform when no records are found such as...
  265. G    display dialog "Sorry, the folder you selected could not be found."
  266.     return
  267. end try
  268. elds then click Find or hit Enter.
  269. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  270.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  271.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  272. ackages list on the Browser screen.
  273. 0_    Any Field`
  274. All Packages
  275. HelpB
  276.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  277. IntroB
  278. Homem
  279. Quitn
  280. Browsero
  281. Find...p
  282. Homem
  283. Quitn
  284. Browsero
  285. Find...
  286. BrowserB
  287. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  288. navigating content on the Developer CD Series from Apple Developer Connection.
  289. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  290. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  291. tly to the package folder on the CD.
  292. The Find... button allows you to do full-text searches on all content available on the 
  293. Developer CD Series.
  294. More complete usage instructions are accessed by clicking the Help button.
  295. To quit the Developer CD Series Assistant, click Quit.
  296. Helpe
  297. Find...f
  298. Quith
  299. Browser
  300. Package InfoB
  301. Current Selection:{    <<
  302. ABBF>>
  303. F!Double-click title for more info.
  304. Find...
  305. Open Folder
  306. Package Info
  307. Export List
  308. Browser
  309. Open Folder
  310. Package Info
  311. Export List
  312. A    DeveloperB
  313. DescriptionR
  314. Revision InfoS
  315. FilesV
  316. RequirementsW
  317. Keywords[    Released:\
  318. Revised:b
  319. ABAI>> of <<
  320. ABAH>>h
  321. Current Selection: <<
  322. ABAB>>o    <<
  323. ABCC>>
  324. Web/FTP URL
  325. Open Folder
  326. Find...
  327. ABBF>>
  328. Browser
  329. Find Fewer ChoicesB
  330. A    DeveloperC
  331. Package InfoH
  332. HelpI
  333. Find...J
  334. Open Folder
  335. Current Selection:Q
  336. (Double-click to open)T
  337. QuitY    <<
  338. ABBF>>[.Import with auto update for record ID numbers.`
  339. Portal Selectiona
  340. Show Path Flagd
  341. Click Selecth
  342. Color for Portal Row Selectionk
  343. Show Portal Path}    Released:~
  344. Revised:
  345. Open Folder
  346. ABAI>> of <<
  347. ABAH>>
  348. From Package Info
  349. From Browser
  350. From Browser
  351. From Package Info
  352. Browser
  353. A    DeveloperC
  354. Package InfoH
  355. HelpI
  356. Find...J
  357. Open Folder
  358. Current Selection:Q
  359. (Double-click to open)T
  360. QuitY    <<
  361. ABBF>>[.Import with auto update for record ID numbers.`
  362. Portal Selectiona
  363. Show Path Flagd
  364. Click Selecth
  365. Color for Portal Row Selectionk
  366. Show Portal Path}    Released:~
  367. Revised:
  368. Open Folder
  369. ABAI>> of <<
  370. ABAH>>
  371. From Package Info
  372. From Browser
  373. From Browser
  374. From Package Info
  375. Browser
  376. Find...
  377. Open Folder
  378. ABBF>>
  379. Rectangle Buttons
  380. Find...
  381. Status:
  382. Joint Solutions
  383. Marketing
  384. Specialists
  385. in Web, Print 
  386. and Electronic
  387. Media
  388. 831.471.1500
  389. info@jointsolutions.com
  390. www.jointsolutions.com
  391. Database design: Sheila Kliewer
  392. Data Wizard 831 336-2129
  393. sheilasgk@aol.com
  394. www.DataWizardFMP.com
  395. Find More ChoicesB
  396. Find any package containing:
  397. Cancel
  398. containst    any field
  399. Cancel
  400. More Choices
  401. To search for specific text within package title, package descriptions, or filenames:
  402.  To search any field for a keyword, enter your desired search criteria.
  403.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  404. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  405. Find (fewer choices)
  406. RecordIDB
  407. RecordID
  408. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  409. HTML Text Extractor
  410.  and 
  411. PDF Text Extractor
  412. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  413. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  414. Description
  415. Revision Info
  416. Files
  417. Requirements
  418. Keywords
  419. Released
  420. Revised
  421. Disk/Edition
  422. Web/FTP URL
  423. Cancel
  424. Fewer Choices
  425. Find (more choices)
  426. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  427. gress.
  428. d by your search will appear in the packages listB
  429.  on the Browser screen.
  430. masterB
  431. Unlock Status Bar
  432. Intro
  433. Quit Button
  434. Quit JSM
  435. Browser
  436. Package Info
  437.  = "Custom Search"
  438. Custom Search
  439. Browser Portal
  440. ) = 0    
  441. Show Path
  442. Browser Portal Validation
  443. ) > 0
  444. A    Auto Open
  445. "New & Revised"
  446. New & RevisedB
  447. Go To Record Next
  448. Go To Record First
  449. Go To Record Last
  450. Go To Record Previous
  451. A    Developer
  452. Find Cancel
  453. "All Packages"
  454. All Packages
  455. Find More Choices
  456. Find Fewer Choices
  457. "Any Field"
  458.     Any FieldB.
  459. "All Packages"
  460. All Packages
  461. Find...
  462. "Any Field"
  463.     Any FieldC.
  464. "All Packages"
  465. All PackagesD
  466. Find Execute
  467. A    Find None
  468. )  = 0    
  469.     Try Againgl
  470. cript"
  471.  "1")
  472. CanceloggleDoScript
  473. Toggle
  474. No packages match your request.C+
  475. ) = 1    
  476. "All Packages"
  477. All Packages
  478. A    Find Some
  479. "Custom Search"
  480. Custom Search
  481. A    Find Prep
  482. "Custom Search"
  483. Custom Search
  484. A    Find Prep
  485. Find Request
  486. Find Request
  487. Package Open Folder
  488. Browser Open Folder OLD
  489. ) = "Browser"    
  490. Browser
  491. Z] ow templates in Ne
  492. Canceldialog`
  493. Select a Package to open.D>
  494. ) =  "Package Info"    
  495. Package Info
  496. Import From Master
  497. ) = "Find More Choices"    
  498. Find More Choices
  499.   = "All Packages"
  500. All Packages
  501.  = "Any Field"
  502.     Any Field
  503.  = "Package Title"
  504. Package Title
  505.  = "Any File Name"
  506. Any File Name
  507. Find More Clear
  508. Find More Find
  509. Export List
  510. Cancel
  511. Save the current list to a text file called "Developer CD Search Results"?B+
  512. ) = 2    
  513. AppleScript_Browser
  514. AppleScript_Open
  515. -nulltell application "Developer CD Series Assistant"
  516.     set CDTitle to get data cell "CDTitle" of current record
  517. end tell
  518. tell application "Finder"
  519.     if (disk CDTitle exists) is false then
  520.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  521. end tellFasdUAS 1.101.10
  522. -nulltell application "Developer CD Series Assistant"
  523.     set CDTitle to get data cell "CDTitle" of current record
  524. end tell
  525. tell application "Finder"
  526.     if (disk CDTitle exists) is false then
  527.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  528. end tellFasdUAS 1.101.10
  529. .coregetd****
  530. CDTitle
  531. cdtitle
  532. CDTitle
  533. Developer CD Series Assistant
  534. eAFDCT
  535. Patagrande
  536. Developer CD Series Assistant
  537. 'APPLAFDC
  538. Developer CD S
  539. eries Assistant 
  540. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  541. :Developer CD Series Assistant
  542. Net Ref Zone
  543. tyler.jointsolutions.com
  544. Patagrande
  545. Tyler Stone
  546. .coredoexbool
  547. cdtitle
  548. CDTitle
  549. boovfals
  550. .sysodlogaskr
  551. AThe item you selected could not be found. Please insert the CD - 
  552. cdtitle
  553. CDTitle
  554. Cancel
  555. Continue
  556. Continue
  557.     thechoice
  558.     theChoice
  559. Finder
  560. Patagrande
  561. Finder
  562.     l@FNDRMACS
  563. System Folder
  564. Patagrande:System Folder:Finder
  565. Ref Zone
  566. tyler.jointsolutions.com
  567. Patagrande
  568. Tyler Stone
  569. .aevtoappnull
  570. .aevtoappnull
  571. .coregetd****
  572. cdtitle
  573. CDTitle
  574. .coredoexbool
  575. Button: Web
  576. Browser Portal OLD
  577. Find Prep OLD
  578. .coregetd****
  579. CDTitle
  580. cdtitle
  581. CDTitle
  582. Developer CD Series Assistant
  583. Patagrande
  584. Developer CD Series Assistant
  585. 'APPLAFDC
  586. Developer CD S
  587. eries Assistant 
  588. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  589. :Developer CD Series Assistant
  590. Net Ref Zone
  591. tyler.jointsolutions.com
  592. Patagrande
  593. Tyler Stone
  594. .coredoexbool
  595. cdtitle
  596. CDTitle
  597. boovfals
  598. .sysodlogaskr
  599. AThe item you selected could not be found. Please insert the CD - 
  600. cdtitle
  601. CDTitle
  602. Cancel
  603. Continue
  604. Continue
  605.     thechoice
  606.     theChoice
  607. Finder_
  608. Patagrande
  609. Finder
  610.     l@FNDRMACS
  611. System Folder
  612. Patagrande:System Folder:Finder
  613. Ref Zone
  614. tyler.jointsolutions.com
  615. Patagrande
  616. Tyler Stone
  617. .aevtoappnull
  618. .aevtoappnull
  619. .coregetd****
  620. cdtitle
  621. CDTitle
  622. .coredoexbool
  623. .sysodlogaskr
  624.     thechoice
  625.     theChoice
  626. ) = -128    
  627. cdtitle
  628. CDTitle
  629. boovfals
  630. .sysodlogaskr
  631. Import From Master
  632.     Developer
  633. Unlock Status Bar
  634.     Auto Open
  635. Intro
  636. Package Info
  637. Browser
  638. Quit Button
  639. Quit JSM
  640. Button: Web
  641. Package Open Folder
  642. Browser Open Folder OLD
  643. Browser Portal
  644. Browser Show Path
  645. Browser Portal Validation
  646. Go To Record First
  647. Go To Record Previous
  648. Go To Record Next
  649. Go To Record Last
  650. Find Cancel
  651. Find More Choices
  652. Find Fewer Choices
  653. Find...
  654. Find Execute
  655. :    Find Prep
  656. Find Request
  657. >    Find None
  658. @    Find Some
  659. Find More Clear
  660. Find More Find
  661. Export List
  662. AppleScript_Browser
  663. AppleScript_Open
  664. Browser Portal OLD
  665. Find Prep OLD
  666. _    Any Field`
  667. All Packagesg
  668. sample code
  669. oqtutwS6
  670. ingVfp;
  671. mtiEi]B
  672. {M{nH
  673. nro`v6Z
  674. nrruq'
  675. nrquj 
  676. nrvxj11*i
  677. ncSitmc-n
  678. peEFQ`h0Gj>Y
  679. xON\mu5MqA`
  680. lpoid
  681. yrrq0b
  682. glnnopn:m
  683. .RPTH
  684. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  685. FaliA
  686. Current
  687. CD_Catalog.FP3
  688. FMP3FMP3
  689. Joint Solns Apple 10/99
  690. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  691. MSPCA
  692. NAMEA
  693. CD_Catalog.FP3
  694. RPTHA
  695. CD_Catalog.FP3
  696. alisA
  697. Current
  698. CD_Catalog.FP3
  699. FMP3FMP3
  700. Joint Solns Apple 10/99
  701. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  702. .RPTH
  703. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  704. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  705. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  706. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  707. y~Yh&2?IPd
  708. ?)04&
  709. ~VB}z}
  710. |t_V]`^UY[XU\``[ZX\ba!=`]NN]ZUZ]A)+
  711. Sb`^U\L
  712. %--/.+--+//+1&
  713. *&)1& 2#
  714. /,/1-,,
  715. *--+/00-/-+--,+.0/+.+&.#
  716. ")*+"DcaNR\WV^`XV\ZU[\XV]YZZ
  717. htC;7AHh
  718. h`bjSB=!4Qk
  719. fN>FD8P;^
  720. wR:,TQR[|
  721. z0"@V
  722. >EFWG
  723. $*2",0&$Fdha[eb
  724. Wjg_hi_^glh[XG@FIF>BDB>EHIDCBFKJ
  725. -IF;:FD<?DG1
  726. ?KKH@F:
  727. "#%# ## %%!&
  728. '$!!%"%'
  729. !"!$%%"$" ""! #%$ #!
  730. .IF8;B>=DD?>A@=AB?=B@AAB EeNZgfiY
  731.  4Jkga\^_]_GP *>MRRb^\d]dge^\ec\\df^c
  732. w6)*.&
  733. OPPQXl
  734. oqtutwS6
  735. ingVfp;
  736. mtiEi]B
  737. {M{nH
  738. nro`v6Z
  739. nrruq'
  740. nrquj 
  741. nrvxj11*i
  742. ncSitmc-n
  743. peEFQ`h0Gj>Y
  744. xON\mu5MqA`
  745. lpoidcb+`
  746. yrrq0b
  747. glnnopn:m
  748. UUc\U
  749. \[QRUUQRZc5
  750. ,\RTTRPXRTZJ@:7)&%((02(*
  751. )8DVTPXVRSPTYTPSVSRNGWRR[WPSTURSSPUWRTRTSTQNISS\ZKL>2X6
  752. $Z`bJ );OO\PGWPRVQV[WRVTPL
  753. [\VPSTRTRA0EUBFMD-71B5'0249
  754. .8\XFQWT[XQUPVUIVQZ_VYP$(QTYHB\UURV^GA\ULD\RTUP[`WRXRFWL!
  755. JXVQX`_YV`XS^\
  756. packages@
  757. chest@
  758. edition@
  759. library@
  760. edition@
  761. revised
  762. packages@
  763. reference@
  764. reference
  765. library
  766. edition@
  767. tool@
  768. chest
  769. edition@
  770. 1.5b16@
  771. 32-bit@
  772. 5thcolumn@
  773. 145b@
  774. 7.5.2
  775. 7.5.2
  776. 7200/9500@
  777. 7.5.3
  778. 4400/200@
  779. 7200/9500@
  780. a-law
  781. sdec/scom@
  782. analyzer@
  783. apple
  784. developer
  785. archive@
  786. applesingle/appledou
  787. format@
  788. bbedit
  789. cfm-68k@
  790. chinese
  791. handwriting
  792. client@
  793. applescript@
  794. FaliA
  795. VDEFA
  796. VDEFA
  797. RPTXTIXSQXXOW\XPWUPV\ZSWZPiRXUFT\ZF.I^P^[T^US*%2<<HBI=0Z^HN\OOZ?B]PFDLZT^[RUXUJTTSZVNOSTORVTPOTUXVR+BZVVJFG@8+-,,CNHNRNTXRVTSZNGWTPRQ
  798. NRWYRSZVP2>TU;$0?0T
  799. O&JRU_\TQ^]ZPQSTRP[QGOUZS;TV(8
  800. PS[VQRX[Q]F
  801. `_VWZZVW_f8
  802. *aXYYXV\WY_PG@@<</,>;?593,6@JZYU\[WXVY^YVXZXXTK\XW`
  803. \UXZZWWXUZ\XYXYXYWTNYXcZ- 
  804. 9TaUK\VW[V[`\X[YUP``[UXYWZVC+6H6513-2
  805.  8`\KU[X^\VZUZXLZV^bZ]S'*TY\KD^ZYWZaLD`ZQ
  806. H`VXZU^c[W\VI[R4!N\ZV\bb\Zb\X``WUY\XL]XV\]U\`\V\ZU[_^X\^VW]XJY`^4
  807. +B9>78@23
  808. -:*4F2.B,&8*,//GXb`WY\YNXZX_[TUYZUW[YVTYZ][
  809. W3H^VJ6/11+
  810. 4;19BHY]X[XX^RK\YUXVXXYTX[]XX^[U:>QSB24E;PL,MXZc`YWa`^VVXYWV`ULUZ^Y>RU'<( VY`[WW]_V`M-01!+
  811. GF@@BC@@FL*
  812. +GABB@?D@BF:4./;J5.I=,$'
  813. $.6BB?DC@A?BDA@ABA@>8DA@GD>ABB@BB?CDABACBCA?:CBKC
  814. )BKA:GABFBFKHCFDA>LLFADECEB?,3C0
  815. -$)',
  816. 2MI:CHELICFBGG@HCLPHJB"&BFJ<;NGGDHP<8NGA<MDFGCMRJDJE:HA$
  817. >IGCJPPJGQJFOMDBFIF<JEBIJAHMJBHFBGLKDHJBCHG:ELJ'
  818. +(( [&+
  819. 4CLIBDFD;BDBHD??BB?@CB@?BBEC@
  820. #4DNVIDD@?9<;8FKCJRKAC@BA@E<8CA>@?
  821. @ >@CD@@DC?#
  822. 3ABHFA@GFD??*@A@?F>8>BE?6VU*9
  823. >AFB@?DF?G6
  824. dXc_]Xly[GGDn
  825.  8F.-+0/3k
  826. _vqSB2`
  827. <,R`X>7
  828. yB/@MUk^cS6|vb
  829. pr|~d<(,@g
  830. _DESCRIPTION
  831. )    _HELPTEXT
  832.     _KEYWORDS
  833. _NAME
  834. _PORTALCLICK
  835. _PORTALFILTER
  836. _PORTALFILTERFIND
  837. _PORTALSELECTION
  838. _PORTALSELECTIONMATCH
  839.     _RECEIVED
  840. _REQUIREMENTS
  841. _SEARCH
  842. _SEARCHFIELD
  843. _SEARCHPACKAGE
  844. _SHOWPATHFLAG
  845. _UPDATED
  846. ^heGJm
  847. db]cdo
  848. mTJLEc
  849. 8?K3,&I
  850. (5jidV
  851. RlXG/%09<MC@9&EHAqd@fc@MDH_Mf
  852. }hPQj~
  853. @]g\..]B<g`9
  854. V'-+ !-9++'+*-[
  855. UERkUTH^eD@IIQz
  856. KX\vFGf
  857. *#'$#"#1Tr
  858. R;?I}
  859. 8IA;877@
  860. ,ZZ@EB
  861. _9% .!
  862. wM2B=MgZ^S<yd
  863. ^tp_wv
  864. cReZbfjjlt
  865. vW3 #&W
  866. Yi`<n
  867. _EGHENhq
  868. !;?*.2
  869. Q+aqa\ M^dG2(0,5IA=8'C?^yITiFGC?SR_>'.()
  870. ([)4Ka|
  871. HefU1QhCOhe3p
  872. .:5410/5m
  873. G[~e\ZQ>:S[MPOY
  874. %%$&)$
  875. y/RPA!
  876. G.1%#?8)*(
  877. PCebaOPBZiNX
  878. Z8DBB[NRLIui
  879. _hlWmz
  880. W5KIM`_Z]kaY_fX
  881. teeXNzt[ZX>`
  882. F?TYSNKP
  883. C3XDL8;+@YG<
  884. 1Jvl[
  885. hQ7*1-0?875-@HzcCaJA@:JQY6
  886.   "*+))-(#%&
  887. cKdj^CXjDDke1j
  888. c%579
  889. <(,("31
  890. zokk]/1K]orYIr
  891. "!*,&w
  892. % ,#)22B
  893. tE*#/:DX
  894. #ZFPEG<H75K;;
  895. kJ;C5D<FBZjz
  896. kvk]mShreL5CTFOUM@PVUitn
  897. Bc\DVIaRYhm
  898.     (RQ-A060@+&2,5
  899. TN]`@0+.)/+1-4?Y}HMP?A7FJA*
  900. '"%'%
  901. %(&-/,d
  902. BFeeXFZT@YoX1
  903. ' +%'-,6z
  904. m_aG.4C[qjDEVz
  905. "%,0-.#m
  906. '<26:669z
  907. P9MG5
  908. $TYC-K,
  909. JBU|ge
  910. yi@9983=Bi`
  911. ]hQnZdjF6@BHME@@VZhrstp
  912. hD^:Rzlrypq
  913. d)7=h
  914. #F7+"H(
  915. 2*/[RX
  916. #\NRbL@.()'%-+<?ld=G;C:@A(
  917. a9akZ9D;D]tF5
  918. $4.140/.a
  919. s]\b_WX]G>I=]iR]lWbo
  920. ',.02'6
  921. s[0>1F}
  922. =8400+4p
  923. l)>Ql
  924. _.n74@e/
  925. tq;<8/4Nih
  926. ceH\a[]52HMEM;8EL^jpuwpo
  927. c,_1yroee^n
  928. g:G:y
  929. a#(?m
  930. K1g' 9`"
  931. pPPYSGM*+'"(0<JmB?5=?:5
  932.  !(./11*6
  933. :Ip[I`<[me/L
  934. ~\J.80>d
  935. 40/++&,Z
  936. eGTXNZcKCR=Wds
  937. sLGqrko
  938. "+*'&)+*!
  939. l9173(% 
  940. (CD# 09\
  941. k<:/1a]{q]P@_TA59LQDFH@Qfia`bfed
  942. }n}t[\S2
  943. 6@;fG?JR[
  944. m\yL;b
  945. KDa_Z\n
  946. `+E1<
  947. e[IUUFSH**#&9;WM<71A5#
  948. $& !#
  949. #,.+**,+'s
  950. \2D`iphgl;+r
  951. Z3,/.'%$
  952. t`]Tfvz[HN?Tt
  953. nQTPJ<Iq
  954. '.--0/.+
  955. /-<)/+
  956. NSmio}Ze
  957. _94@iXqWb>ZL.0DFNK;7A]mmkpkieU|
  958. sp}ZdbB?1
  959. ;UNMUn
  960. QOMH=D^u
  961. [/@f,
  962. v,5RNU{XS
  963. U[GL[KAV=)'-=;L;A.?1
  964. '././-,+!I
  965. qP?PX[Z=)\
  966. .-4&-,
  967. \`aSg{
  968. wUCDh[DKTWXaRXv
  969. !%!#(,*+
  970. E,QJh
  971. WJBU{Tr$
  972. vz]~wgn
  973. G3`cSVcHUM#;OQLMA/DW[SVageeW^
  974. t<^\p
  975. VJLJO9
  976. WFMRSZORdz
  977. V=*s?I
  978. g6.*9r6W!
  979. iOL>SRBCR2(=>8:C3<2
  980. &(%%)+**#4
  981. *d'"%"$
  982. ZPPQcf`m|xhil46FICJOV~
  983. "6kBd
  984. >2RK8!
  985. ",+-,&%&$"
  986. LVqrlw
  987. ^6></O~VH
  988. 0'E~i
  989. nazX/lWL\U@F
  990. #<DEC@8Vhikg_^_YWP
  991. t\SWH
  992. DEQH=ELSi
  993. |GP-Z`
  994. +x Gz6+
  995. !%AiX
  996. wKA<SK?M;'E92A<0.
  997. -a+)()
  998. :'&( 
  999. t`I;3^np{
  1000. }vbTp
  1001. 2/4#6
  1002. C"(01/.+(&
  1003. H;3*<{
  1004. 4cU`GM\w
  1005. dY]r`fU2aNJR??*8KSMNOEFeilnlifc[J\
  1006. |zjJ>$
  1007. $66+3
  1008. |=UEA]%`
  1009. 6\7<0,>i
  1010. fG;=K@C6$=53;/+
  1011. &284/*"
  1012. ),..,,+*)
  1013. ~&66,2
  1014. *[mkWz
  1015. G:Q?M+p
  1016. t_yjw
  1017. o' %&'$
  1018. 8ePT:?O$"$2X(6OFJ
  1019. /2"8SloP
  1020. reXcOVVYY=OIE3=6H\fihhba]GOVX\_ZKPK
  1021. kfU9F
  1022. /077R>>
  1023. lSLJj
  1024. ;V\[C:-
  1025. .Z))8/.zr
  1026. -BY[9
  1027. \754@7:9<<)433&*'7DJJHFB=4%$%%')'"$
  1028. 0289O==
  1029. ^TYJLe
  1030. P?r68o|gn
  1031. @?cG^~<+Km
  1032. tYhpp
  1033. sg^^j
  1034. tM:.EG
  1035. eV4bi$
  1036.     >S0^l#
  1037. hTT_a[ZGMYhPHD44>EVRUWROcsreORTSTRR@
  1038. djqAD
  1039. 7KIRD%H
  1040. l[Vdm
  1041. lgywagmi}
  1042. jNpxnijq
  1043. B9'LR
  1044. #!"*326=K:43'$,7@97510?PQA/&$%
  1045. 7IFND(C
  1046. ]A4-;>l
  1047. ndwnlbYzN@
  1048. =$&##
  1049. aI7;a
  1050. /GK_op3
  1051. >LQQ{
  1052. aP[\8E^aF?ENKSNI:>09jvxrfab]YXE_
  1053. }WBVz
  1054. 3-8cE0/
  1055. {I462?F@@[
  1056. k.+AM
  1057. &.)C^i1
  1058. &%52""(%/@A-+1::7*#
  1059. -9FIA,*
  1060. xO>36O*
  1061. 4-8\C01%
  1062. j\li_T@IfOI
  1063. @($&53]
  1064. !"#+?A*#
  1065. vRObu
  1066. !'/(%#
  1067. J7C]72
  1068. .9M]Z5
  1069. {JFH[LDTh
  1070. xpF(k^Bu
  1071. SBIKR=1;T[_f`_`XNKGM
  1072. P/-<Q
  1073. U8][A1A
  1074. ?4<>560BJM'
  1075. [7>DXalhXR>Cv
  1076. -&5H,$
  1077. $'0CC&    
  1078. }7$''+
  1079. 6\;  "&
  1080. &'%(,/*'$#
  1081. ?3;=652<:>&
  1082. $'+*&#
  1083. ydZMPG[WTWvneczoz
  1084. vMfsTr}
  1085. m3##+93z
  1086. &0-)#
  1087. ]:>LXw
  1088. y296b
  1089. tH.Kwvx
  1090. k?BOFOe
  1091. n`6~u`
  1092. 7OGQN13_ohd]WSNGDF9
  1093. lI2m|mX<?s
  1094. [1:131;jkZi
  1095. 9EM?JdodO98NJ@
  1096. vv}id\jx
  1097. T$6;V-
  1098. O\4&    
  1099. |dU=Xk}
  1100. X,%%'-)
  1101. ,+%h|
  1102. )/-+(%$$! !
  1103. QkE.!$
  1104. 8UVKh
  1105. jeylhaVT_cY\lb]bv
  1106. {7.-06,)x
  1107. &21/.*%# 
  1108. f:@He
  1109. B>2-(
  1110. %)4)"
  1111. dlVE?X]}H
  1112. q-)]\SL
  1113. 2qy].ReV5
  1114. pDX[X
  1115. sAsxa
  1116. 7N>JC/Yrojje]TOOK4h
  1117. hC6/~zhe_K+@ceQ
  1118. `,3kVKt
  1119. D=XWC\rjdJOWl[P
  1120. stzja{
  1121. |\GMn
  1122. lHN;,)<?n?
  1123. _*-P53B
  1124. 1><0|
  1125. c;S@U
  1126. e,')(,&&e^
  1127. '1/,,+)&$$!
  1128. 42-,*+"
  1129. _-3gTGf|
  1130. #%.'"
  1131. xn][O\b\hYazpbnkh
  1132. @*.127[
  1133. |!9!4
  1134. ()(*)'"
  1135. &C=6.%
  1136. uYadR
  1137. -FC6##/2.
  1138. \|:%3C
  1139. \F@[p
  1140. jP=FYEg
  1141. 9OE48;\\`c`]SKHDBl
  1142. d1(Cq
  1143. zmcTMMI]HA
  1144. 7XcWb
  1145. y^UktkN@
  1146. x@Kif|
  1147. @MQKBE5
  1148. Lc, $/
  1149. kS80EVn3
  1150. 68vzW
  1151. tU6);q
  1152. 4%+*'3Rv
  1153. i#0#1
  1154. "62/+*%##"*
  1155. e<wtm
  1156. '+#)981$#,/-!
  1157. }x:CjdegQJ
  1158. hGlmM
  1159. BOMS_KIcmtv
  1160. v6?A:(
  1161. o`srmcv
  1162. 5NFVQ5Omd;,y
  1163. @OE7A5.;CRq
  1164. >LI,1U\SMNMRE9W~
  1165. y\GM>@<_
  1166. 9SdRt
  1167. iQUSF>Tq
  1168. g_p^o
  1169. S?DBE;I
  1170. q!IFPJ
  1171. 16RU+!]x
  1172. mRE->War
  1173. r()&)
  1174. ^-463*)
  1175. %+".:4)!# 
  1176. _lspcT^
  1177. \</!)
  1178. ?Ip}gX_icmft
  1179. W&) N
  1180. 1.+&"
  1181. ;9.94)#
  1182. {\gd`u
  1183. n1%&2-(YjK
  1184. =HW_O;ONJ_bx
  1185. E9?3Eqme_ZPFK
  1186. |vfun`UA45V
  1187. c<iaE
  1188. yS-GSC7
  1189. g@<=8K
  1190. 2+HA+
  1191. s^cQ^ln
  1192. r3Ru|
  1193. G$)%E
  1194. 0/,*("
  1195. 00,1*0+'
  1196. Fu]hus]V
  1197. [         B
  1198. =45/&"
  1199. vX^Um
  1200. FB.!"SdP7
  1201. <aTm)
  1202. SE}xIRJm
  1203. @675QZVSMDS
  1204. zpkdWSIK=63
  1205. MPdhGKSH;JQZY610
  1206. _2<1L
  1207. #PN90
  1208. ).'!^
  1209. " ylR^h
  1210. X-$'%
  1211. ohhZj
  1212. 64G@+
  1213. ]GL<0)7v
  1214. I>2;YTMIc
  1215. a>@HL=
  1216. AZld?CV_\F2VWT8C
  1217. rZKVl
  1218. `[\P\qF%/,
  1219. },    ?@9
  1220. /2fTXWVYY`
  1221. 737'%
  1222. bKEH+$WrH_
  1223. HKM]^j
  1224. d^^YN?;ANDUfA
  1225. Q:1OfO\
  1226. Srlu]VKLB*
  1227. h>QcGYR9XmfZC@^]A
  1228. 0/l}bPO[w|x
  1229. "@Y3Q8>AMQN`;*`
  1230. 1)'!#
  1231. qK\oVvZ^
  1232.  &$# 
  1233. /%(.*
  1234. '& %&1.,
  1235. i:QyD*8LN>6o
  1236. rYac[VRICKE?@VR|
  1237. a/4_Y
  1238. e]WebJWC@0
  1239. AM;QW]ULXashbO`f
  1240. j/9}iLS_RkUW
  1241. okW/    
  1242. R l0X=&*6;.&YodL2`rp
  1243. ('&" #!
  1244. "$'%"$&-)' '*
  1245. VAkX>
  1246. &%El{
  1247. !((.'"*3>0)"
  1248. }UHG6 F
  1249. W]b\VNKA@8>D>*bo(
  1250. gF87A=7Be
  1251. SqXFA>,'5USx
  1252. 8G1HVlfgVUew
  1253. tS>\T?l
  1254. |exZq|sy}
  1255. dC5.&
  1256. 6p<5=c
  1257. o%$))'
  1258. q .*& 
  1259. $ Do}
  1260. #+*+$#',2*(%
  1261. *1/((!
  1262. $/.+*,'!
  1263. TiqnbbUPK?503<>ei?.
  1264. A,+7PTN=5;<:r
  1265. zBy^`4
  1266. BGAK4":}
  1267. R8Ee
  1268. :=IIHWbtrjajicWn
  1269. _"*0.+,
  1270. #&+,)%'&$"A
  1271. (*$(+#5
  1272.  ?<01#
  1273. $ '!%*&$,U
  1274. w_Nv}
  1275. KdjL66
  1276. D[h_SNLGG<.E_g\hp_c
  1277. %,'7><=EQWYT>y
  1278. G+0-K
  1279. zckUI3HQ<K?G
  1280. }:A:16SUQgdmujadz
  1281. ,?E4#)
  1282. ',(%$#
  1283. )-)..%4jBc
  1284. !&()&
  1285. h76lMj
  1286. !:4,/'"
  1287. !e3#]
  1288. $'"&#$&$#)In
  1289. W63bY\m
  1290. "/,(+ 
  1291. ;[ivx
  1292. soZPX\YOSVSOW[[NUTSW]\
  1293. 8[XJHXUPVZ8
  1294. N]\ZPXG
  1295. "++.,(++(--)/$
  1296. ($'/$
  1297. 0-))-*-/*)*
  1298. '**),..*-+(*+)(,.-
  1299. (+)$+ 
  1300. :`\ILWQPZ[RQWTOVXSPXTVVW)Y
  1301. .sysodlogaskr
  1302.     thechoice
  1303.     theChoice
  1304. ) = -128    
  1305.  to the previous package.
  1306. To find all new and revised packages on the current CD:
  1307.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1308.  Double-click an interesting-looking item in the packages list to see information about that package.
  1309. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1310. To search for specific text within package title, package descriptions, 
  1311. or filenames:
  1312.     Click the Find... button on the toolbar at the bottom of any screen.
  1313.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1314.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1315.     Click the Find button. The packages found by your search will appear in t
  1316. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1317.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1318. To Display the full path to a package on the CD:
  1319.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1320.  click the Show Path button in the toolbar at the bottom of the screen.
  1321. To Open a package
  1322. s folder on the CD:
  1323.     From the Browser, select the package from the list and click the Open Folder button.
  1324.     From a package info screen, click the Open Folder button.
  1325. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1326. Browser Show Path
  1327. Browser Show Path
  1328. ^("")
  1329. ^("")
  1330. @ @0`
  1331. `0@ p
  1332. P @0`
  1333. `0@ p
  1334. @ @0`
  1335. `0@ p
  1336. P @0`
  1337. `0@ p
  1338. @ @0`
  1339. `0@ p
  1340. P @0`
  1341. `0@ p
  1342. `@p0p 
  1343. `@p0p 
  1344. `@p0p 
  1345. 99:CD_Catalog.FP3
  1346. FaliA
  1347. Current
  1348. CD_Catalog.FP3
  1349. FMP3FMP3
  1350. Joint Solns Apple 10/99
  1351. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1352. MSPCA
  1353. NAMEA
  1354. CD_Catalog.FP3
  1355. RPTHA
  1356. CD_Catalog.FP3
  1357. alisA
  1358. Current
  1359. CD_Catalog.FP3
  1360. FMP3FMP3
  1361. Joint Solns Apple 10/99
  1362. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1363. .RPTH
  1364. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1365. 2T!941
  1366. UUc\U
  1367. lpoidcb+`
  1368. yrrq0b
  1369. glnnopn:m
  1370. nrquj 
  1371. nrvxj11*i
  1372. ncSitmc-n
  1373. peEFQ`h0Gj>Y
  1374. xON\mu5MqA`
  1375. mtiEi]B
  1376. {M{nH
  1377. nro`v6Z
  1378. nrruq'
  1379. oqtutwS6
  1380. ingVfp;
  1381. nubusI
  1382. objectI
  1383. octoberJ
  1384. onlyA
  1385. openF
  1386. openedA
  1387. orientedJ
  1388. otherD
  1389. outlinesJ
  1390. overE
  1391. packageC
  1392. packagesA
  1393. packetK
  1394. packetsK
  1395. parserM
  1396. partF
  1397. particularF
  1398. pascalO
  1399. patchesN
  1400. patchingL
  1401. patternsC
  1402. physicalL
  1403. platformI
  1404. plug-inA
  1405. plug-insA
  1406. portK
  1407. portableA
  1408. powerbookN
  1409. powerpcD
  1410. pre-translateD
  1411. prerequisitesJ
  1412. previouslyA
  1413. printF
  1414. printingF
  1415. problemM
  1416. processD
  1417. productD
  1418. productsD
  1419. providedD
  1420. providesA
  1421. quadraM
  1422. quadrasM
  1423. quickdrawF
  1424. quicklyA
  1425. quitF
  1426. +RPTH
  1427. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  1428. FaliA
  1429. Current
  1430. Catalog.txt
  1431. TEXTttxt
  1432. Joint Solns Apple 10/99
  1433. +Current:Joint Solns Apple 10/99:Catalog.txt
  1434. MSPCA
  1435. NAMEA
  1436. Catalog.txt
  1437. RPTHA
  1438. Catalog.txt
  1439. alisA
  1440. Current
  1441. Catalog.txt
  1442. TEXTttxt
  1443. Joint Solns Apple 10/99
  1444. +Current:Joint Solns Apple 10/99:Catalog.txt
  1445. QRPTH
  1446. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  1447. MSPCA
  1448. NAMEA
  1449. Developer CD Search Results
  1450. RPTHA
  1451. Developer CD Search Results
  1452. FaliA
  1453. Current
  1454. ADC_Master.FP3
  1455. FMP3FMP3
  1456. Joint Solns Apple 10/99
  1457. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1458. MSPCA
  1459. NAMEA
  1460. ADC_Master.FP3
  1461. RPTHA
  1462. ADC_Master.FP3
  1463. alisA
  1464. Current
  1465. ADC_Master.FP3
  1466. FMP3FMP3
  1467. Joint Solns Apple 10/99
  1468. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1469. FMRLA
  1470. SORTA
  1471. FMRLA
  1472. FMRLA
  1473. FMRLA
  1474. FMRLA
  1475. FilterB    SelectionC
  1476. ClickedE
  1477. CUstom
  1478. (LIST
  1479. LISTA
  1480. New & Revised
  1481. Mac OS SDK Edition
  1482. System Software Edition
  1483. Tool Chest Edition
  1484. Reference Library Edition
  1485. All Packages
  1486. Custom Search
  1487. VDEFA(
  1488. (LIST
  1489. LISTA%Any Field
  1490. Package Title
  1491. Any File Name
  1492. VDEFA(
  1493. (LIST
  1494. LISTAPAll Packages
  1495. New & Revised
  1496. Tool Chest CD
  1497. Reference Library CD
  1498. System Software CD
  1499. VDEFA(
  1500. (LIST
  1501. VDEFA(
  1502. (LIST
  1503. VDEFA(
  1504. (LIST
  1505. VDEFA(
  1506. (LIST
  1507. (LIST
  1508. PortalFilterB
  1509. SearchFieldC
  1510. SearchFilterD
  1511. PortalFilterCalcE
  1512. ReceivedF
  1513. UpdatedG
  1514. Keywords
  1515. VDEFA(
  1516.     Helvetica
  1517. Geneva
  1518. Palatino
  1519. Chicago
  1520. NewRevisedCalcB
  1521.  "new")
  1522.  "New"  
  1523.  "updated") 
  1524.  "Revised" 
  1525.  "" )
  1526. updatedG
  1527. Revised
  1528. AppleScript_OpenB
  1529. t_OpenB
  1530. Pro 3.0 - 4.1F!
  1531. USENGLSH.MPR
  1532. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  1533. ore Choices button, then choo
  1534. Custom FindB
  1535. CustomFind
  1536. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  1537. HTML Text Extractor
  1538.  and 
  1539. PDF Text Extractor
  1540. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  1541. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  1542. 08627 search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1543.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1544.     Click the Find button. The packages found by your search will appear in t
  1545. 08314 packages list. The full path will be displayed on the right.
  1546. "Custom Search"
  1547. Custom SearchB+
  1548. ) > 0    
  1549. needsE
  1550. networkE
  1551. noteN
  1552. notesI
  1553. All Packages
  1554. 0.1OqDev.CD Vol. VII
  1555. Dev CD Vol. VI
  1556. Dev CD Vol. V
  1557. Dev CD Vol. IV Developer CD (III)
  1558. Developer CD (II)
  1559. Excellent CD (I)PpDev.CD Vol. VII
  1560. Dev CD Vol. VI
  1561. Dev CD Vol. V
  1562. Dev CD Vol. IV Developer CD (III)
  1563. Developer CD (II)
  1564. Excellent CD (IV
  1565. 31430X
  1566. Vol. V
  1567. --set theItem to choose file -- uncomment to test in an AS editor
  1568.     tell application "Finder"
  1569.         open item "Dev.CD Vol. VII
  1570. Dev CD Vol. VI
  1571. Dev CD Vol. V
  1572. Dev CD Vol. IV Developer CD (III)
  1573. Developer CD (II)
  1574. Excellent CD (I)"
  1575.         activate
  1576.     end tell
  1577. on error errMsg number errNum
  1578.     --enter statements to perform when no records are found such as...
  1579.     display dialog "Sorry, the item you selected could not be found."
  1580.     return
  1581. end try
  1582. All Packages
  1583. 0.3OqDev.CD Vol. VII
  1584. Dev CD Vol. VI
  1585. Dev CD Vol. V
  1586. Dev CD Vol. IV Developer CD (III)
  1587. Developer CD (II)
  1588. Excellent CD (I)V
  1589. 31431X
  1590. Excellent CD (I)V
  1591. 6969X
  1592. _DESCRIPTION
  1593. Closing ScreenB
  1594. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  1595. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  1596. Current Selection:{    <<
  1597. ABBF>>
  1598. Double-click for more info.
  1599. Find...
  1600. Open Folder
  1601. Package Info
  1602. Export List
  1603. Find...
  1604. Open Folder
  1605. Package Info
  1606. Export List
  1607. "Any Field"
  1608.     Any FieldC.
  1609. "All Packages"
  1610. All PackagesD
  1611. Find Execute
  1612. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  1613. Tool Chest Edition
  1614. appletalk
  1615. component
  1616. _PortalFilterB
  1617. _PortalSelectionB
  1618. A    _HelpTextB
  1619. PortalFilterCalcB
  1620. C"All Packages" & "
  1621.  "SDK") 
  1622.  "Mac OS SDK Edition"
  1623.  = "TC" 
  1624.  "Tool Chest Edition" 
  1625.  = "RL" 
  1626.  "Reference Library Edition"
  1627.  "SSW")
  1628.  "System Software Edition"  
  1629.  "") & "
  1630. ! & "
  1631.  "new") 
  1632.  "updated") 
  1633.  "New & Revised" 
  1634.  "" )
  1635. All Packages
  1636. Mac OS SDK Edition
  1637. Tool Chest Edition
  1638. Reference Library Edition
  1639. System Software Edition
  1640. updatedG
  1641. New & Revised
  1642. PortalSelectionCalc
  1643. Browser Custom SearchM
  1644. New & RevisedB
  1645. To get information about a package on the CD:
  1646.     Click the Browser button below to go to the Browser screen.
  1647.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  1648.     Double-click a title in the Browser list to go to the information screen for that package.
  1649.     Click Next to advance to the next package in the current selection, or Back to goBack to goo goo
  1650. _CustomFindB
  1651. Uscript
  1652. scriptable
  1653. search
  1654. sherlock
  1655. softwareI
  1656. tokenI
  1657. token
  1658. ringI
  1659. tokentalk
  1660. video
  1661. stack@
  1662. walltowalldialog
  1663. disposeresource
  1664. debugging
  1665. resource
  1666. handles@
  1667. multi-processing@
  1668. optimizing@
  1669. deleted@
  1670. appleevent@
  1671. computer-based
  1672. media
  1673. broadcast
  1674. system
  1675. enabler
  1676. agree@
  1677. card@
  1678. demonstration
  1679. 1.1.4
  1680. context
  1681. switching
  1682. executing@
  1683. features
  1684. includes
  1685. demonstration
  1686. documentation
  1687. complete@
  1688. screen@
  1689. sophisticated@
  1690. summary
  1691. sample
  1692. illustrate
  1693. software
  1694. project
  1695. summary
  1696. cyrillic
  1697. language
  1698. combination
  1699. system@
  1700. summary
  1701. document
  1702. discusses
  1703. apple's
  1704. creating@
  1705. summary
  1706. allows
  1707. developer
  1708. monitor
  1709. this@
  1710. support
  1711. sales
  1712. products
  1713. apple
  1714. conjunction
  1715. users@
  1716. version@
  1717. acrobat3@
  1718. cdent
  1719. formatter
  1720. globalmaster
  1721. library@
  1722. sample
  1723. code@
  1724. transport
  1725. appletalk
  1726. rawmode
  1727. nbplookup
  1728. otlookup
  1729. property@
  1730. emulator@
  1731. platform@
  1732. archiving@
  1733. palette@
  1734. All Packages
  1735. QuickDraw GXO
  1736. Dev.CD Jul 95P
  1737. Dev.CD Jul 9V
  1738. 32665X
  1739. Jul 95
  1740. b--set theItem to choose file -- uncomment to test in an AS editor
  1741.     tell application "Finder"
  1742.         open item "Dev.CD Jul 95"
  1743.         activate
  1744.     end tell
  1745. on error errMsg number errNum
  1746.     --enter statements to perform when no records are found such as...
  1747.     display dialog "Sorry, the item you selected could not be found."
  1748.     return
  1749. end try
  1750. All Packages
  1751. QuickDraw GXO
  1752. Dev.CD Jul 95P
  1753. Dev.CD Jul 9V
  1754. 32666X
  1755. Jul 95
  1756. b--set theItem to choose file -- uncomment to test in an AS editor
  1757.     tell application "Finder"
  1758.         open item "Dev.CD Jul 95"
  1759.         activate
  1760.     end tell
  1761. on error errMsg number errNum
  1762.     --enter statements to perform when no records are found such as...
  1763.     display dialog "Sorry, the item you selected could not be found."
  1764.     return
  1765. end try
  1766. All Packages
  1767. QuickDraw GXO)Dev.CD Jul 95
  1768. Dev.CD Apr 95
  1769. Dev.CD Jan 95V
  1770. 32667X
  1771. b--set theItem to choose file -- uncomment to test in an AS editor
  1772.     tell application "Finder"
  1773.         open item "Dev.CD Jul 95"
  1774.         activate
  1775.     end tell
  1776. on error errMsg number errNum
  1777.     --enter statements to perform when no records are found such as...
  1778.     display dialog "Sorry, the item you selected could not be found."
  1779.     return
  1780. end try
  1781.     display dialog "Sorry, the item you selected could not be found."
  1782.     return
  1783. end try
  1784. b--set theItem to choose file -- uncomment to test in an AS editor
  1785.     tell application "Finder"
  1786.         open item "Dev.CD Jul 95"
  1787.         activate
  1788.     end tell
  1789. on error errMsg number errNum
  1790.     --enter statements to perform when no records are found such as...
  1791.     display dialog "Sorry, the item you selected could not be found."
  1792.     return
  1793. end try
  1794.         activate
  1795.     end tell
  1796. on error errMsg number errNum
  1797.     --enter statements to perform when no records are found such as...
  1798.     display dialog "Sorry, the item you selected could not be found."
  1799.     return
  1800. end try
  1801. All Packages
  1802. 1.0O"Developer CD (II)
  1803. Excellent CD (I)P!Developer CD (II)
  1804. Excellent CD (IV
  1805. 29558X
  1806. er CD 
  1807. x--set theItem to choose file -- uncomment to test in an AS editor
  1808.     tell application "Finder"
  1809.         open item "Dev.CD Aug 96 TC
  1810. Dev.CD Jan 96 SDK1"
  1811.         activate
  1812.     end tell
  1813. on error errMsg number errNum
  1814.     --enter statements to perform when no records are found such as...
  1815.     display dialog "Sorry, the item you selected could not be found."
  1816.     return
  1817. end try
  1818.  selected could not be found."
  1819.     return
  1820. end try
  1821. All Packages
  1822. 1.1OqDev.CD Vol. VII
  1823. Dev CD Vol. VI
  1824. Dev CD Vol. V
  1825. Dev CD Vol. IV Developer CD (III)
  1826. Developer CD (II)
  1827. Excellent CD (I)PpDev.CD Vol. VII
  1828. Dev CD Vol. VI
  1829. Dev CD Vol. V
  1830. Dev CD Vol. IV Developer CD (III)
  1831. Developer CD (II)
  1832. Excellent CD (IV
  1833. 29560X
  1834. Vol. V
  1835. All Packages
  1836. QuickDraw GXO
  1837. Dev.CD Jul 95P
  1838. Dev.CD Jul 9V
  1839. 32662X
  1840. Jul 95
  1841. b--set theItem to choose file -- uncomment to test in an AS editor
  1842.     tell application "Finder"
  1843.         open item "Dev.CD Jul 95"
  1844.         activate
  1845.     end tell
  1846. on error errMsg number errNum
  1847.     --enter statements to perform when no records are found such as...
  1848.     display dialog "Sorry, the item you selected could not be found."
  1849.     return
  1850. end try
  1851. All Packages
  1852. QuickDraw GXO
  1853. Dev.CD Jul 95P
  1854. Dev.CD Jul 9V
  1855. 32663X
  1856. Jul 95
  1857. b--set theItem to choose file -- uncomment to test in an AS editor
  1858.     tell application "Finder"
  1859.         open item "Dev.CD Jul 95"
  1860.         activate
  1861.     end tell
  1862. on error errMsg number errNum
  1863.     --enter statements to perform when no records are found such as...
  1864.     display dialog "Sorry, the item you selected could not be found."
  1865.     return
  1866. end try
  1867. All Packages
  1868. QuickDraw GXO
  1869. Dev.CD Jul 95P
  1870. Dev.CD Jul 9V
  1871. 32664X
  1872. Jul 95
  1873. All Packages
  1874. QuickDraw GXO
  1875. Dev.CD Jul 95P
  1876. Dev.CD Jul 9V
  1877. 32659X
  1878. Jul 95
  1879. b--set theItem to choose file -- uncomment to test in an AS editor
  1880.     tell application "Finder"
  1881.         open item "Dev.CD Jul 95"
  1882.         activate
  1883.     end tell
  1884. on error errMsg number errNum
  1885.     --enter statements to perform when no records are found such as...
  1886.     display dialog "Sorry, the item you selected could not be found."
  1887.     return
  1888. end try
  1889. All Packages
  1890. QuickDraw GXO
  1891. Dev.CD Jul 95P
  1892. Dev.CD Jul 9V
  1893. 32660X
  1894. Jul 95
  1895. b--set theItem to choose file -- uncomment to test in an AS editor
  1896.     tell application "Finder"
  1897.         open item "Dev.CD Jul 95"
  1898.         activate
  1899.     end tell
  1900. on error errMsg number errNum
  1901.     --enter statements to perform when no records are found such as...
  1902.     display dialog "Sorry, the item you selected could not be found."
  1903.     return
  1904. end try
  1905. All Packages
  1906. QuickDraw GXO
  1907. Dev.CD Jul 95P
  1908. Dev.CD Jul 9V
  1909. 32661X
  1910. Jul 95
  1911. All Packages
  1912. QuickDraw GXO#Dev.CD Aug 96 TC
  1913. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  1914. Dev.CD Jan 96 SDKV
  1915. 32657X
  1916. Aug 96
  1917. x--set theItem to choose file -- uncomment to test in an AS editor
  1918.     tell application "Finder"
  1919.         open item "Dev.CD Aug 96 TC
  1920. Dev.CD Jan 96 SDK1"
  1921.         activate
  1922.     end tell
  1923. on error errMsg number errNum
  1924.     --enter statements to perform when no records are found such as...
  1925.     display dialog "Sorry, the item you selected could not be found."
  1926.     return
  1927. end try
  1928. All Packages
  1929. QuickDraw GXO#Dev.CD Aug 96 TC
  1930. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  1931. Dev.CD Jan 96 SDKV
  1932. 32658X
  1933. Aug 96
  1934. d not be found."
  1935.     return
  1936. end try
  1937. All Packages
  1938. Excellent CD (I)P
  1939. Excellent CD (IV
  1940. 29564X
  1941. nt CD 
  1942. x--set theItem to choose file -- uncomment to test in an AS editor
  1943.     tell application "Finder"
  1944.         open item "Dev.CD Aug 96 TC
  1945. Dev.CD Jan 96 SDK1"
  1946.         activate
  1947.     end tell
  1948. on error errMsg number errNum
  1949.     --enter statements to perform when no records are found such as...
  1950.     display dialog "Sorry, the item you selected could not be found."
  1951.     return
  1952. end try
  1953. All Packages
  1954. QuickDraw GXO#Dev.CD Aug 96 TC
  1955. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  1956. Dev.CD Jan 96 SDKV
  1957. 32655X
  1958. Aug 96
  1959. x--set theItem to choose file -- uncomment to test in an AS editor
  1960.     tell application "Finder"
  1961.         open item "Dev.CD Aug 96 TC
  1962. Dev.CD Jan 96 SDK1"
  1963.         activate
  1964.     end tell
  1965. on error errMsg number errNum
  1966.     --enter statements to perform when no records are found such as...
  1967.     display dialog "Sorry, the item you selected could not be found."
  1968.     return
  1969. end try
  1970. All Packages
  1971. QuickDraw GXO#Dev.CD Aug 96 TC
  1972. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  1973. Dev.CD Jan 96 SDKV
  1974. 32656X
  1975. Aug 96
  1976. . IV Developer CD (III)
  1977. Developer CD (II)
  1978. Excellent CD (IV
  1979. 29566X
  1980. Vol. V
  1981. x--set theItem to choose file -- uncomment to test in an AS editor
  1982.     tell application "Finder"
  1983.         open item "Dev.CD Aug 96 TC
  1984. Dev.CD Jan 96 SDK1"
  1985.         activate
  1986.     end tell
  1987. on error errMsg number errNum
  1988.     --enter statements to perform when no records are found such as...
  1989.     display dialog "Sorry, the item you selected could not be found."
  1990.     return
  1991. end try
  1992. All Packages
  1993. QuickDraw GXO#Dev.CD Aug 96 TC
  1994. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  1995. Dev.CD Jan 96 SDKV
  1996. 32653X
  1997. Aug 96
  1998. x--set theItem to choose file -- uncomment to test in an AS editor
  1999.     tell application "Finder"
  2000.         open item "Dev.CD Aug 96 TC
  2001. Dev.CD Jan 96 SDK1"
  2002.         activate
  2003.     end tell
  2004. on error errMsg number errNum
  2005.     --enter statements to perform when no records are found such as...
  2006.     display dialog "Sorry, the item you selected could not be found."
  2007.     return
  2008. end try
  2009. All Packages
  2010. QuickDraw GXO#Dev.CD Aug 96 TC
  2011. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  2012. Dev.CD Jan 96 SDKV
  2013. 32654X
  2014. Aug 96
  2015.        open item "Developer CD (III)"
  2016.         activate
  2017.     end tell
  2018. on error errMsg number errNum
  2019.     --enter statements to perform when no records are found such as...
  2020.     display dialog "Sorry, the item you selected could not be found."
  2021.     return
  2022. end try
  2023. D!All Packages
  2024. Mac OS SDK Edition
  2025. 4PM 5.0
  2026. x--set theItem to choose file -- uncomment to test in an AS editor
  2027.     tell application "Finder"
  2028.         open item "Dev.CD Aug 96 TC
  2029. Dev.CD Jan 96 SDK1"
  2030.         activate
  2031.     end tell
  2032. on error errMsg number errNum
  2033.     --enter statements to perform when no records are found such as...
  2034.     display dialog "Sorry, the item you selected could not be found."
  2035.     return
  2036. end try
  2037. Sorry, the item you selected could not be found."
  2038.     return
  2039. end try
  2040. packages
  2041. All Packages
  2042. QuickDraw GXO#Dev.CD Aug 96 TC
  2043. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  2044. Dev.CD Jan 96 SDKV
  2045. 32651X
  2046. Aug 96
  2047. x--set theItem to choose file -- uncomment to test in an AS editor
  2048.     tell application "Finder"
  2049.         open item "Dev.CD Aug 96 TC
  2050. Dev.CD Jan 96 SDK1"
  2051.         activate
  2052.     end tell
  2053. on error errMsg number errNum
  2054.     --enter statements to perform when no records are found such as...
  2055.     display dialog "Sorry, the item you selected could not be found."
  2056.     return
  2057. end try
  2058. All Packages
  2059. QuickDraw GXO#Dev.CD Aug 96 TC
  2060. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  2061. Dev.CD Jan 96 SDKV
  2062. 32652X
  2063. Aug 96
  2064.  Jul 99 SDK1:What's New:Tool Chest:Testing & Debugging:4PM 5.0:PPDev.CD Jul 99 SDK1
  2065.  - What's New
  2066.  - Tool Chest
  2067.  - Testing & Debugging
  2068.  - 4PM 5.0
  2069. 4-bit
  2070. 651-3561
  2071. 651-7584
  2072. 7.5.2
  2073. 7.5.3
  2074. 7edit
  2075. 8.1.2
  2076. 8.5.1
  2077. sample
  2078. compression/decompre
  2079. sound
  2080. manager
  2081. component
  2082. simple
  2083. utility
  2084. driver
  2085. support
  2086. asynchronous
  2087. a-trap
  2088. a/rose
  2089. ability
  2090. about
  2091. above
  2092. YBigEasy2.c
  2093. BigEasy2.h
  2094. BigEasyDialogs.c
  2095. BigEasyDialogs.h
  2096. BigEasyGrafish.c
  2097. BigEasyGrafish.h
  2098. BigEasyTextish.c
  2099. BigEasyTextish.h
  2100. BigEasyUtils.c
  2101. BigEasyUtils.h
  2102. IconUtilsPriv.h
  2103. MIDIGlue.
  2104. Qwertytunes - Read Me
  2105. Qwertytunes - Read Me.txt
  2106. Qwertytunes 0.6
  2107. Qwertytunes Filing.c
  2108. Qwertytunes Filing.h
  2109. Qwertytunes.c
  2110. Qwertytunes.h
  2111. Qwertytunes
  2112. Qwertytunes
  2113. .rsrc
  2114. plug-ins
  2115. pmforecolor
  2116. polymorphic
  2117. print
  2118. appletalk
  2119. printer
  2120. printer
  2121. selected
  2122. chooser
  2123. processes
  2124. processing
  2125. profile
  2126. profiler
  2127. program
  2128. program
  2129. linking
  2130. appleevents
  2131. guest
  2132. project
  2133. projector
  2134. promise
  2135. promisehfsflavor
  2136. proportional
  2137. protocol
  2138. publications
  2139. qualified
  2140. query
  2141. quickdraw
  2142. quickdraw
  2143. gxgraphics
  2144. 1.1.6
  2145. quickdraw
  2146. raster
  2147. imagewriter
  2148. halftone
  2149. dither
  2150. sample
  2151. quicktime
  2152. quicktime
  2153. compress
  2154. decompress
  2155. All Packages
  2156. QuickDraw GXO
  2157. Dev.CD Jan 96 SDK1P
  2158. Dev.CD Jan 96 SDKV
  2159. 32649X
  2160. Jan 96
  2161. g--set theItem to choose file -- uncomment to test in an AS editor
  2162.     tell application "Finder"
  2163.         open item "Dev.CD Jan 96 SDK1"
  2164.         activate
  2165.     end tell
  2166. on error errMsg number errNum
  2167.     --enter statements to perform when no records are found such as...
  2168.     display dialog "Sorry, the item you selected could not be found."
  2169.     return
  2170. end try
  2171. All Packages
  2172. QuickDraw GXO#Dev.CD Aug 96 TC
  2173. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  2174. Dev.CD Jan 96 SDKV
  2175. 32650X
  2176. Aug 96
  2177. x--set theItem to choose file -- uncomment to test in an AS editor
  2178.     tell application "Finder"
  2179.         open item "Dev.CD Aug 96 TC
  2180. Dev.CD Jan 96 SDK1"
  2181.         activate
  2182.     end tell
  2183. on error errMsg number errNum
  2184.     --enter statements to perform when no records are found such as...
  2185.     display dialog "Sorry, the item you selected could not be found."
  2186.     return
  2187. end try
  2188. end try
  2189. g--set theItem to choose file -- uncomment to test in an AS editor
  2190.     tell application "Finder"
  2191.         open item "Dev.CD Jan 96 SDK1"
  2192.         activate
  2193.     end tell
  2194. on error errMsg number errNum
  2195.     --enter statements to perform when no records are found such as...
  2196.     display dialog "Sorry, the item you selected could not be found."
  2197.     return
  2198. end try
  2199. rform when no records are found such as...
  2200.     display dialog "Sorry, the item you selected could not be found."
  2201.     return
  2202. nd try
  2203. Jan 96
  2204. g--set theItem to choose file -- uncomment to test in an AS editor
  2205.     tell application "Finder"
  2206.         open item "Dev.CD Jan 96 SDK1"
  2207.         activate
  2208.     end tell
  2209. on error errMsg number errNum
  2210.     --enter statements to perform when no records are found such as...
  2211.     display dialog "Sorry, the item you selected could not be found."
  2212.     return
  2213. end try
  2214. All Packages
  2215. QuickDraw GXO
  2216. Dev.CD Jan 96 SDK1P
  2217. Dev.CD Jan 96 SDKV
  2218. 32647X
  2219. Jan 96
  2220. g--set theItem to choose file -- uncomment to test in an AS editor
  2221.     tell application "Finder"
  2222.         open item "Dev.CD Jan 96 SDK1"
  2223.         activate
  2224.     end tell
  2225. on error errMsg number errNum
  2226.     --enter statements to perform when no records are found such as...
  2227.     display dialog "Sorry, the item you selected could not be found."
  2228.     return
  2229. end try
  2230. All Packages
  2231. QuickDraw GXO
  2232. Dev.CD Jan 96 SDK1P
  2233. Dev.CD Jan 96 SDKV
  2234. 32648X
  2235. Jan 96
  2236. QuickDraw GXO
  2237. Dev.CD Jan 96 SDK1P
  2238. Dev.CD Jan 96 SDKV
  2239. 32646
  2240. All Packages
  2241. QuickDraw GXO
  2242. Dev.CD Jan 96 SDK1P
  2243. Dev.CD Jan 96 SDKV
  2244. 32644X
  2245. Jan 96
  2246. g--set theItem to choose file -- uncomment to test in an AS editor
  2247.     tell application "Finder"
  2248.         open item "Dev.CD Jan 96 SDK1"
  2249.         activate
  2250.     end tell
  2251. on error errMsg number errNum
  2252.     --enter statements to perform when no records are found such as...
  2253.     display dialog "Sorry, the item you selected could not be found."
  2254.     return
  2255. end try
  2256. All Packages
  2257. QuickDraw GXO Dev.CD Jan 96 SDK1
  2258. Dev.CD Jul 95P
  2259. Dev.CD Jan 96 SDK1
  2260. Dev.CD Jul 9V
  2261. 32645X
  2262. Jan 96
  2263. u--set theItem to choose file -- uncomment to test in an AS editor
  2264.     tell application "Finder"
  2265.         open item "Dev.CD Jan 96 SDK1
  2266. Dev.CD Jul 95"
  2267.         activate
  2268.     end tell
  2269. on error errMsg number errNum
  2270.     --enter statements to perform when no records are found such as...
  2271.     display dialog "Sorry, the item you selected could not be found."
  2272.     return
  2273. end try
  2274. All Packages
  2275. 32646
  2276. g--set theItem to choose file -- uncomment to test in an AS editor
  2277.     tell application "Finder"
  2278.         open item "Dev.CD Jan 96 SDK1"
  2279.         activate
  2280.     end tell
  2281. on error errMsg number errNum
  2282.     --enter statements to perform when no records are found such as...
  2283.     display dialog "Sorry, the item you selected could not be found."
  2284.     return
  2285. end try
  2286. rform when no records are found such as...
  2287.     display dialog "Sorry, the item you selected could not be found."
  2288.     return
  2289. nd try
  2290. Dev.CD Jan 96 SDKV
  2291. 32639X
  2292. Jan 96
  2293. g--set theItem to choose file -- uncomment to test in an AS editor
  2294.     tell application "Finder"
  2295.         open item "Dev.CD Jan 96 SDK1"
  2296.         activate
  2297.     end tell
  2298. on error errMsg number errNum
  2299.     --enter statements to perform when no records are found such as...
  2300.     display dialog "Sorry, the item you selected could not be found."
  2301.     return
  2302. end try
  2303. All Packages
  2304. QuickDraw GXO Dev.CD Jan 96 SDK1
  2305. Dev.CD Jul 95P
  2306. Dev.CD Jan 96 SDK1
  2307. Dev.CD Jul 9V
  2308. 32640X
  2309. Jan 96
  2310. u--set theItem to choose file -- uncomment to test in an AS editor
  2311.     tell application "Finder"
  2312.         open item "Dev.CD Jan 96 SDK1
  2313. Dev.CD Jul 95"
  2314.         activate
  2315.     end tell
  2316. on error errMsg number errNum
  2317.     --enter statements to perform when no records are found such as...
  2318.     display dialog "Sorry, the item you selected could not be found."
  2319.     return
  2320. end try
  2321. All Packages
  2322. QuickDraw GXO
  2323. Dev.CD Jan 96 SDK1P
  2324. Dev.CD Jan 96 SDKV
  2325. 32641X
  2326. Jan 96
  2327. g--set theItem to choose file -- uncomment to test in an AS editor
  2328.     tell application "Finder"
  2329.         open item "Dev.CD Jan 96 SDK1"
  2330.         activate
  2331.     end tell
  2332. on error errMsg number errNum
  2333.     --enter statements to perform when no records are found such as...
  2334.     display dialog "Sorry, the item you selected could not be found."
  2335.     return
  2336. end try
  2337. All Packages
  2338. QuickDraw GXO
  2339. Dev.CD Jan 96 SDK1P
  2340. Dev.CD Jan 96 SDKV
  2341. 32642X
  2342. Jan 96
  2343. g--set theItem to choose file -- uncomment to test in an AS editor
  2344.     tell application "Finder"
  2345.         open item "Dev.CD Jan 96 SDK1"
  2346.         activate
  2347.     end tell
  2348. on error errMsg number errNum
  2349.     --enter statements to perform when no records are found such as...
  2350.     display dialog "Sorry, the item you selected could not be found."
  2351.     return
  2352. end try
  2353. All Packages
  2354. QuickDraw GXO
  2355. Dev.CD Jan 96 SDK1P
  2356. Dev.CD Jan 96 SDKV
  2357. 32643X
  2358. Jan 96
  2359. than what the app asked for.  This is useful for multimedia developers who ship on CD ROM but want to adjust the size of their SIZE resource depending on available memory, CPU, etc.
  2360. Process:  An MPW tool that prints information about all running processes under System 7.0.
  2361. quitapps:  DTS Code Snippet to quit all running applications (except yourself)
  2362. SubLaunch:  This sample application shows how to launch one application from another.
  2363. J'Sample Code.img
  2364. Windows Sample Code.imgK
  2365. Feb 92L
  2366. Nov 96O
  2367. Dev.CD Feb 00 TC:Sample Code:P
  2368. Dev.CD Feb 00 TC
  2369.  - Sample Codetough
  2370. trace
  2371. tracing
  2372. track
  2373. tracking
  2374. tracks
  2375. trade
  2376. trade-offs
  2377. traditional
  2378. training
  2379. transfer
  2380. transfers
  2381. transform
  2382. transition
  2383. translate
  2384. translated
  2385. translation
  2386. ul. X
  2387. Dev.CD Vol. IX
  2388. Dev.CD Vol. VIII
  2389. Dev.CD Vol. VII
  2390. Dev CD Vol. VI
  2391. Dev CD Vol. V
  2392. Dev CD Vol. IV Developer CD (III)
  2393. Developer CD (II)
  2394. Excellent CD (I)P
  2395. Dev.CD Vol. X
  2396. Dev.CD Vol. IX
  2397. Dev.CD Vol. VIII
  2398. Dev.CD Vol. VII
  2399. Dev CD Vol. VI
  2400. Dev CD Vol. V
  2401. Dev CD Vol. IV Developer CD (III)
  2402. Developer CD (II)
  2403. Excellent CD (IV
  2404. 29577X
  2405. Vol. X
  2406. --set theItem to choose file -- uncomment to test in an AS editor
  2407.     tell application "Finder"
  2408.         open item "Dev.CD Vol. X
  2409. Dev.CD Vol. IX
  2410. Dev.CD Vol. VIII
  2411. Dev.CD Vol. VII
  2412. Dev CD Vol. VI
  2413. Dev CD Vol. V
  2414. Dev CD Vol. IV Developer CD (III)
  2415. Developer CD (II)
  2416. Excellent CD (I)"
  2417.         activate
  2418.     end tell
  2419. on error errMsg number errNum
  2420.     --enter statements to perform when no records are found such as...
  2421.     display dialog "Sorry, the item you selected could not be found."
  2422.     return
  2423. nd try
  2424. All Packages
  2425. 6.0.2O"Developer CD (II)
  2426. Excellent CD (I)P!Developer CD (II)
  2427. Excellent CD (IV
  2428. 29578X
  2429. er CD 
  2430. All Packages
  2431. QuickDraw GXO
  2432. Dev.CD Jan 96 SDK1P
  2433. Dev.CD Jan 96 SDKV
  2434. 32637X
  2435. Jan 96
  2436. g--set theItem to choose file -- uncomment to test in an AS editor
  2437.     tell application "Finder"
  2438.         open item "Dev.CD Jan 96 SDK1"
  2439.         activate
  2440.     end tell
  2441. on error errMsg number errNum
  2442.     --enter statements to perform when no records are found such as...
  2443.     display dialog "Sorry, the item you selected could not be found."
  2444.     return
  2445. end try
  2446. All Packages
  2447. QuickDraw GXO
  2448. Dev.CD Jan 96 SDK1P
  2449. Dev.CD Jan 96 SDKV
  2450. 32638X
  2451. Jan 96
  2452. g--set theItem to choose file -- uncomment to test in an AS editor
  2453.     tell application "Finder"
  2454.         open item "Dev.CD Jan 96 SDK1"
  2455.         activate
  2456.     end tell
  2457. on error errMsg number errNum
  2458.     --enter statements to perform when no records are found such as...
  2459.     display dialog "Sorry, the item you selected could not be found."
  2460.     return
  2461. end try
  2462. All Packages
  2463. QuickDraw GXO
  2464. Dev.CD Jan 96 SDK1V
  2465. 32639X
  2466. w--set theItem to choose file -- uncomment to test in an AS editor
  2467.     tell application "Finder"
  2468.         open item "Developer CD (II)
  2469. Excellent CD (I)"
  2470.         activate
  2471.     end tell
  2472. on error errMsg number errNum
  2473.     --enter statements to perform when no records are found such as...
  2474.     display dialog "Sorry, the item you selected could not be found."
  2475.     return
  2476. end try
  2477. nevertheless
  2478. Excellent CD (I)P!Developer CD (II)
  2479. Excellent CD (IV
  2480. 29581X
  2481. er CD 
  2482. w--set theItem to choose file -- uncomment to test in an AS editor
  2483.     tell application "Finder"
  2484.         open item "Developer CD (II)
  2485. Excellent CD (I)"
  2486.         activate
  2487.     end tell
  2488. on error errMsg number errNum
  2489.     --enter statements to perform when no records are found such as...
  2490.     display dialog "Sorry, the item you selected could not be found."
  2491.     return
  2492. end try
  2493. All Packages
  2494. 6.0.2O
  2495. Excellent CD (I)P
  2496. Excellent CD (IV
  2497. 29582X
  2498. nt CD 
  2499. e--set theItem to choose file -- uncomment to test in an AS editor
  2500.     tell application "Finder"
  2501.         open item "Excellent CD (I)"
  2502.         activate
  2503.     end tell
  2504. on error errMsg number errNum
  2505.     --enter statements to perform when no records are found such as...
  2506.     display dialog "Sorry, the item you selected could not be found."
  2507.     return
  2508. end try
  2509. All Packages
  2510. 6.0.2O
  2511. Excellent CD (I)P
  2512. Excellent CD (IV
  2513. 29583X
  2514. updated sample on this CD for important changes. Here's the path to the sample:
  2515.   :Programming Stuff:Sample Code:Printing Samples:
  2516.    Printer Drivers
  2517. :LaserWriterIIsc (New GX v1.1)
  2518. Also, due to time constraints, we did not have time to recompile all the code samples on this CD using the latest version of the interfaces and libraries.  Nevertheless, the "QuickDraw GX shell" sample (which can be found at the path :Programming Stuff:Sample Code:General QDGX App Samples:QuickDraw GX Shell 
  2519. :)F@ has been re-built successfully using Think, MPW and Metrowerks.
  2520. Documents
  2521. Goodies
  2522. Ideas, Opportunities, and Info
  2523. Open Me First
  2524. Programming Stuff
  2525. QuickDraw GX Init Update
  2526. QuickDraw
  2527.  GX - Read Me FirstK
  2528. Aug 95L
  2529. Jan 97N
  2530. QuickDraw GX, GraphicsOHDev.CD Jan 00 SDK2:Development Kits:
  2531.  Obsolete/Unsupported:QuickDraw GX:PPDev.CD Jan 00 SDK2
  2532.  - Development Kits
  2533.  Obsolete/Unsupported
  2534.  - QuickDraw GX
  2535. consolideted, and improved since the older interfaces found on GX 1.0 SDK.  The interfaces also include the new API calls which were added in GX 1.1.1.  The library files have also been updated to use the new GX interfaces.
  2536.  The GX Library code have also been edited to use the new GX interfaces and libraries.  Please see the "GX Libs & Tools - Read Me" for more information of the changes.
  2537.  There are a few new samples and several of the old samples have be edited to use the new GX inter
  2538. faces and libraries.  Please see the readmes in the Sample Code folder for more information of the changes.
  2539. The GX Graphics init includes GX Graphics and line layout capabilities without the printing capabilities. This files allows GX Developers to create a 'visual-only' version of their GX application without requiring their users to have full GX installed.
  2540. NOTE: If you have used the sample LaserWriter IIsc driver from the GX v1.0.1 SDK or the Mac OS SDK, you are encouraged to see the 
  2541. IMPORTANT INFORMATION ABOUT THIS SDK
  2542. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  2543. http://www.apple.com/quicktime/.
  2544. Summary:  QuickDraw GX, the new imaging architecture for Macintosh, provides advanced, system-level functionality for graphics, type and typography, printing, and color management. By building on the capabilities of QuickDraw GX, you
  2545. ll be able to add powerful, diff
  2546. erentiating new features to your products faster than ever before.
  2547. This package contains QuickDraw GX v1.1.3 installer, new interfaces and libraries, as well as new and revised sample code.
  2548.  QuickDraw GX v1.1 can only be installed onto a System running 7.5.x.  Please read the instructions in "QuickDraw
  2549.  GX - Read Me First".
  2550.  There was an new set of GX interfaces and libraries in the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  2551. 32635X
  2552. Jan 00^
  2553. --set theItem to choose file -- uncomment to test in an AS editor
  2554.     tell application "Finder"
  2555.         open item "Dev.CD Jan 00 SDK2:Development Kits:
  2556.  Obsolete/Unsupported:QuickDraw GX:"
  2557.         activate
  2558.     end tell
  2559. on error errMsg number errNum
  2560.     --enter statements to perform when no records are found such as...
  2561.     display dialog "Sorry, the item you selected could not be found."
  2562.     return
  2563. end try
  2564. e    No Changef
  2565. QuickDraw GX
  2566. Graphicsq
  2567. Dev.CD Jan 00 SDK2
  2568. All Packages
  2569. QuickDraw GXO Dev.CD Jan 96 SDK1
  2570. Dev.CD Jul 95P
  2571. Dev.CD Jan 96 SDK1
  2572. Dev.CD Jul 9V
  2573. 32636X
  2574. Jan 96
  2575. u--set theItem to choose file -- uncomment to test in an AS editor
  2576.     tell application "Finder"
  2577.         open item "Dev.CD Jan 96 SDK1
  2578. Dev.CD Jul 95"
  2579.         activate
  2580.     end tell
  2581. on error errMsg number errNum
  2582.     --enter statements to perform when no records are found such as...
  2583.     display dialog "Sorry, the item you selected could not be found."
  2584.     return
  2585. end try
  2586. QuickDraw
  2587.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  2588. QuickDraw 3D v1.5.2K
  2589. Sep 97N
  2590. QuickDraw 3D, Windows, MetafileOCDev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:PHDev.CD Apr 99 SDK1
  2591.  - Development Kits
  2592.  - QuickDraw 3D for Windows 1.5.2
  2593. quickdraw
  2594. enables
  2595. computer
  2596. display
  2597. three-dimensio
  2598. quickdraw's
  2599. quickdrax
  2600. quickly
  2601. quickstart
  2602. quicktake
  2603.     end tell
  2604. on error errMsg number errNum
  2605.     --enter statements to perform when no records are found such as...
  2606.     display dialog "Sorry, the item you selected could not be found."
  2607.     return
  2608. end try
  2609. f--set theItem to choose file -- uncomment to test in an AS editor
  2610.     tell application "Finder"
  2611.         open item "Dev.CD Jun 97 SSW"
  2612.         activate
  2613.     end tell
  2614. on error errMsg number errNum
  2615.     --enter statements to perform when no records are found such as...
  2616.     display dialog "Sorry, the item you selected could not be found."
  2617.     return
  2618. end try
  2619. en no records are found such as...
  2620.     display dialog "Sorry, the item you selected could not be found."
  2621.     return
  2622. end try
  2623. All Packages
  2624. 6.0.3O"Developer CD (II)
  2625. Excellent CD (I)P!Developer CD (II)
  2626. Excellent CD (IV
  2627. 29592X
  2628. er CD 
  2629. w--set theItem to choose file -- uncomment to test in an AS editor
  2630.     tell application "Finder"
  2631.         open item "Developer CD (II)
  2632. Excellent CD (I)"
  2633.         activate
  2634.     end tell
  2635. on error errMsg number errNum
  2636.     --enter statements to perform when no records are found such as...
  2637.     display dialog "Sorry, the item you selected could not be found."
  2638.     return
  2639. end try
  2640. 32634X
  2641. Apr 99^
  2642. --set theItem to choose file -- uncomment to test in an AS editor
  2643.     tell application "Finder"
  2644.         open item "Dev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:"
  2645.         activate
  2646.     end tell
  2647. on error errMsg number errNum
  2648.     --enter statements to perform when no records are found such as...
  2649.     display dialog "Sorry, the item you selected could not be found."
  2650.     return
  2651. end try
  2652. Deletedf
  2653. QuickDraw 3D
  2654. Windows
  2655. Metafileq
  2656. Dev.CD Apr 99 SDK1
  2657. 6D!All Packages
  2658. Mac OS SDK Edition
  2659. QuickDraw GX
  2660. Dev.CD Jun 97 SSV
  2661. 32629X
  2662. Jun 97
  2663. f--set theItem to choose file -- uncomment to test in an AS editor
  2664.     tell application "Finder"
  2665.         open item "Dev.CD Jun 97 SSW"
  2666.         activate
  2667.     end tell
  2668. on error errMsg number errNum
  2669.     --enter statements to perform when no records are found such as...
  2670.     display dialog "Sorry, the item you selected could not be found."
  2671.     return
  2672. end try
  2673. All Packages
  2674. QuickDraw 3DO
  2675. Dev.CD Jun 97 SSWP
  2676. Dev.CD Jun 97 SSV
  2677. 32630X
  2678. Jun 97
  2679. f--set theItem to choose file -- uncomment to test in an AS editor
  2680.     tell application "Finder"
  2681.         open item "Dev.CD Jun 97 SSW"
  2682.         activate
  2683.     end tell
  2684. on error errMsg number errNum
  2685.     --enter statements to perform when no records are found such as...
  2686.     display dialog "Sorry, the item you selected could not be found."
  2687.     return
  2688. end try
  2689. All Packages
  2690. QuickDraw 3DO
  2691. Dev.CD Jun 97 SSWP
  2692. Dev.CD Jun 97 SSV
  2693. 32631X
  2694. Jun 97
  2695. d not be found."
  2696.     return
  2697. end try
  2698. All Packages
  2699. QuickDraw 3DO
  2700. Dev.CD Jun 97 SSWP
  2701. Dev.CD Jun 97 SSV
  2702. 32632X
  2703. Jun 97
  2704. f--set theItem to choose file -- uncomment to test in an AS editor
  2705.     tell application "Finder"
  2706.         open item "Dev.CD Jun 97 SSW"
  2707.         activate
  2708.     end tell
  2709. on error errMsg number errNum
  2710.     --enter statements to perform when no records are found such as...
  2711.     display dialog "Sorry, the item you selected could not be found."
  2712.     return
  2713. end try
  2714. All Packages
  2715. QuickDraw 3DO
  2716. Dev.CD Jun 97 SSWP
  2717. Dev.CD Jun 97 SSV
  2718. 32633X
  2719. Jun 97
  2720. f--set theItem to choose file -- uncomment to test in an AS editor
  2721.     tell application "Finder"
  2722.         open item "Dev.CD Jun 97 SSW"
  2723.         activate
  2724.     end tell
  2725. on error errMsg number errNum
  2726.     --enter statements to perform when no records are found such as...
  2727.     display dialog "Sorry, the item you selected could not be found."
  2728.     return
  2729. end try
  2730. 5D!All Packages
  2731. Mac OS SDK Edition
  2732. QuickDraw 3D for Windows 1.5.2
  2733. All Packages
  2734. QuickDraw 3DO
  2735. Dev.CD Jun 97 SSWP
  2736. Dev.CD Jun 97 SSV
  2737. 32627X
  2738. Jun 97
  2739. f--set theItem to choose file -- uncomment to test in an AS editor
  2740.     tell application "Finder"
  2741.         open item "Dev.CD Jun 97 SSW"
  2742.         activate
  2743.     end tell
  2744. on error errMsg number errNum
  2745.     --enter statements to perform when no records are found such as...
  2746.     display dialog "Sorry, the item you selected could not be found."
  2747.     return
  2748. end try
  2749. All Packages
  2750. QuickDraw 3DO
  2751. Dev.CD Jun 97 SSWP
  2752. Dev.CD Jun 97 SSV
  2753. 32628X
  2754. Jun 97
  2755. f--set theItem to choose file -- uncomment to test in an AS editor
  2756.     tell application "Finder"
  2757.         open item "Dev.CD Jun 97 SSW"
  2758.         activate
  2759.     end tell
  2760. on error errMsg number errNum
  2761.     --enter statements to perform when no records are found such as...
  2762.     display dialog "Sorry, the item you selected could not be found."
  2763.     return
  2764. end try
  2765. All Packages
  2766. QuickDraw 3DO
  2767. Dev.CD Jun 97 SSWV
  2768. 32629X
  2769. f--set theItem to choose file -- uncomment to test in an AS editor
  2770.     tell application "Finder"
  2771.         open item "Dev.CD Jun 97 SSW"
  2772.         activate
  2773.     end tell
  2774. on error errMsg number errNum
  2775.     --enter statements to perform when no records are found such as...
  2776.     display dialog "Sorry, the item you selected could not be found."
  2777.     return
  2778. end try
  2779. Dev.CD Jun 97 SSV
  2780. 32624X
  2781. Jun 97
  2782. f--set theItem to choose file -- uncomment to test in an AS editor
  2783.     tell application "Finder"
  2784.         open item "Dev.CD Jun 97 SSW"
  2785.         activate
  2786.     end tell
  2787. on error errMsg number errNum
  2788.     --enter statements to perform when no records are found such as...
  2789.     display dialog "Sorry, the item you selected could not be found."
  2790.     return
  2791. end try
  2792. All Packages
  2793. QuickDraw 3DO
  2794. Dev.CD Jun 97 SSWP
  2795. Dev.CD Jun 97 SSV
  2796. 32625X
  2797. Jun 97
  2798. f--set theItem to choose file -- uncomment to test in an AS editor
  2799.     tell application "Finder"
  2800.         open item "Dev.CD Jun 97 SSW"
  2801.         activate
  2802.     end tell
  2803. on error errMsg number errNum
  2804.     --enter statements to perform when no records are found such as...
  2805.     display dialog "Sorry, the item you selected could not be found."
  2806.     return
  2807. end try
  2808. All Packages
  2809. QuickDraw 3DO
  2810. Dev.CD Jun 97 SSWP
  2811. Dev.CD Jun 97 SSV
  2812. 32626X
  2813. Jun 97
  2814. 29599X
  2815. f--set theItem to choose file -- uncomment to test in an AS editor
  2816.     tell application "Finder"
  2817.         open item "Dev.CD Jan 96 SSW"
  2818.         activate
  2819.     end tell
  2820. on error errMsg number errNum
  2821.     --enter statements to perform when no records are found such as...
  2822.     display dialog "Sorry, the item you selected could not be found."
  2823.     return
  2824. end try
  2825. h as...
  2826.     display dialog "Sorry, the item you selected could not be found."
  2827.     return
  2828. end try
  2829. All Packages
  2830. 6.0.3O"Developer CD (II)
  2831. Excellent CD (I)P!Developer CD (II)
  2832. Excellent CD (IV
  2833. 29600X
  2834. er CD 
  2835. w--set theItem to choose file -- uncomment to test in an AS editor
  2836.     tell application "Finder"
  2837.         open item "Developer CD (II)
  2838. Excellent CD (I)"
  2839.         activate
  2840.     end tell
  2841. on error errMsg number errNum
  2842.     --enter statements to perform when no records are found such as...
  2843.     display dialog "Sorry, the item you selected could not be found."
  2844.     return
  2845. end try
  2846. All Packages
  2847. QuickDraw 3DO
  2848. Dev.CD Jan 96 SSWP
  2849. Dev.CD Jan 96 SSV
  2850. 32622X
  2851. Jan 96
  2852. f--set theItem to choose file -- uncomment to test in an AS editor
  2853.     tell application "Finder"
  2854.         open item "Dev.CD Jan 96 SSW"
  2855.         activate
  2856.     end tell
  2857. on error errMsg number errNum
  2858.     --enter statements to perform when no records are found such as...
  2859.     display dialog "Sorry, the item you selected could not be found."
  2860.     return
  2861. end try
  2862. All Packages
  2863. QuickDraw 3DO
  2864. Dev.CD Jun 97 SSWP
  2865. Dev.CD Jun 97 SSV
  2866. 32623X
  2867. Jun 97
  2868. f--set theItem to choose file -- uncomment to test in an AS editor
  2869.     tell application "Finder"
  2870.         open item "Dev.CD Jun 97 SSW"
  2871.         activate
  2872.     end tell
  2873. on error errMsg number errNum
  2874.     --enter statements to perform when no records are found such as...
  2875.     display dialog "Sorry, the item you selected could not be found."
  2876.     return
  2877. end try
  2878. All Packages
  2879. QuickDraw 3DO
  2880. Dev.CD Jun 97 SSWV
  2881. 32624X
  2882. end try
  2883. f--set theItem to choose file -- uncomment to test in an AS editor
  2884.     tell application "Finder"
  2885.         open item "Dev.CD Jan 96 SSW"
  2886.         activate
  2887.     end tell
  2888. on error errMsg number errNum
  2889.     --enter statements to perform when no records are found such as...
  2890.     display dialog "Sorry, the item you selected could not be found."
  2891.     return
  2892. end try
  2893. orm when no records are found such as...
  2894.     display dialog "Sorry, the item you selected could not be found."
  2895.     return
  2896. end try
  2897. All Packages
  2898. 6.0.3O
  2899. Developer CD (III)P
  2900. Developer CD (IIIV
  2901. 29604X
  2902. er CD 
  2903. g--set theItem to choose file -- uncomment to test in an AS editor
  2904.     tell application "Finder"
  2905.         open item "Developer CD (III)"
  2906.         activate
  2907.     end tell
  2908. on error errMsg number errNum
  2909.     --enter statements to perform when no records are found such as...
  2910.     display dialog "Sorry, the item you selected could not be found."
  2911.     return
  2912. end try
  2913. All Packages
  2914. 29605X
  2915. Dev.CD Jan 96 SSV
  2916. 32619X
  2917. Jan 96
  2918. f--set theItem to choose file -- uncomment to test in an AS editor
  2919.     tell application "Finder"
  2920.         open item "Dev.CD Jan 96 SSW"
  2921.         activate
  2922.     end tell
  2923. on error errMsg number errNum
  2924.     --enter statements to perform when no records are found such as...
  2925.     display dialog "Sorry, the item you selected could not be found."
  2926.     return
  2927. end try
  2928. All Packages
  2929. QuickDraw 3DO
  2930. Dev.CD Jan 96 SSWP
  2931. Dev.CD Jan 96 SSV
  2932. 32620X
  2933. Jan 96
  2934. f--set theItem to choose file -- uncomment to test in an AS editor
  2935.     tell application "Finder"
  2936.         open item "Dev.CD Jan 96 SSW"
  2937.         activate
  2938.     end tell
  2939. on error errMsg number errNum
  2940.     --enter statements to perform when no records are found such as...
  2941.     display dialog "Sorry, the item you selected could not be found."
  2942.     return
  2943. end try
  2944. All Packages
  2945. QuickDraw 3DO
  2946. Dev.CD Jan 96 SSWP
  2947. Dev.CD Jan 96 SSV
  2948. 32621X
  2949. Jan 96
  2950. All Packages
  2951. QuickDraw 3DO
  2952. Dev.CD Jan 96 SSWP
  2953. Dev.CD Jan 96 SSV
  2954. 32617X
  2955. Jan 96
  2956. f--set theItem to choose file -- uncomment to test in an AS editor
  2957.     tell application "Finder"
  2958.         open item "Dev.CD Jan 96 SSW"
  2959.         activate
  2960.     end tell
  2961. on error errMsg number errNum
  2962.     --enter statements to perform when no records are found such as...
  2963.     display dialog "Sorry, the item you selected could not be found."
  2964.     return
  2965. end try
  2966. All Packages
  2967. QuickDraw 3DO
  2968. Dev.CD Jan 96 SSWP
  2969. Dev.CD Jan 96 SSV
  2970. 32618X
  2971. Jan 96
  2972. f--set theItem to choose file -- uncomment to test in an AS editor
  2973.     tell application "Finder"
  2974.         open item "Dev.CD Jan 96 SSW"
  2975.         activate
  2976.     end tell
  2977. on error errMsg number errNum
  2978.     --enter statements to perform when no records are found such as...
  2979.     display dialog "Sorry, the item you selected could not be found."
  2980.     return
  2981. end try
  2982. All Packages
  2983. QuickDraw 3DO
  2984. Dev.CD Jan 96 SSWV
  2985. 32619X
  2986. --set theItem to choose file -- uncomment to test in an AS editor
  2987.     tell application "Finder"
  2988.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:UniversalHIDModuleTest:"
  2989.         activate
  2990.     end tell
  2991. on error errMsg number errNum
  2992.     --enter statements to perform when no records are found such as...
  2993.     display dialog "Sorry, the item you selected could not be found."
  2994.     return
  2995. end try
  2996. Dev.CD Jan 96 SSV
  2997. 32614X
  2998. Jan 96
  2999. f--set theItem to choose file -- uncomment to test in an AS editor
  3000.     tell application "Finder"
  3001.         open item "Dev.CD Jan 96 SSW"
  3002.         activate
  3003.     end tell
  3004. on error errMsg number errNum
  3005.     --enter statements to perform when no records are found such as...
  3006.     display dialog "Sorry, the item you selected could not be found."
  3007.     return
  3008. end try
  3009. All Packages
  3010. QuickDraw 3DO
  3011. Dev.CD Jan 96 SSWP
  3012. Dev.CD Jan 96 SSV
  3013. 32615X
  3014. Jan 96
  3015. f--set theItem to choose file -- uncomment to test in an AS editor
  3016.     tell application "Finder"
  3017.         open item "Dev.CD Jan 96 SSW"
  3018.         activate
  3019.     end tell
  3020. on error errMsg number errNum
  3021.     --enter statements to perform when no records are found such as...
  3022.     display dialog "Sorry, the item you selected could not be found."
  3023.     return
  3024. end try
  3025. All Packages
  3026. QuickDraw 3DO
  3027. Dev.CD Jan 96 SSWP
  3028. Dev.CD Jan 96 SSV
  3029. 32616X
  3030. Jan 96
  3031. f--set theItem to choose file -- uncomment to test in an AS editor
  3032.     tell application "Finder"
  3033.         open item "Dev.CD Jan 96 SSW"
  3034.         activate
  3035.     end tell
  3036. on error errMsg number errNum
  3037.     --enter statements to perform when no records are found such as...
  3038.     display dialog "Sorry, the item you selected could not be found."
  3039.     return
  3040. end try
  3041. re found such as...
  3042.     display dialog "Sorry, the item you selected could not be found."
  3043.     return
  3044. end try
  3045. All Packages
  3046. 6.0.4O
  3047. Dev CD Vol. VP
  3048. Dev CD Vol. V
  3049. 29610X
  3050. Vol. V
  3051. b--set theItem to choose file -- uncomment to test in an AS editor
  3052.     tell application "Finder"
  3053.         open item "Dev CD Vol. V"
  3054.         activate
  3055.     end tell
  3056. on error errMsg number errNum
  3057.     --enter statements to perform when no records are found such as...
  3058.     display dialog "Sorry, the item you selected could not be found."
  3059.     return
  3060. end try
  3061. All Packages
  3062. 6.0.4O
  3063. Dev CD Vol. V
  3064. Dev CD Vol. IVV
  3065. 29611X
  3066. Dev.CD Jun 97 SSV
  3067. 32708X
  3068. Jun 97
  3069. f--set theItem to choose file -- uncomment to test in an AS editor
  3070.     tell application "Finder"
  3071.         open item "Dev.CD Jun 97 SSW"
  3072.         activate
  3073.     end tell
  3074. on error errMsg number errNum
  3075.     --enter statements to perform when no records are found such as...
  3076.     display dialog "Sorry, the item you selected could not be found."
  3077.     return
  3078. end try
  3079. All Packages
  3080. QuickDraw GXO
  3081. Dev.CD Jun 97 SSWP
  3082. Dev.CD Jun 97 SSV
  3083. 32709X
  3084. Jun 97
  3085. f--set theItem to choose file -- uncomment to test in an AS editor
  3086.     tell application "Finder"
  3087.         open item "Dev.CD Jun 97 SSW"
  3088.         activate
  3089.     end tell
  3090. on error errMsg number errNum
  3091.     --enter statements to perform when no records are found such as...
  3092.     display dialog "Sorry, the item you selected could not be found."
  3093.     return
  3094. end try
  3095. All Packages
  3096. QuickDraw GXO
  3097. Dev.CD Jun 97 SSWP
  3098. Dev.CD Jun 97 SSV
  3099. 32710X
  3100. Jun 97
  3101. r14d1
  3102. ramdisk
  3103. ramdisk
  3104. 1.4d5
  3105. starter
  3106. samples
  3107. reader
  3108. recognition
  3109. record
  3110. record
  3111. sound
  3112. redistribution
  3113. registration
  3114. registry
  3115. release
  3116. remote
  3117. report
  3118. report
  3119. error
  3120. reporting
  3121. reports
  3122. requests
  3123. resedit
  3124. resedit
  3125. 2.1.3
  3126. resources
  3127. rhapsody
  3128. rhapsody
  3129. documentation
  3130. rinaldi
  3131. rinaldi
  3132. collection
  3133. sample
  3134. sampler
  3135. samples
  3136. scanners
  3137. script
  3138. scripts
  3139. scroll
  3140. sdec/scom
  3141. selectors
  3142. server
  3143. services
  3144. setup
  3145. shared
  3146. sound
  3147. source
  3148. spooler
  3149. All Packages
  3150. QuickDraw 3DO
  3151. Dev.CD Jan 96 SSWP
  3152. Dev.CD Jan 96 SSV
  3153. 32612X
  3154. Jan 96
  3155. f--set theItem to choose file -- uncomment to test in an AS editor
  3156.     tell application "Finder"
  3157.         open item "Dev.CD Jan 96 SSW"
  3158.         activate
  3159.     end tell
  3160. on error errMsg number errNum
  3161.     --enter statements to perform when no records are found such as...
  3162.     display dialog "Sorry, the item you selected could not be found."
  3163.     return
  3164. end try
  3165. All Packages
  3166. QuickDraw 3DO
  3167. Dev.CD Jan 96 SSWP
  3168. Dev.CD Jan 96 SSV
  3169. 32613X
  3170. Jan 96
  3171. f--set theItem to choose file -- uncomment to test in an AS editor
  3172.     tell application "Finder"
  3173.         open item "Dev.CD Jan 96 SSW"
  3174.         activate
  3175.     end tell
  3176. on error errMsg number errNum
  3177.     --enter statements to perform when no records are found such as...
  3178.     display dialog "Sorry, the item you selected could not be found."
  3179.     return
  3180. end try
  3181. All Packages
  3182. QuickDraw 3DO
  3183. Dev.CD Jan 96 SSWV
  3184. 32614X
  3185. - Common
  3186.     - Sun Compliant Java Runtime Environment 1.1
  3187.     - QuickTime 3 
  3188.     - QTJava.zip
  3189.     - QTJava media samples
  3190. - Mac OS:
  3191.     - System 8 or later
  3192.     - Macintosh Runtime for Java (MRJ) 2.1
  3193. - Windows 95, 98, or NT::
  3194.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3195. QuickTime, Java, MRJ
  3196. on error errMsg number errNum
  3197.     --enter statements to perform when no records are found such as...
  3198.     display dialog "Sorry, the item you selected could not be found."
  3199.     return
  3200. end try
  3201. All Packages
  3202. 6.0.4O!Dev CD Vol. IV
  3203. Developer CD (III)P Dev CD Vol. IV
  3204. Developer CD (IIIV
  3205. 29615X
  3206. Vol. I
  3207. v--set theItem to choose file -- uncomment to test in an AS editor
  3208.     tell application "Finder"
  3209.         open item "Dev CD Vol. IV
  3210. Developer CD (III)"
  3211.         activate
  3212.     end tell
  3213. on error errMsg number errNum
  3214.     --enter statements to perform when no records are found such as...
  3215.     display dialog "Sorry, the item you selected could not be found."
  3216.     return
  3217. end try
  3218. program
  3219. shows
  3220. usage
  3221. qtimagedrawer
  3222. shows
  3223. quicktime
  3224. effects
  3225. architectur
  3226. developer
  3227. describes
  3228. macintosh
  3229. powerbook
  3230. 2400c
  3231. developer
  3232. provides
  3233. technical
  3234. information
  3235. about
  3236. development
  3237. information
  3238.     return
  3239. end try
  3240. Jul 98M
  3241. Acrobat Reader 3.0N]traversing related tables, referential integrity rules, validation and reformatting, databaseO/Dev.CD Jan 00 SDK1:Interactive Media Resources:P1Dev.CD Jan 00 SDK1
  3242.  - Interactive Media Resources
  3243. OTDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:PbDev.CD Feb 00 TC
  3244.  - What's New?
  3245.  - Sample Code
  3246.  - QuickTime
  3247.  - QuickTime for Java
  3248.  - QTtoJavaImageV
  3249. 32610X
  3250. Feb 00^
  3251. --set theItem to choose file -- uncomment to test in an AS editor
  3252.     tell application "Finder"
  3253.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:"
  3254.         activate
  3255.     end tell
  3256. on error errMsg number errNum
  3257.     --enter statements to perform when no records are found such as...
  3258.     display dialog "Sorry, the item you selected could not be found."
  3259.     return
  3260. end try
  3261. e    No Changef
  3262. QuickTime
  3263. Dev.CD Feb 00 TC
  3264. All Packages
  3265. QuickDraw 3DO
  3266. Dev.CD Jan 96 SSWP
  3267. Dev.CD Jan 96 SSV
  3268. 32611X
  3269. Jan 96
  3270.   display dialog "Sorry, the item you selected could not be found."
  3271.     return
  3272. end try
  3273. All Packages
  3274. 6.0.4O
  3275. Dev CD Vol. IVP
  3276. Dev CD Vol. IV
  3277. 29618X
  3278. Vol. I
  3279. E- Common
  3280.     - Sun Compliant Java Runtime Environment 1.1
  3281.     - QuickTime 3 
  3282.     - QTJava.zip
  3283.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  3284.     - QTJava media samples
  3285. - Mac OS:
  3286.     - System 8 or later
  3287.     - Macintosh Runtime for Java (MRJ) 2.1
  3288. - Windows 95, 98, or NT::
  3289.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3290. QuickTime, Java, MRJ  display dialog "Sorry, the item you selected could not be found."
  3291.     return
  3292. end try
  3293. All Packages
  3294. 6.0.4O
  3295. Developer CD (III)P
  3296. Developer CD (IIIV
  3297. 29620X
  3298. er CD 
  3299. g--set theItem to choose file -- uncomment to test in an AS editor
  3300.     tell application "Finder"
  3301.         open item "Developer CD (III)"
  3302.         activate
  3303.     end tell
  3304. on error errMsg number errNum
  3305.     --enter statements to perform when no records are found such as...
  3306.     display dialog "Sorry, the item you selected could not be found."
  3307.     return
  3308. end try
  3309. All Packages
  3310. 6.0.4O
  3311. Developer CD (III)P
  3312. Developer CD (IIIV
  3313. 29621X
  3314. er CD 
  3315. quicktime
  3316. compress
  3317. decompress
  3318. quicktime
  3319. quicktime
  3320. conferencing
  3321. video
  3322. conferencing
  3323. apple
  3324. quicktime
  3325. quicktime
  3326. image
  3327. capture
  3328. digital
  3329. camera
  3330. quicktime
  3331. video
  3332. sound
  3333. virtual
  3334. reality
  3335. quicktime
  3336. graphic
  3337. quicktime
  3338. video
  3339. streaming
  3340. audio
  3341. quickview
  3342. quickview
  3343. toolbox
  3344. assistant
  3345. quick
  3346. reference
  3347. block
  3348. device
  3349. driver
  3350. raster
  3351. ratesQ
  3352. quickdraw
  3353. hardware
  3354. acceleration
  3355. rawip
  3356. rawmode
  3357. reader
  3358. reality
  3359. receives
  3360. recognition
  3361. reconfiguration
  3362. record
  3363. recordable
  3364. redbook
  3365. redistribution
  3366. reference
  3367. referential
  3368. reformatting
  3369. region
  3370. registration
  3371. registry
  3372. related
  3373. release
  3374. rename
  3375. renderer
  3376. rendering
  3377. readme
  3378. readme
  3379. applesingle/appledou
  3380. readme
  3381. betabase
  3382. readme
  3383. betabase
  3384. readme
  3385. debug
  3386. sound
  3387. manager
  3388. readme
  3389. first
  3390. readme
  3391. mactcp
  3392. readme
  3393. mactcp
  3394. readme
  3395. readme
  3396. installer
  3397. readme
  3398. suite
  3399. readme
  3400. translation
  3401. readme
  3402. readmefirst
  3403. recipes
  3404. recognition
  3405. recordit
  3406. recordit
  3407. redistribution
  3408. reference
  3409. references
  3410. registrati
  3411. registration
  3412. registry
  3413. reinstaller
  3414. relase
  3415. related
  3416. related
  3417. paper
  3418. release
  3419. xtensions
  3420. release
  3421. installer
  3422. OSDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTTestApplet:PaDev.CD Feb 00 TC
  3423.  - What's New?
  3424.  - Sample Code
  3425.  - QuickTime
  3426.  - QuickTime for Java
  3427.  - QTTestAppletV
  3428. 32609X
  3429. Feb 00^
  3430. --set theItem to choose file -- uncomment to test in an AS editor
  3431.     tell application "Finder"
  3432.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTTestApplet:"
  3433.         activate
  3434.     end tell
  3435. on error errMsg number errNum
  3436.     --enter statements to perform when no records are found such as...
  3437.     display dialog "Sorry, the item you selected could not be found."
  3438.     return
  3439. end try
  3440. e    No Changef
  3441. QuickTime
  3442. Dev.CD Feb 00 TC
  3443. D!All Packages
  3444. Tool Chest Edition
  3445. QTtoJavaImageIuThis demo program shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  3446. J5qj.bat
  3447. QTtoJavaImage
  3448. QTtoJavaImage.zip
  3449. README.txt
  3450. Feb 00
  3451. utilities
  3452. utilities
  3453. utilities
  3454. utility
  3455. v1.5.2
  3456. v1.5.3
  3457. validator
  3458. validator
  3459. validator
  3460. documentation
  3461. validator
  3462. documentation
  3463. variable
  3464. variables
  3465. verifier
  3466. verifier
  3467. version
  3468. version
  3469. history
  3470. version
  3471. history
  3472. versionedit
  3473. OXDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTStreamingApplet:PfDev.CD Feb 00 TC
  3474.  - What's New?
  3475.  - Sample Code
  3476.  - QuickTime
  3477.  - QuickTime for Java
  3478.  - QTStreamingAppletV
  3479. 32608X
  3480. Feb 00^
  3481. --set theItem to choose file -- uncomment to test in an AS editor
  3482.     tell application "Finder"
  3483.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTStreamingApplet:"
  3484.         activate
  3485.     end tell
  3486. on error errMsg number errNum
  3487.     --enter statements to perform when no records are found such as...
  3488.     display dialog "Sorry, the item you selected could not be found."
  3489.     return
  3490. end try
  3491. e    No Changef
  3492. QuickTime
  3493. Dev.CD Feb 00 TC
  3494. D!All Packages
  3495. Tool Chest Edition
  3496. QTTestAppletIQThis demo program shows how to test if both QT and QTJava are installed correctlyJ*AppletTag.js
  3497. classes
  3498. README.txt
  3499. sa.bat
  3500. Feb 00
  3501. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTTestApplet:V
  3502. 32609X
  3503. 1e    No Change
  3504. er CD 
  3505. E- Common
  3506.     - Sun Compliant Java Runtime Environment 1.1
  3507.     - QuickTime 3 
  3508.     - QTJava.zip
  3509.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  3510.     - QTJava media samples
  3511. - Mac OS:
  3512.     - System 8 or later
  3513.     - Macintosh Runtime for Java (MRJ) 2.1
  3514. - Windows 95, 98, or NT::
  3515.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3516. QuickTime, Java, MRJry
  3517. E- Common
  3518.     - Sun Compliant Java Runtime Environment 1.1
  3519.     - QuickTime 3 
  3520.     - QTJava.zip
  3521.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  3522.     - QTJava media samples
  3523. - Mac OS:
  3524.     - System 8 or later
  3525.     - Macintosh Runtime for Java (MRJ) 2.1
  3526. - Windows 95, 98, or NT::
  3527.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3528. QuickTime, Java, MRJ  display dialog "Sorry, the item you selected could not be found."
  3529.     return
  3530. end try
  3531. All Packages
  3532. 6.0.4O
  3533. Developer CD (III)P
  3534. Developer CD (IIIV
  3535. 29629X
  3536. er CD 
  3537. g--set theItem to choose file -- uncomment to test in an AS editor
  3538.     tell application "Finder"
  3539.         open item "Developer CD (III)"
  3540.         activate
  3541.     end tell
  3542. on error errMsg number errNum
  3543.     --enter statements to perform when no records are found such as...
  3544.     display dialog "Sorry, the item you selected could not be found."
  3545.     return
  3546. end try
  3547. All Packages
  3548. 6.0.4O
  3549. Developer CD (III)P
  3550. Developer CD (IIIV
  3551. 29630X
  3552. er CD 
  3553. bbedit
  3554. bbedit
  3555. extensions
  3556. bbedit
  3557. bbedit
  3558. quickstart
  3559. before
  3560. begin
  3561. benelux
  3562. benelux
  3563. distributors/localiz
  3564. betabase
  3565. betabase
  3566. bigeasy2
  3567. bigeasy2
  3568. bigeasy2
  3569. bigeasydialogs
  3570. bigeasydialogs
  3571. bigeasydialogs
  3572. bigeasygrafish
  3573. bigeasygrafish
  3574. bigeasygrafish
  3575. bigeasytextish
  3576. bigeasytextish
  3577. bigeasytextish
  3578. bigeasyutils
  3579. bigeasyutils
  3580. bigeasyutils
  3581. binhex
  3582. binhex
  3583. binhex
  3584. specs
  3585. bit-depth
  3586. blockreader
  3587. blockreader
  3588. board
  3589. bootvol
  3590. bouncingsprites
  3591. br-brazilianportugue
  3592. brazilian
  3593. reporting
  3594. bugdetails
  3595. build
  3596. buildfailed
  3597. building
  3598. building
  3599. dcmds
  3600. building
  3601. sprocketinvaders
  3602. buildprogram
  3603. builds
  3604. buildscript
  3605. buildsucceeded
  3606. buildxcmd
  3607. business
  3608. business
  3609. opp's
  3610. germany
  3611. qteffects
  3612. qteffects
  3613. qteffects
  3614. project
  3615. qtforjava
  3616. qtjava
  3617. qtjava
  3618. media
  3619. samples
  3620. qtjava
  3621. qtjavadocs
  3622. qtjavasdk
  3623. qtsimpleapplet
  3624. qtstreamingapplet
  3625. qttestapplet
  3626. qttojavaimage
  3627. qttojavaimage
  3628. query
  3629. quick
  3630. quick
  3631. intro
  3632. quick
  3633. start
  3634. quickdraw
  3635. quickdraw
  3636. v1.5.2
  3637. quickdraw
  3638. update
  3639. quickdraw
  3640. first
  3641. quickdraw3d
  3642. quickdraw3drave
  3643. documentation
  3644. quicktake
  3645. marketing
  3646. items
  3647. quicktake
  3648. first
  3649. quicktake/macintosh
  3650. quicktake/macintosh
  3651. image
  3652. quicktake/windows
  3653. quicktake/windows
  3654. quicktime
  3655. quicktime
  3656. first
  3657. quicktime
  3658. contents
  3659. quicktime
  3660. tools
  3661. quicktime
  3662. fully
  3663. quicktime
  3664. xcmds
  3665. quicktime
  3666. xcmds
  3667. alias
  3668. quickview
  3669. qwertytunes
  3670. qwertytunes
  3671. OUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:PcDev.CD Feb 00 TC
  3672.  - What's New?
  3673.  - Sample Code
  3674.  - QuickTime
  3675.  - QuickTime for Java
  3676.  - QTSimpleAppletV
  3677. 32607X
  3678. Feb 00^
  3679. --set theItem to choose file -- uncomment to test in an AS editor
  3680.     tell application "Finder"
  3681.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:"
  3682.         activate
  3683.     end tell
  3684. on error errMsg number errNum
  3685.     --enter statements to perform when no records are found such as...
  3686.     display dialog "Sorry, the item you selected could not be found."
  3687.     return
  3688. end try
  3689. e    No Changef
  3690. QuickTime
  3691. Dev.CD Feb 00 TC
  3692. D!All Packages
  3693. Tool Chest Edition
  3694. QTStreamingAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  3695. J*AppletTag.js
  3696. classes
  3697. README.txt
  3698. sa.bat
  3699. Feb 00
  3700. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTStreamingApplet:V
  3701. 32608X
  3702. 1e    No Change
  3703. This sample demonstrates how to create a QuickTime movie with a video effect as a transition from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  3704. JeappRsrc.rsrc
  3705. main.c
  3706. main.h
  3707. Movie File.mov
  3708. QTEffects
  3709. QTEffects Project
  3710. QTEffects.c
  3711. QTEffects.h
  3712. READ MEK
  3713. Dec 99M QuickTime 4, Mac OS 7.1 or laterN
  3714. QuickTime, effectsOKDev.CD Mar 00 RL Disk 1:What's New:Sample Code:QuickTime:QTEffects Explode:PVDev.CD Mar 00 RL Disk 1
  3715.  - What's New
  3716.  - Sample Code
  3717.  - QuickTime
  3718.  - QTEffects Explode Vol. V
  3719. 29634X
  3720. Vol. V
  3721. boxes
  3722. branch
  3723. brand
  3724. brave
  3725. braving
  3726. brazilian
  3727. break
  3728. breakline
  3729. breakpoints
  3730. breaks
  3731. breakthroughs
  3732. breeze
  3733. brian
  3734. bridge
  3735. bridges
  3736. brief
  3737. brigham
  3738. bring
  3739. bring-up
  3740. bringing
  3741. brings
  3742. brink
  3743. british
  3744. broad
  3745. broadcast
  3746. broadcast-ready
  3747. brochure
  3748. broken
  3749. bronze
  3750. browse
  3751. browser
  3752. browsing
  3753. bruce
  3754. bruyndonckx
  3755. bryan
  3756. budget
  3757. buffers
  3758. bugfix
  3759. buggy
  3760. buginfo
  3761. bugs/incompatibilite
  3762. - Common
  3763.     - Sun Compliant Java Runtime Environment 1.1
  3764.     - QuickTime 3 
  3765.     - QTJava.zip
  3766.     - QTJava media samples
  3767. - Mac OS:
  3768.     - System 8 or later
  3769.     - Macintosh Runtime for Java (MRJ) 2.1
  3770. - Windows 95, 98, or NT::
  3771.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3772. QuickTime, Java, MRJerror errMsg number errNum
  3773.     --enter statements to perform when no records are found such as...
  3774.     display dialog "Sorry, the item you selected could not be found."
  3775.     return
  3776. end try
  3777. All Packages
  3778. 6.0.5O,Dev.CD Vol. VII
  3779. Dev CD Vol. V
  3780. Dev CD Vol. IVP+Dev.CD Vol. VII
  3781. Dev CD Vol. V
  3782. Dev CD Vol. IV
  3783. 29636X
  3784. Vol. V
  3785. 32606X
  3786. Mar 00^    RL Disk 1
  3787. --set theItem to choose file -- uncomment to test in an AS editor
  3788.     tell application "Finder"
  3789.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:QuickTime:QTEffects Explode:"
  3790.         activate
  3791.     end tell
  3792. on error errMsg number errNum
  3793.     --enter statements to perform when no records are found such as...
  3794.     display dialog "Sorry, the item you selected could not be found."
  3795.     return
  3796. end try
  3797. e    No Changef
  3798. QuickTime
  3799. effectsq
  3800. Dev.CD Mar 00 RL Disk 1
  3801. D!All Packages
  3802. Tool Chest Edition
  3803. QTSimpleAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  3804. J*AppletTag.js
  3805. classes
  3806. README.txt
  3807. sa.bat
  3808. Feb 00
  3809. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:V
  3810. 32607X
  3811. 1e    No Change
  3812. summary
  3813. quickdraw
  3814. print
  3815. spooler
  3816. patch
  3817. fixes
  3818. problem
  3819. summary
  3820. sample
  3821. board
  3822. devised
  3823. survey
  3824. summary
  3825. scanner
  3826. development
  3827. contains
  3828. documentation
  3829. summary
  3830. snarfer
  3831. application
  3832. directs
  3833. whatever
  3834. summary
  3835. stopxpp
  3836. attempts
  3837. close
  3838. summary
  3839. system
  3840. 7.5.5
  3841. update
  3842. system
  3843. software
  3844. summary
  3845. suite
  3846. collection
  3847. tools
  3848. summary
  3849. telephone
  3850. manager
  3851. manager
  3852. macin
  3853. summary
  3854. thread
  3855. manager
  3856. system
  3857. extension
  3858. which
  3859. summary
  3860. verifier
  3861. apple
  3862. internal
  3863. localization
  3864. verif
  3865. OPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTEffects:P^Dev.CD Feb 00 TC
  3866.  - What's New?
  3867.  - Sample Code
  3868.  - QuickTime
  3869.  - QuickTime for Java
  3870.  - QTEffectsV
  3871. 32605X
  3872. Feb 00^
  3873. --set theItem to choose file -- uncomment to test in an AS editor
  3874.     tell application "Finder"
  3875.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTEffects:"
  3876.         activate
  3877.     end tell
  3878. on error errMsg number errNum
  3879.     --enter statements to perform when no records are found such as...
  3880.     display dialog "Sorry, the item you selected could not be found."
  3881.     return
  3882. end try
  3883. e    No Changef
  3884. QuickTime
  3885. Dev.CD Feb 00 TC
  3886. All Packages
  3887. QTEffects Explode
  3888. 32606X
  3889. 32604X
  3890. Feb 00^
  3891. --set theItem to choose file -- uncomment to test in an AS editor
  3892.     tell application "Finder"
  3893.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:"
  3894.         activate
  3895.     end tell
  3896. on error errMsg number errNum
  3897.     --enter statements to perform when no records are found such as...
  3898.     display dialog "Sorry, the item you selected could not be found."
  3899.     return
  3900. end try
  3901. e    No Changef:QuickDraw GX spooler print patch AppleShare Novell Netwareq
  3902. Dev.CD Feb 00 TC
  3903. D!All Packages
  3904. Tool Chest Edition
  3905. F    QTEffectsI
  3906. This demo program shows how to use QuickTime's visual effects architecture as applied to two source images. The effects are applied in realtime - controlled by the user settings in the window.J2ef.bat
  3907. PlayQTEffectApp.zip
  3908. QTEffect
  3909. README.txt
  3910. Feb 00
  3911. C:What's New?:Sample Code:QuickTime:QuickTime for Java:QTEffects:V
  3912. 32605X
  3913. 1e    No Change
  3914. could not be found."
  3915.     return
  3916. end try
  3917. All Packages
  3918. 29641
  3919. Summary:  The QuickDraw GX Print Spooler Patch fixes a problem when trying to print to AppleShare and Novell Netware print spoolers.  This patch makes changes to the QuickDraw GX extension and the LaserWriter GX printer driver.  You should work with copies of the GX extension and GX driver, and then move the modified files into your system's Extensions folder.
  3920. These spooler patches replace any previous versions. This version fixes a problem where users were unable to patch certain localizB
  3921. ed versions of GX.
  3922. JuGX Spooler Patch Read Me
  3923. QDGX 1.1.1 Spooler Patch 1.0.2
  3924. QDGX 1.1.2 Spooler Patch 1.0.2
  3925. QDGX 1.1.3 Spooler Patch 1.0.2K
  3926. Jun 96M3QuickDraw GX (minimum 1.1.1), System 7.5 (minimum).N:QuickDraw GX spooler print patch AppleShare Novell NetwareOBDev.CD Feb 00 TC:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:PJDev.CD Feb 00 TC
  3927.  - Tool Chest
  3928.  - QuickDraw GX
  3929.  - QDGX Spooler Patch 1.0.2
  3930. Summary: The C version of ProgressWindoid 
  3931.  a HyperCard XWindow  which implements a modeless progress bar in an XWindoid.  Use it to add progress feedback to any HyperCard application.  Since it is modeless, it is good for monitoring operations that take place in the background.
  3932. Features: Multiple progress bars may be created.  All imaginable parameters of the progress bar windoid are gettable/settable as HyperCard properties.  Includes Test/Demo Stack and full source.  
  3933. JbProgressWindoid
  3934. ProgressWindoid Worksheet
  3935. ProgressWindoid.c
  3936. ProgressWindoid.make
  3937. ProgressWindoid.
  3938. Vol VIIL
  3939. Apr 92M5HyperCard 2.0, This package is System 7.0 compatible.O_Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  3940. C:PmDev.CD Feb 00 TC
  3941.  - Tool Chest
  3942.  - Development Kits
  3943.  - HyperCard Related
  3944.  - XCMDs & XFCNs
  3945.  - ProgressWindoid
  3946. All Packages
  3947. 6.0.5O
  3948. Dev CD Vol. V
  3949. Dev CD Vol. IVP
  3950. Dev CD Vol. V
  3951. Dev CD Vol. IV
  3952. 29643X
  3953. Vol. V
  3954. OPBookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:P[Bookmark CD 26
  3955.  - develop
  3956.  - develop Issue 23
  3957.  - develop Issue 23 code
  3958.  - ProjectDrag 1.1b8V
  3959. 32603X
  3960. k CD 2
  3961. --set theItem to choose file -- uncomment to test in an AS editor
  3962.     tell application "Finder"
  3963.         open item "Bookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:"
  3964.         activate
  3965.     end tell
  3966. on error errMsg number errNum
  3967.     --enter statements to perform when no records are found such as...
  3968.     display dialog "Sorry, the item you selected could not be found."
  3969.     return
  3970. end try
  3971. e    No Changeq
  3972. Bookmark CD 26
  3973. D!All Packages
  3974. Tool Chest Edition
  3975. QDGX Spooler Patch 1.0.2
  3976. programmer's
  3977. 1.4.2
  3978. progresswindoid-c
  3979. project
  3980. projectdrag
  3981. projectdrag
  3982. 1.1b8
  3983. projects
  3984. publications
  3985.         activate
  3986.     end tell
  3987. on error errMsg number errNum
  3988.     --enter statements to perform when no records are found such as...
  3989.     display dialog "Sorry, the item you selected could not be found."
  3990.     return
  3991. end try
  3992. All Packages
  3993. 6.0.5O
  3994. Dev CD Vol. V
  3995. Dev CD Vol. IVP
  3996. Dev CD Vol. V
  3997. Dev CD Vol. IV
  3998. 29645X
  3999. Vol. V
  4000. q--set theItem to choose file -- uncomment to test in an AS editor
  4001.     tell application "Finder"
  4002.         open item "Dev CD Vol. V
  4003. Dev CD Vol. IV"
  4004.         activate
  4005.     end tell
  4006. on error errMsg number errNum
  4007.     --enter statements to perform when no records are found such as...
  4008.     display dialog "Sorry, the item you selected could not be found."
  4009.     return
  4010. end try
  4011. All Packages
  4012. 6.0.5O
  4013. Dev CD Vol. VP
  4014. Dev CD Vol. V
  4015. 29646X
  4016. 32602X
  4017. Feb 00^
  4018. --set theItem to choose file -- uncomment to test in an AS editor
  4019.     tell application "Finder"
  4020.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  4021.         activate
  4022.     end tell
  4023. on error errMsg number errNum
  4024.     --enter statements to perform when no records are found such as...
  4025.     display dialog "Sorry, the item you selected could not be found."
  4026.     return
  4027. end try
  4028. e    No Changeq
  4029. Dev.CD Feb 00 TC
  4030. All Packages
  4031. ProjectDrag 1.1b8
  4032. @Summary:  ProjectDrag is free drag-and-drop source control software, based on SourceServer from Apple. SourceServer is an AppleEvent-based subset of the MPW Shell which implements the Projector source control commands. See the column in develop issue 23 (pp. 72-6) for information on SourceServer and ProjectDrag basics.
  4033. JDMalph 2.5:
  4034. ProjectDrag Applets:
  4035. ProjectDrag User Manual.txt
  4036. Sources:K
  4037. Sep 95L
  4038. Nov 95V
  4039. 32603X
  4040. 1e    No Change
  4041. MYAny Macintosh with keyboard.  Any Macintosh System Software. Works on PowerBooks 100-170.l application "Finder"
  4042.         open item "Dev CD Vol. V"
  4043.         activate
  4044.     end tell
  4045. on error errMsg number errNum
  4046.     --enter statements to perform when no records are found such as...
  4047.     display dialog "Sorry, the item you selected could not be found."
  4048.     return
  4049. end try
  4050. All Packages
  4051. 6.0.5O
  4052. Dev CD Vol. V
  4053. Dev CD Vol. IVP
  4054. Dev CD Vol. V
  4055. Dev CD Vol. IV
  4056. 29647X
  4057. Vol. V
  4058. q--set theItem to choose file -- uncomment to test in an AS editor
  4059.     tell application "Finder"
  4060.         open item "Dev CD Vol. V
  4061. Dev CD Vol. IV"
  4062.         activate
  4063.     end tell
  4064. on error errMsg number errNum
  4065.     --enter statements to perform when no records are found such as...
  4066.     display dialog "Sorry, the item you selected could not be found."
  4067.     return
  4068. end try
  4069. All Packages
  4070. 6.0.5O
  4071. Dev CD Vol. VP
  4072. Dev CD Vol. V
  4073. 29648X
  4074. Vol. V
  4075. PHDev.CD Dec 99 RL
  4076.  - Technical Documentation
  4077.  - Peripherals DocumentationV
  4078. 32600X
  4079. Dec 99^
  4080. --set theItem to choose file -- uncomment to test in an AS editor
  4081.     tell application "Finder"
  4082.         open item "Dev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:"
  4083.         activate
  4084.     end tell
  4085. on error errMsg number errNum
  4086.     --enter statements to perform when no records are found such as...
  4087.     display dialog "Sorry, the item you selected could not be found."
  4088.     return
  4089. end try
  4090. Deletedq
  4091. Dev.CD Dec 99 RL
  4092. D!All Packages
  4093. Tool Chest Edition
  4094. Programmer's Key 1.4.2
  4095. ISummary: Programmer's Key is a small INIT that allows the use of the 'power-on' key of an Apple Desktop Bus keyboard as a substitute for the Programmer's Switch. To install Programmer's Key; simply drag it into your System Folder and reboot.
  4096. Features: Allows reset and interrupt from keyboard.
  4097. This package is 7.0 compatible.  
  4098. General tools.imgK
  4099. Vol IIIL
  4100. Mar 92nge
  4101. 29651
  4102. O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  4103.  - Tool Chest
  4104.  - Testing & Debugging
  4105.  - General toolsV
  4106. 32601X
  4107. Feb 00^
  4108. --set theItem to choose file -- uncomment to test in an AS editor
  4109.     tell application "Finder"
  4110.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  4111.         activate
  4112.     end tell
  4113. on error errMsg number errNum
  4114.     --enter statements to perform when no records are found such as...
  4115.     display dialog "Sorry, the item you selected could not be found."
  4116.     return
  4117. end try
  4118. e    No Changeq
  4119. Dev.CD Feb 00 TC
  4120. D!All Packages
  4121. Tool Chest Edition
  4122. ProgressWindoid-C
  4123. mapped
  4124. mapper
  4125. mapping
  4126. mapping
  4127. physical
  4128. codes
  4129. virtual
  4130. codes
  4131. mappings
  4132. marathi
  4133. marathon
  4134. march
  4135. marching
  4136. markc
  4137. marked
  4138. market
  4139. marketplace
  4140. markets
  4141. markpascal
  4142. marks
  4143. maroney
  4144. marquee
  4145. marriott
  4146. martin
  4147. martin-gilles
  4148. masked
  4149. maskrgn
  4150. master
  4151. masters
  4152. match
  4153. matched
  4154. matches
  4155. matches--any
  4156. matching
  4157. material
  4158. mathematical
  4159. mathlib
  4160. matrix
  4161. matter
  4162. matters
  4163. matthew
  4164. maurer
  4165. maurice
  4166. maximally
  4167. maximize
  4168. maximum
  4169. D!All Packages
  4170. Mac OS SDK Edition
  4171.  Jan 92
  4172. Dev.CD Vol. XI
  4173. Dev.CD Vol. X
  4174. Dev.CD Vol. IX
  4175. Dev.CD Vol. VIII
  4176. Dev.CD Vol. VIV
  4177. 29653X
  4178. Mar 92
  4179. --set theItem to choose file -- uncomment to test in an AS editor
  4180.     tell application "Finder"
  4181.         open item "Dev.CD Mar 92
  4182. Dev.CD Feb 92
  4183. Dev.CD Jan 92
  4184. Dev.CD Vol. XI
  4185. Dev.CD Vol. X
  4186. Dev.CD Vol. IX
  4187. Dev.CD Vol. VIII
  4188. Dev.CD Vol. VII"
  4189.         activate
  4190.     end tell
  4191. on error errMsg number errNum
  4192.     --enter statements to perform when no records are found such as...
  4193.     display dialog "Sorry, the item you selected could not be found."
  4194.     return
  4195. end try
  4196. All Packages
  4197. 6.0.7O
  4198. Dev.CD Apr 94
  4199. Dev.CD Jan 94
  4200. Dev.CD Oct 93
  4201. Dev.CD Jul 93
  4202. Dev.CD Apr 93
  4203. Dev.CD Jan 92
  4204. Dev.CD Vol. XI
  4205. Dev.CD Vol. X
  4206. Dev.CD Vol. IX
  4207. Dev.CD Vol. VIII
  4208. Dev.CD Vol. VII
  4209. Dev CD Vol. VIP
  4210. Dev.CD Apr 94
  4211. Dev.CD Jan 94
  4212. Dev.CD Oct 93
  4213. Dev.CD Jul 93
  4214. Dev.CD Apr 93
  4215. Dev.CD Jan 92
  4216. Dev.CD Vol. XI
  4217. Dev.CD Vol. X
  4218. Dev.CD Vol. IX
  4219. Dev.CD Vol. VIII
  4220. Dev.CD Vol. VII
  4221. Dev CD Vol. VV
  4222. 29654X
  4223. ColorSync profile rename toolhoose file -- uncomment to test in an AS editor
  4224.     tell application "Finder"
  4225.         open item "Dev.CD Apr 94
  4226. Dev.CD Jan 94
  4227. Dev.CD Oct 93
  4228. Dev.CD Jul 93
  4229. Dev.CD Apr 93
  4230. Dev.CD Jan 92
  4231. Dev.CD Vol. XI
  4232. Dev.CD Vol. X
  4233. Dev.CD Vol. IX
  4234. Dev.CD Vol. VIII
  4235. Dev.CD Vol. VII
  4236. Dev CD Vol. VI"
  4237.         activate
  4238.     end tell
  4239. on error errMsg number errNum
  4240.     --enter statements to perform when no records are found such as...
  4241.     display dialog "Sorry, the item you selected could not be founB
  4242.     return
  4243. end try
  4244. All Packages
  4245. 6.0.7OcDev.CD July 92
  4246. Dev.CD June 92
  4247. Dev.CD May 92
  4248. Dev.CD Apr 92
  4249. Dev.CD Mar 92
  4250. Dev.CD Feb 92
  4251. Dev.CD Jan 92PbDev.CD July 92
  4252. Dev.CD June 92
  4253. Dev.CD May 92
  4254. Dev.CD Apr 92
  4255. Dev.CD Mar 92
  4256. Dev.CD Feb 92
  4257. Dev.CD Jan 9V
  4258. 29655X
  4259. July 9
  4260. profile name when building a popup menu or scrollable list of profiles to the user.  The ColorSync Photoshop Plug-ins are a good example of this.  The only problem with this approach is that, if the user renames a profile file in the Finder, the internal profile name is not changed.  A popup menu or scrollable list of profiles in an application is similarly unaffected.  
  4261. What does ProfileRenamer do to solve this?
  4262. ProfileRenamer is a simple drag-and-drop application which can help you mak
  4263. oe sure that the name of the profile file is the same as the name in the profile.  To use this application, first rename the file name of the profile as desired.  Then drag the ColorSync Profile (or a folder containing several profiles) onto this application and it make the internal profile name the same as the profile's file name.
  4264. Features: see above
  4265. Issues: none
  4266. JVDropShell.mcp
  4267. DropShell.rsrc
  4268. DSUserProcs.c
  4269. ProfileRenamer -- readme
  4270. ProfileRenamer 68kK
  4271. Jan 98M    ColorSync
  4272. O\Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Sample Code:ProfileRenamer:PjDev.CD Jan 00 SDK1
  4273.  - Development Kits
  4274.  - Mac OS
  4275.  - ColorSync 3.0 Mac SDK
  4276.  - Sample Code
  4277.  - ProfileRenamerD Feb 92
  4278. Dev.CD Jan 92"
  4279.         activate
  4280.     end tell
  4281. on error errMsg number errNum
  4282.     --enter statements to perform when no records are found such as...
  4283.     display dialog "Sorry, the item you selected could not be found."
  4284.     return
  4285. end try
  4286. 32599X
  4287. Jan 00^
  4288. --set theItem to choose file -- uncomment to test in an AS editor
  4289.     tell application "Finder"
  4290.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Sample Code:ProfileRenamer:"
  4291.         activate
  4292.     end tell
  4293. on error errMsg number errNum
  4294.     --enter statements to perform when no records are found such as...
  4295.     display dialog "Sorry, the item you selected could not be found."
  4296.     return
  4297. end try
  4298. e    No Changef
  4299. ColorSync profile rename toolq
  4300. Dev.CD Jan 00 SDK1
  4301. D(All Packages
  4302. Reference Library Edition
  4303. ProgGuide to Apple ScannersI
  4304. Summary: The "Programmer's Guide to Apple Scanners, second edition" is a complete revision of the original manual incorporating detailed information on the Apple Color OneScanner including driver calls and SCSI commands.J1Apple CD-ROM Handbook
  4305. ProgGuide to Apple ScannersK
  4306. Mar 93M
  4307. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:
  4308. --set theItem to choose file -- uncomment to test in an AS editor
  4309.     tell application "Finder"
  4310.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  4311.         activate
  4312.     end tell
  4313. on error errMsg number errNum
  4314.     --enter statements to perform when no records are found such as...
  4315.     display dialog "Sorry, the item you selected could not be found."
  4316.     return
  4317. end try
  4318.   tell application "Finder"
  4319.         open item "Dev.CD July 92
  4320. Dev.CD June 92
  4321. Dev.CD May 92
  4322. Dev.CD Apr 92
  4323. Dev.CD Mar 92
  4324. Dev.CD Feb 92
  4325. Dev.CD Jan 92
  4326. Dev.CD Vol. XI
  4327. Dev.CD Vol. IX
  4328. Dev.CD Vol. VIII"
  4329.         activate
  4330.     end tell
  4331. on error errMsg number errNum
  4332.     --enter statements to perform when no records are found such as...
  4333.     display dialog "Sorry, the item you selected could not be found."
  4334.     return
  4335. end try
  4336. All Packages
  4337. 6.0.7V
  4338. 29660X
  4339. ProfileRenamer
  4340. What is the name of ColorSync
  4341.  Profile?
  4342. With ColorSync ICC Profiles, there are two separate profile names.  The obvious name is the name of the profile file.  This is the name that one can easily view and edit in the Finder.  The other name is the name in the profile.  This name can be longer and more descriptive than the file name which is limited by the file system to 31 characters on the Mac (or 8 characters on the DOS).  
  4343. Many applications correctly use the more descriptive internal riptive internal 
  4344. 32599X
  4345. e    No Changef
  4346. testing
  4347. debugging
  4348. printersq
  4349. Dev.CD Feb 00 TC
  4350. D!All Packages
  4351. Tool Chest Edition
  4352. ProcDoggie2.1b2
  4353. ProcDoggie is a full blown application that demonstrates a variety of Process Manager-related techniques, including:
  4354. 1. Getting a list of running processes
  4355. 2. Getting information about a running process
  4356. 3. Launching a processes, with and without opening documents
  4357. J'Sample Code.img
  4358. Windows Sample Code.imgK
  4359. May 97L
  4360. Jan 98N
  4361. process managerO
  4362. Dev.CD Feb 00 TC:Sample Code:P
  4363. Dev.CD Feb 00 TC
  4364.  - Sample CodeV
  4365. 32598X
  4366. Feb 00^
  4367. r--set theItem to choose file -- uncomment to test in an AS editor
  4368.     tell application "Finder"
  4369.         open item "Dev.CD Feb 00 TC:Sample Code:"
  4370.         activate
  4371.     end tell
  4372. on error errMsg number errNum
  4373.     --enter statements to perform when no records are found such as...
  4374.     display dialog "Sorry, the item you selected could not be found."
  4375.     return
  4376. end try
  4377. e    No Changef
  4378. process managerq
  4379. Dev.CD Feb 00 TC
  4380. b--set theItem to choose file -- uncomment to test in an AS editor
  4381.     tell application "Finder"
  4382.         open item "Dev.CD Jul 95"
  4383.         activate
  4384.     end tell
  4385. on error errMsg number errNum
  4386.     --enter statements to perform when no records are found such as...
  4387.     display dialog "Sorry, the item you selected could not be found."
  4388.     return
  4389. end try
  4390. tem "Dev.CD July 92
  4391. Dev.CD June 92
  4392. Dev.CD May 92
  4393. Dev.CD Apr 92
  4394. Dev.CD Mar 92
  4395. Dev.CD Feb 92
  4396. Dev.CD Jan 92
  4397. Dev.CD Vol. XI"
  4398.         activate
  4399.     end tell
  4400. on error errMsg number errNum
  4401.     --enter statements to perform when no records are found such as...
  4402.     display dialog "Sorry, the item you selected could not be found."
  4403.     return
  4404. end try
  4405. All Packages
  4406. 6.0.7O
  4407. Dev.CD July 92
  4408. Dev.CD June 92
  4409. Dev.CD May 92
  4410. Dev.CD Apr 92
  4411. Dev.CD Mar 92
  4412. Dev.CD Feb 92
  4413. Dev.CD Jan 92
  4414. Dev.CD Vol. XI
  4415. Dev.CD Vol. X
  4416. Dev.CD Vol. IX
  4417. Dev.CD Vol. VIII
  4418. Dev.CD Vol. VIIV
  4419. 29662X
  4420. All Packages
  4421. PPC EnablerO
  4422. Dev.CD Jul 95P
  4423. Dev.CD Jul 9V
  4424. 32596X
  4425. Jul 95
  4426. b--set theItem to choose file -- uncomment to test in an AS editor
  4427.     tell application "Finder"
  4428.         open item "Dev.CD Jul 95"
  4429.         activate
  4430.     end tell
  4431. on error errMsg number errNum
  4432.     --enter statements to perform when no records are found such as...
  4433.     display dialog "Sorry, the item you selected could not be found."
  4434.     return
  4435. end try
  4436. D!All Packages
  4437. Tool Chest Edition
  4438. PrintRecordSpyISSummary:  Displays record directly for the current print record in a simple window.J
  4439. General tools.imgK
  4440. Feb 94N
  4441. testing, debugging, printersO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  4442.  - Tool Chest
  4443.  - Testing & Debugging
  4444.  - General toolsV
  4445. 32597X
  4446. Feb 00^
  4447. #ol. XI
  4448. Dev.CD Vol. X
  4449. Dev.CD Vol. IX
  4450. Dev.CD Vol. VIII
  4451. Dev.CD Vol. VIIV
  4452. 29663X
  4453. b--set theItem to choose file -- uncomment to test in an AS editor
  4454.     tell application "Finder"
  4455.         open item "Dev.CD Jul 95"
  4456.         activate
  4457.     end tell
  4458. on error errMsg number errNum
  4459.     --enter statements to perform when no records are found such as...
  4460.     display dialog "Sorry, the item you selected could not be found."
  4461.     return
  4462. end try
  4463. CD Vol. VII"
  4464.         activate
  4465.     end tell
  4466. on error errMsg number errNum
  4467.     --enter statements to perform when no records are found such as...
  4468.     display dialog "Sorry, the item you selected could not be found."
  4469.     return
  4470. end try
  4471. All Packages
  4472. 6.0.7OhDev.CD Mar 92
  4473. Dev.CD Feb 92
  4474. Dev.CD Jan 92
  4475. Dev.CD Vol. XI
  4476. Dev.CD Vol. IX
  4477. Dev.CD Vol. VIII
  4478. Dev.CD Vol. VIIPgDev.CD Mar 92
  4479. Dev.CD Feb 92
  4480. Dev.CD Jan 92
  4481. Dev.CD Vol. XI
  4482. Dev.CD Vol. IX
  4483. Dev.CD Vol. VIII
  4484. Dev.CD Vol. VIV
  4485. 29664X
  4486. Mar 92
  4487. b--set theItem to choose file -- uncomment to test in an AS editor
  4488.     tell application "Finder"
  4489.         open item "Dev.CD Jul 95"
  4490.         activate
  4491.     end tell
  4492. on error errMsg number errNum
  4493.     --enter statements to perform when no records are found such as...
  4494.     display dialog "Sorry, the item you selected could not be found."
  4495.     return
  4496. end try
  4497. Dev.CD Vol. VII
  4498. Dev CD Vol. VI"
  4499.         activate
  4500.     end tell
  4501. on error errMsg number errNum
  4502.     --enter statements to perform when no records are found such as...
  4503.     display dialog "Sorry, the item you selected could not be found."
  4504.     return
  4505. end try
  4506. All Packages
  4507. 6.0.7O=Dev.CD Vol. X
  4508. Dev.CD Vol. IX
  4509. Dev.CD Vol. VIII
  4510. Dev.CD Vol. VIIP<Dev.CD Vol. X
  4511. Dev.CD Vol. IX
  4512. Dev.CD Vol. VIII
  4513. Dev.CD Vol. VIV
  4514. 29666X
  4515. Vol. X
  4516. All Packages
  4517. PPC EnablerO
  4518. Dev.CD Jul 95P
  4519. Dev.CD Jul 9V
  4520. 32593X
  4521. Jul 95
  4522. b--set theItem to choose file -- uncomment to test in an AS editor
  4523.     tell application "Finder"
  4524.         open item "Dev.CD Jul 95"
  4525.         activate
  4526.     end tell
  4527. on error errMsg number errNum
  4528.     --enter statements to perform when no records are found such as...
  4529.     display dialog "Sorry, the item you selected could not be found."
  4530.     return
  4531. end try
  4532. All Packages
  4533. PPC EnablerO
  4534. Dev.CD Jul 95P
  4535. Dev.CD Jul 9V
  4536. 32594X
  4537. Jul 95
  4538. b--set theItem to choose file -- uncomment to test in an AS editor
  4539.     tell application "Finder"
  4540.         open item "Dev.CD Jul 95"
  4541.         activate
  4542.     end tell
  4543. on error errMsg number errNum
  4544.     --enter statements to perform when no records are found such as...
  4545.     display dialog "Sorry, the item you selected could not be found."
  4546.     return
  4547. end try
  4548. All Packages
  4549. PPC EnablerO
  4550. Dev.CD Jul 95P
  4551. Dev.CD Jul 9V
  4552. 32595X
  4553. Jul 95
  4554. b--set theItem to choose file -- uncomment to test in an AS editor
  4555.     tell application "Finder"
  4556.         open item "Dev.CD Jul 95"
  4557.         activate
  4558.     end tell
  4559. on error errMsg number errNum
  4560.     --enter statements to perform when no records are found such as...
  4561.     display dialog "Sorry, the item you selected could not be found."
  4562.     return
  4563. end try
  4564. ivate
  4565.     end tell
  4566. on error errMsg number errNum
  4567.     --enter statements to perform when no records are found such as...
  4568.     display dialog "Sorry, the item you selected could not be found."
  4569.     return
  4570. end try
  4571. All Packages
  4572. 6.0.7O=Dev.CD Vol. X
  4573. Dev.CD Vol. IX
  4574. Dev.CD Vol. VIII
  4575. Dev.CD Vol. VIIP<Dev.CD Vol. X
  4576. Dev.CD Vol. IX
  4577. Dev.CD Vol. VIII
  4578. Dev.CD Vol. VIV
  4579. 29668X
  4580. Vol. X
  4581. All Packages
  4582. PPC EnablerO
  4583. Dev.CD Jul 95P
  4584. Dev.CD Jul 9V
  4585. 32590X
  4586. Jul 95
  4587. b--set theItem to choose file -- uncomment to test in an AS editor
  4588.     tell application "Finder"
  4589.         open item "Dev.CD Jul 95"
  4590.         activate
  4591.     end tell
  4592. on error errMsg number errNum
  4593.     --enter statements to perform when no records are found such as...
  4594.     display dialog "Sorry, the item you selected could not be found."
  4595.     return
  4596. end try
  4597. All Packages
  4598. PPC EnablerO
  4599. Dev.CD Jul 95P
  4600. Dev.CD Jul 9V
  4601. 32591X
  4602. Jul 95
  4603. b--set theItem to choose file -- uncomment to test in an AS editor
  4604.     tell application "Finder"
  4605.         open item "Dev.CD Jul 95"
  4606.         activate
  4607.     end tell
  4608. on error errMsg number errNum
  4609.     --enter statements to perform when no records are found such as...
  4610.     display dialog "Sorry, the item you selected could not be found."
  4611.     return
  4612. end try
  4613. All Packages
  4614. PPC EnablerO
  4615. Dev.CD Jul 95P
  4616. Dev.CD Jul 9V
  4617. 32592X
  4618. Jul 95
  4619. 32808X
  4620. Feb 00^
  4621. --set theItem to choose file -- uncomment to test in an AS editor
  4622.     tell application "Finder"
  4623.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickTime:QuickTime Tools:"
  4624.         activate
  4625.     end tell
  4626. on error errMsg number errNum
  4627.     --enter statements to perform when no records are found such as...
  4628.     display dialog "Sorry, the item you selected could not be found."
  4629.     return
  4630. end try
  4631. e    No Changeq
  4632. Dev.CD Feb 00 TC
  4633. D!All Packages
  4634. Mac OS SDK Edition
  4635. ABOUT QUICKTIME VR
  4636. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  4637. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  4638. http://www.apple.com/store
  4639. To get started,  you can go to the Developgo to the Develop
  4640. b--set theItem to choose file -- uncomment to test in an AS editor
  4641.     tell application "Finder"
  4642.         open item "Dev.CD Jul 95"
  4643.         activate
  4644.     end tell
  4645. on error errMsg number errNum
  4646.     --enter statements to perform when no records are found such as...
  4647.     display dialog "Sorry, the item you selected could not be found."
  4648.     return
  4649. end try
  4650. ivate
  4651.     end tell
  4652. on error errMsg number errNum
  4653.     --enter statements to perform when no records are found such as...
  4654.     display dialog "Sorry, the item you selected could not be found."
  4655.     return
  4656. end try
  4657. All Packages
  4658. 6.0.7O=Dev.CD Vol. X
  4659. Dev.CD Vol. IX
  4660. Dev.CD Vol. VIII
  4661. Dev.CD Vol. VIIP<Dev.CD Vol. X
  4662. Dev.CD Vol. IX
  4663. Dev.CD Vol. VIII
  4664. Dev.CD Vol. VIV
  4665. 29670X
  4666. Vol. X
  4667. All Packages
  4668. PPC EnablerO
  4669. Dev.CD Jul 95P
  4670. Dev.CD Jul 9V
  4671. 32587X
  4672. Jul 95
  4673. b--set theItem to choose file -- uncomment to test in an AS editor
  4674.     tell application "Finder"
  4675.         open item "Dev.CD Jul 95"
  4676.         activate
  4677.     end tell
  4678. on error errMsg number errNum
  4679.     --enter statements to perform when no records are found such as...
  4680.     display dialog "Sorry, the item you selected could not be found."
  4681.     return
  4682. end try
  4683. All Packages
  4684. PPC EnablerO
  4685. Dev.CD Jul 95P
  4686. Dev.CD Jul 9V
  4687. 32588X
  4688. Jul 95
  4689. b--set theItem to choose file -- uncomment to test in an AS editor
  4690.     tell application "Finder"
  4691.         open item "Dev.CD Jul 95"
  4692.         activate
  4693.     end tell
  4694. on error errMsg number errNum
  4695.     --enter statements to perform when no records are found such as...
  4696.     display dialog "Sorry, the item you selected could not be found."
  4697.     return
  4698. end try
  4699. All Packages
  4700. PPC EnablerO
  4701. Dev.CD Jul 95P
  4702. Dev.CD Jul 9V
  4703. 32589X
  4704. Jul 95
  4705. b--set theItem to choose file -- uncomment to test in an AS editor
  4706.     tell application "Finder"
  4707.         open item "Dev.CD Oct 94"
  4708.         activate
  4709.     end tell
  4710. on error errMsg number errNum
  4711.     --enter statements to perform when no records are found such as...
  4712.     display dialog "Sorry, the item you selected could not be found."
  4713.     return
  4714. end try
  4715. ivate
  4716.     end tell
  4717. on error errMsg number errNum
  4718.     --enter statements to perform when no records are found such as...
  4719.     display dialog "Sorry, the item you selected could not be found."
  4720.     return
  4721. end try
  4722. All Packages
  4723. 6.0.7O/Dev.CD Vol. IX
  4724. Dev.CD Vol. VIII
  4725. Dev.CD Vol. VIIP.Dev.CD Vol. IX
  4726. Dev.CD Vol. VIII
  4727. Dev.CD Vol. VIV
  4728. 29672X
  4729. Vol. I
  4730. All Packages
  4731. PPC EnablerO
  4732. Dev.CD Jul 95P
  4733. Dev.CD Jul 9V
  4734. 32584X
  4735. Jul 95
  4736. b--set theItem to choose file -- uncomment to test in an AS editor
  4737.     tell application "Finder"
  4738.         open item "Dev.CD Jul 95"
  4739.         activate
  4740.     end tell
  4741. on error errMsg number errNum
  4742.     --enter statements to perform when no records are found such as...
  4743.     display dialog "Sorry, the item you selected could not be found."
  4744.     return
  4745. end try
  4746. All Packages
  4747. PPC EnablerO
  4748. Dev.CD Jul 95P
  4749. Dev.CD Jul 9V
  4750. 32585X
  4751. Jul 95
  4752. b--set theItem to choose file -- uncomment to test in an AS editor
  4753.     tell application "Finder"
  4754.         open item "Dev.CD Jul 95"
  4755.         activate
  4756.     end tell
  4757. on error errMsg number errNum
  4758.     --enter statements to perform when no records are found such as...
  4759.     display dialog "Sorry, the item you selected could not be found."
  4760.     return
  4761. end try
  4762. All Packages
  4763. PPC EnablerO
  4764. Dev.CD Jul 95P
  4765. Dev.CD Jul 9V
  4766. 32586X
  4767. Jul 95
  4768. b--set theItem to choose file -- uncomment to test in an AS editor
  4769.     tell application "Finder"
  4770.         open item "Dev.CD Oct 94"
  4771.         activate
  4772.     end tell
  4773. on error errMsg number errNum
  4774.     --enter statements to perform when no records are found such as...
  4775.     display dialog "Sorry, the item you selected could not be found."
  4776.     return
  4777. end try
  4778. errNum
  4779.     --enter statements to perform when no records are found such as...
  4780.     display dialog "Sorry, the item you selected could not be found."
  4781.     return
  4782. end try
  4783. All Packages
  4784. 6.0.7O/Dev.CD Vol. IX
  4785. Dev.CD Vol. VIII
  4786. Dev.CD Vol. VIIP.Dev.CD Vol. IX
  4787. Dev.CD Vol. VIII
  4788. Dev.CD Vol. VIV
  4789. 29674X
  4790. Vol. I
  4791. All Packages
  4792. PowerTalk (PPC)O
  4793. Dev.CD Oct 94P
  4794. Dev.CD Oct 9V
  4795. 32581X
  4796. Oct 94
  4797. b--set theItem to choose file -- uncomment to test in an AS editor
  4798.     tell application "Finder"
  4799.         open item "Dev.CD Oct 94"
  4800.         activate
  4801.     end tell
  4802. on error errMsg number errNum
  4803.     --enter statements to perform when no records are found such as...
  4804.     display dialog "Sorry, the item you selected could not be found."
  4805.     return
  4806. end try
  4807. All Packages
  4808. PPC EnablerO
  4809. Dev.CD Jul 95P
  4810. Dev.CD Jul 9V
  4811. 32582X
  4812. Jul 95
  4813. b--set theItem to choose file -- uncomment to test in an AS editor
  4814.     tell application "Finder"
  4815.         open item "Dev.CD Jul 95"
  4816.         activate
  4817.     end tell
  4818. on error errMsg number errNum
  4819.     --enter statements to perform when no records are found such as...
  4820.     display dialog "Sorry, the item you selected could not be found."
  4821.     return
  4822. end try
  4823. All Packages
  4824. PPC EnablerO
  4825. Dev.CD Jul 95P
  4826. Dev.CD Jul 9V
  4827. 32583X
  4828. Jul 95
  4829. b--set theItem to choose file -- uncomment to test in an AS editor
  4830.     tell application "Finder"
  4831.         open item "Dev.CD Oct 94"
  4832.         activate
  4833.     end tell
  4834. on error errMsg number errNum
  4835.     --enter statements to perform when no records are found such as...
  4836.     display dialog "Sorry, the item you selected could not be found."
  4837.     return
  4838. end try
  4839.  no records are found such as...
  4840.     display dialog "Sorry, the item you selected could not be found."
  4841.     return
  4842. end try
  4843. All Packages
  4844. 6.0.7O Dev.CD Vol. VIII
  4845. Dev.CD Vol. VIIP
  4846. Dev.CD Vol. VIII
  4847. Dev.CD Vol. VIV
  4848. 29676X
  4849. Vol. V
  4850. u--set theItem to choose file -- uncomment to test in an AS editor
  4851.     tell application "Finder"
  4852.         open item "Dev.CD Vol. VIII
  4853. Dev.CD Vol. VII"
  4854.         activate
  4855.     end tell
  4856. on error errMsg number errNum
  4857.     --enter statements to perform when no records are found such as...
  4858.     display dialog "Sorry, the item you selected could not be found."
  4859.     return
  4860. end try
  4861. All Packages
  4862. PowerTalk (PPC)O
  4863. Dev.CD Oct 94P
  4864. Dev.CD Oct 9V
  4865. 32578X
  4866. Oct 94
  4867. b--set theItem to choose file -- uncomment to test in an AS editor
  4868.     tell application "Finder"
  4869.         open item "Dev.CD Oct 94"
  4870.         activate
  4871.     end tell
  4872. on error errMsg number errNum
  4873.     --enter statements to perform when no records are found such as...
  4874.     display dialog "Sorry, the item you selected could not be found."
  4875.     return
  4876. end try
  4877. All Packages
  4878. PowerTalk (PPC)O
  4879. Dev.CD Oct 94P
  4880. Dev.CD Oct 9V
  4881. 32579X
  4882. Oct 94
  4883. b--set theItem to choose file -- uncomment to test in an AS editor
  4884.     tell application "Finder"
  4885.         open item "Dev.CD Oct 94"
  4886.         activate
  4887.     end tell
  4888. on error errMsg number errNum
  4889.     --enter statements to perform when no records are found such as...
  4890.     display dialog "Sorry, the item you selected could not be found."
  4891.     return
  4892. end try
  4893. All Packages
  4894. PowerTalk (PPC)O
  4895. Dev.CD Oct 94P
  4896. Dev.CD Oct 9V
  4897. 32580X
  4898. Oct 94
  4899. All Packages
  4900. PowerTalk (PPC)O
  4901. Dev.CD Oct 94P
  4902. Dev.CD Oct 9V
  4903. 32575X
  4904. Oct 94
  4905. b--set theItem to choose file -- uncomment to test in an AS editor
  4906.     tell application "Finder"
  4907.         open item "Dev.CD Oct 94"
  4908.         activate
  4909.     end tell
  4910. on error errMsg number errNum
  4911.     --enter statements to perform when no records are found such as...
  4912.     display dialog "Sorry, the item you selected could not be found."
  4913.     return
  4914. end try
  4915. All Packages
  4916. PowerTalk (PPC)O
  4917. Dev.CD Oct 94P
  4918. Dev.CD Oct 9V
  4919. 32576X
  4920. Oct 94
  4921. b--set theItem to choose file -- uncomment to test in an AS editor
  4922.     tell application "Finder"
  4923.         open item "Dev.CD Oct 94"
  4924.         activate
  4925.     end tell
  4926. on error errMsg number errNum
  4927.     --enter statements to perform when no records are found such as...
  4928.     display dialog "Sorry, the item you selected could not be found."
  4929.     return
  4930. end try
  4931. All Packages
  4932. PowerTalk (PPC)O
  4933. Dev.CD Oct 94P
  4934. Dev.CD Oct 9V
  4935. 32577X
  4936. Oct 94
  4937. All Packages
  4938. PowerTalk (PPC)O
  4939. Dev.CD Oct 94P
  4940. Dev.CD Oct 9V
  4941. 32572X
  4942. Oct 94
  4943. b--set theItem to choose file -- uncomment to test in an AS editor
  4944.     tell application "Finder"
  4945.         open item "Dev.CD Oct 94"
  4946.         activate
  4947.     end tell
  4948. on error errMsg number errNum
  4949.     --enter statements to perform when no records are found such as...
  4950.     display dialog "Sorry, the item you selected could not be found."
  4951.     return
  4952. end try
  4953. All Packages
  4954. PowerTalk (PPC)O
  4955. Dev.CD Oct 94P
  4956. Dev.CD Oct 9V
  4957. 32573X
  4958. Oct 94
  4959. b--set theItem to choose file -- uncomment to test in an AS editor
  4960.     tell application "Finder"
  4961.         open item "Dev.CD Oct 94"
  4962.         activate
  4963.     end tell
  4964. on error errMsg number errNum
  4965.     --enter statements to perform when no records are found such as...
  4966.     display dialog "Sorry, the item you selected could not be found."
  4967.     return
  4968. end try
  4969. All Packages
  4970. PowerTalk (PPC)O
  4971. Dev.CD Oct 94P
  4972. Dev.CD Oct 9V
  4973. 32574X
  4974. Oct 94
  4975. b--set theItem to choose file -- uncomment to test in an AS editor
  4976.     tell application "Finder"
  4977.         open item "Dev.CD Oct 94"
  4978.         activate
  4979.     end tell
  4980. on error errMsg number errNum
  4981.     --enter statements to perform when no records are found such as...
  4982.     display dialog "Sorry, the item you selected could not be found."
  4983.     return
  4984. end try
  4985. VU Tutorial & Scripts
  4986. Summary: The Virtual User 1.1 Tutorial provides a quick introduction to the capabilities of the Virtual User script language.
  4987. Features: Using a step by step approach, the tutorial guides readers through the process of creating several scripts that test a sample application.
  4988. Virtual User tools.imgK
  4989. Aug 92M
  4990. Apple DocViewer applicationN
  4991. VU, Virtual UserOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  4992.  - Tool Chest
  4993.  - Testing & Debugging
  4994.  - Virtual User toolsV
  4995. 33277X
  4996. Feb 00^
  4997. --set theItem to choose file -- uncomment to test in an AS editor
  4998.     tell application "Finder"
  4999.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  5000.         activate
  5001.     end tell
  5002. on error errMsg number errNum
  5003.     --enter statements to perform when no records are found such as...
  5004.     display dialog "Sorry, the item you selected could not be found."
  5005.     return
  5006. end try
  5007. end try
  5008. 32569X
  5009. Apr 95
  5010. b--set theItem to choose file -- uncomment to test in an AS editor
  5011.     tell application "Finder"
  5012.         open item "Dev.CD Apr 95"
  5013.         activate
  5014.     end tell
  5015. on error errMsg number errNum
  5016.     --enter statements to perform when no records are found such as...
  5017.     display dialog "Sorry, the item you selected could not be found."
  5018.     return
  5019. end try
  5020. All Packages
  5021. F    PowerTalkO
  5022. Dev.CD Apr 95P
  5023. Dev.CD Apr 9V
  5024. 32570X
  5025. Apr 95
  5026. b--set theItem to choose file -- uncomment to test in an AS editor
  5027.     tell application "Finder"
  5028.         open item "Dev.CD Apr 95"
  5029.         activate
  5030.     end tell
  5031. on error errMsg number errNum
  5032.     --enter statements to perform when no records are found such as...
  5033.     display dialog "Sorry, the item you selected could not be found."
  5034.     return
  5035. end try
  5036. All Packages
  5037. PowerTalk (PPC)O
  5038. Dev.CD Oct 94P
  5039. Dev.CD Oct 9V
  5040. 32571X
  5041. Oct 94
  5042. F    PowerTalkO
  5043. Dev.CD Apr 95P
  5044. Dev.CD Apr 9comment to test in an AS editor
  5045.     tell application "Finder"
  5046.         open item "Dev.CD Vol. VII"
  5047.         activate
  5048.     end tell
  5049. on error errMsg number errNum
  5050.     --enter statements to perform when no records are found such as...
  5051.     display dialog "Sorry, the item you selected could not be found."
  5052.     return
  5053. end try
  5054. All Packages
  5055. F    PowerTalkO
  5056. Dev.CD Apr 95
  5057. Dev.CD Jan 95P
  5058. Dev.CD Apr 95
  5059. Dev.CD Jan 9V
  5060. 32567X
  5061. Apr 95
  5062. p--set theItem to choose file -- uncomment to test in an AS editor
  5063.     tell application "Finder"
  5064.         open item "Dev.CD Apr 95
  5065. Dev.CD Jan 95"
  5066.         activate
  5067.     end tell
  5068. on error errMsg number errNum
  5069.     --enter statements to perform when no records are found such as...
  5070.     display dialog "Sorry, the item you selected could not be found."
  5071.     return
  5072. end try
  5073. All Packages
  5074. F    PowerTalkO
  5075. Dev.CD Apr 95
  5076. Dev.CD Jan 95P
  5077. Dev.CD Apr 95
  5078. Dev.CD Jan 9V
  5079. 32568X
  5080. Apr 95
  5081. p--set theItem to choose file -- uncomment to test in an AS editor
  5082.     tell application "Finder"
  5083.         open item "Dev.CD Apr 95
  5084. Dev.CD Jan 95"
  5085.         activate
  5086.     end tell
  5087. on error errMsg number errNum
  5088.     --enter statements to perform when no records are found such as...
  5089.     display dialog "Sorry, the item you selected could not be found."
  5090.     return
  5091. end try
  5092. All Packages
  5093. b--set theItem to choose file -- uncomment to test in an AS editor
  5094.     tell application "Finder"
  5095.         open item "Dev.CD Apr 95"
  5096.         activate
  5097.     end tell
  5098. on error errMsg number errNum
  5099.     --enter statements to perform when no records are found such as...
  5100.     display dialog "Sorry, the item you selected could not be found."
  5101.     return
  5102. end try
  5103.  not be found."
  5104.     return
  5105. end try
  5106. 32564X
  5107. Apr 95
  5108. p--set theItem to choose file -- uncomment to test in an AS editor
  5109.     tell application "Finder"
  5110.         open item "Dev.CD Apr 95
  5111. Dev.CD Jan 95"
  5112.         activate
  5113.     end tell
  5114. on error errMsg number errNum
  5115.     --enter statements to perform when no records are found such as...
  5116.     display dialog "Sorry, the item you selected could not be found."
  5117.     return
  5118. end try
  5119. All Packages
  5120. F    PowerTalkO
  5121. Dev.CD Apr 95P
  5122. Dev.CD Apr 9V
  5123. 32565X
  5124. Apr 95
  5125. b--set theItem to choose file -- uncomment to test in an AS editor
  5126.     tell application "Finder"
  5127.         open item "Dev.CD Apr 95"
  5128.         activate
  5129.     end tell
  5130. on error errMsg number errNum
  5131.     --enter statements to perform when no records are found such as...
  5132.     display dialog "Sorry, the item you selected could not be found."
  5133.     return
  5134. end try
  5135. All Packages
  5136. F    PowerTalkO
  5137. Dev.CD Apr 95P
  5138. Dev.CD Apr 9V
  5139. 32566X
  5140. Apr 95
  5141. F    PowerTalkO
  5142. Dev.CD Apr 95
  5143. Dev.CD Jan 95P
  5144. Dev.CD Apr 95
  5145. Dev.CD Jan 9 Apr 93
  5146. Dev.CD Mar 93
  5147. Dev.CD Feb 93
  5148. Dev.CD Jan 93
  5149. Dev.CD Nov/Dec 92
  5150. Dev.CD Oct 92
  5151. Dev.CD May 92
  5152. Dev.CD Apr 92
  5153. Dev.CD Mar 92
  5154. Dev.CD Feb 92
  5155. Dev.CD Jan 92
  5156. Dev.CD Vol. XI
  5157. Dev.CD Vol. X
  5158. Dev.CD Vol. I
  5159. All Packages
  5160. F    PowerTalkO
  5161. Dev.CD Apr 95
  5162. Dev.CD Jan 95P
  5163. Dev.CD Apr 95
  5164. Dev.CD Jan 9V
  5165. 32562X
  5166. Apr 95
  5167. p--set theItem to choose file -- uncomment to test in an AS editor
  5168.     tell application "Finder"
  5169.         open item "Dev.CD Apr 95
  5170. Dev.CD Jan 95"
  5171.         activate
  5172.     end tell
  5173. on error errMsg number errNum
  5174.     --enter statements to perform when no records are found such as...
  5175.     display dialog "Sorry, the item you selected could not be found."
  5176.     return
  5177. end try
  5178. All Packages
  5179. F    PowerTalkO
  5180. Dev.CD Apr 95
  5181. Dev.CD Jan 95P
  5182. Dev.CD Apr 95
  5183. Dev.CD Jan 9V
  5184. 32563X
  5185. Apr 95
  5186. p--set theItem to choose file -- uncomment to test in an AS editor
  5187.     tell application "Finder"
  5188.         open item "Dev.CD Apr 95
  5189. Dev.CD Jan 95"
  5190.         activate
  5191.     end tell
  5192. on error errMsg number errNum
  5193.     --enter statements to perform when no records are found such as...
  5194.     display dialog "Sorry, the item you selected could not be found."
  5195.     return
  5196. end try
  5197. All Packages
  5198. b--set theItem to choose file -- uncomment to test in an AS editor
  5199.     tell application "Finder"
  5200.         open item "Dev.CD Apr 95"
  5201.         activate
  5202.     end tell
  5203. on error errMsg number errNum
  5204.     --enter statements to perform when no records are found such as...
  5205.     display dialog "Sorry, the item you selected could not be found."
  5206.     return
  5207. end try
  5208. ou selected could not be found."
  5209.     return
  5210. end try
  5211. digitizers
  5212. config
  5213. config&interleave
  5214. configuration
  5215. interleave
  5216. interleave
  5217. diractive
  5218. directhit
  5219. directhit
  5220. directions
  5221. discipline
  5222. discipline
  5223. 2.0.2
  5224. disclaimer
  5225. discoveringopenstepb
  5226. discoveringopenstepb
  5227. disinfectant
  5228. 6.3.3
  5229. quick
  5230. reference
  5231. first
  5232. diskrestore
  5233. display
  5234. display
  5235. display
  5236. device
  5237. driver
  5238. guide
  5239. displaymanager
  5240. displaymanager
  5241. dispnamereg
  5242. distribution
  5243. distributors/localiz
  5244. dk-danish
  5245. frameworks
  5246. francais
  5247. france
  5248. france
  5249. distributors/localiz
  5250. french
  5251. french
  5252. 1.1.3
  5253. fssetprinter
  5254. fssetprinter
  5255. fssetprinter
  5256. fstubs
  5257. fstubs
  5258. fstubs
  5259. fullballoons
  5260. fullballoons
  5261. fulldrag
  5262. fulldrag
  5263. fullfind
  5264. fullfind
  5265. fullhpop
  5266. fullhpop
  5267. fullmove
  5268. fullmove
  5269. fulloffset
  5270. fulloffset
  5271. fullremove
  5272. fullremove
  5273. fullrename
  5274. fullrename
  5275. fullreplace
  5276. fullreplace
  5277. fullreslist
  5278. fullreslist
  5279. 32559X
  5280. Apr 95
  5281. p--set theItem to choose file -- uncomment to test in an AS editor
  5282.     tell application "Finder"
  5283.         open item "Dev.CD Apr 95
  5284. Dev.CD Jan 95"
  5285.         activate
  5286.     end tell
  5287. on error errMsg number errNum
  5288.     --enter statements to perform when no records are found such as...
  5289.     display dialog "Sorry, the item you selected could not be found."
  5290.     return
  5291. end try
  5292. All Packages
  5293. F    PowerTalkO
  5294. Dev.CD Apr 95
  5295. Dev.CD Jan 95P
  5296. Dev.CD Apr 95
  5297. Dev.CD Jan 9V
  5298. 32560X
  5299. Apr 95
  5300. p--set theItem to choose file -- uncomment to test in an AS editor
  5301.     tell application "Finder"
  5302.         open item "Dev.CD Apr 95
  5303. Dev.CD Jan 95"
  5304.         activate
  5305.     end tell
  5306. on error errMsg number errNum
  5307.     --enter statements to perform when no records are found such as...
  5308.     display dialog "Sorry, the item you selected could not be found."
  5309.     return
  5310. end try
  5311. All Packages
  5312. F    PowerTalkO
  5313. Dev.CD Apr 95P
  5314. Dev.CD Apr 9V
  5315. 32561X
  5316. Apr 95
  5317. grade EnablerV
  5318. 29692X
  5319. F    PowerTalkO
  5320. Dev.CD Apr 95
  5321. Dev.CD Jan 95P
  5322. Dev.CD Apr 95
  5323. Dev.CD Jan 9tor
  5324.     tell application "Finder"
  5325.         open item "Dev.CD Feb 92
  5326. Dev.CD Jan 92
  5327. Dev.CD Vol. XI
  5328. Dev.CD Vol. X"
  5329.         activate
  5330.     end tell
  5331. on error errMsg number errNum
  5332.     --enter statements to perform when no records are found such as...
  5333.     display dialog "Sorry, the item you selected could not be found."
  5334.     return
  5335. end try
  5336. All Packages
  5337. F    PowerTalkO
  5338. Dev.CD Apr 95
  5339. Dev.CD Jan 95P
  5340. Dev.CD Apr 95
  5341. Dev.CD Jan 9V
  5342. 32557X
  5343. Apr 95
  5344. p--set theItem to choose file -- uncomment to test in an AS editor
  5345.     tell application "Finder"
  5346.         open item "Dev.CD Apr 95
  5347. Dev.CD Jan 95"
  5348.         activate
  5349.     end tell
  5350. on error errMsg number errNum
  5351.     --enter statements to perform when no records are found such as...
  5352.     display dialog "Sorry, the item you selected could not be found."
  5353.     return
  5354. end try
  5355. All Packages
  5356. F    PowerTalkO
  5357. Dev.CD Apr 95
  5358. Dev.CD Jan 95P
  5359. Dev.CD Apr 95
  5360. Dev.CD Jan 9V
  5361. 32558X
  5362. Apr 95
  5363. p--set theItem to choose file -- uncomment to test in an AS editor
  5364.     tell application "Finder"
  5365.         open item "Dev.CD Apr 95
  5366. Dev.CD Jan 95"
  5367.         activate
  5368.     end tell
  5369. on error errMsg number errNum
  5370.     --enter statements to perform when no records are found such as...
  5371.     display dialog "Sorry, the item you selected could not be found."
  5372.     return
  5373. end try
  5374. All Packages
  5375. b--set theItem to choose file -- uncomment to test in an AS editor
  5376.     tell application "Finder"
  5377.         open item "Dev.CD Apr 95"
  5378.         activate
  5379.     end tell
  5380. on error errMsg number errNum
  5381.     --enter statements to perform when no records are found such as...
  5382.     display dialog "Sorry, the item you selected could not be found."
  5383.     return
  5384. end try
  5385. packages
  5386. 32554X
  5387. Apr 95
  5388. p--set theItem to choose file -- uncomment to test in an AS editor
  5389.     tell application "Finder"
  5390.         open item "Dev.CD Apr 95
  5391. Dev.CD Jan 95"
  5392.         activate
  5393.     end tell
  5394. on error errMsg number errNum
  5395.     --enter statements to perform when no records are found such as...
  5396.     display dialog "Sorry, the item you selected could not be found."
  5397.     return
  5398. end try
  5399. All Packages
  5400. F    PowerTalkO
  5401. Dev.CD Apr 95P
  5402. Dev.CD Apr 9V
  5403. 32555X
  5404. Apr 95
  5405. b--set theItem to choose file -- uncomment to test in an AS editor
  5406.     tell application "Finder"
  5407.         open item "Dev.CD Apr 95"
  5408.         activate
  5409.     end tell
  5410. on error errMsg number errNum
  5411.     --enter statements to perform when no records are found such as...
  5412.     display dialog "Sorry, the item you selected could not be found."
  5413.     return
  5414. end try
  5415. All Packages
  5416. F    PowerTalkO
  5417. Dev.CD Apr 95P
  5418. Dev.CD Apr 9V
  5419. 32556X
  5420. Apr 95
  5421. All Packages
  5422. 29702X
  5423. F    PowerTalkO
  5424. Dev.CD Apr 95
  5425. Dev.CD Jan 95P
  5426. Dev.CD Apr 95
  5427. Dev.CD Jan 9tor
  5428.     tell application "Finder"
  5429.         open item "Dev.CD Jul 95"
  5430.         activate
  5431.     end tell
  5432. on error errMsg number errNum
  5433.     --enter statements to perform when no records are found such as...
  5434.     display dialog "Sorry, the item you selected could not be found."
  5435.     return
  5436. end try
  5437. p--set theItem to choose file -- uncomment to test in an AS editor
  5438.     tell application "Finder"
  5439.         open item "Dev.CD Apr 95
  5440. Dev.CD Jan 95"
  5441.         activate
  5442.     end tell
  5443. on error errMsg number errNum
  5444.     --enter statements to perform when no records are found such as...
  5445.     display dialog "Sorry, the item you selected could not be found."
  5446.     return
  5447. end try
  5448. t to test in an AS editor
  5449.     tell application "Finder"
  5450.         open item "Dev.CD Jan 94
  5451. Dev.CD Oct 93
  5452. Dev.CD May 92
  5453. Dev.CD Apr 92
  5454. Dev.CD Mar 92
  5455. Dev.CD Feb 92
  5456. Dev.CD Jan 92
  5457. Dev.CD Vol. XI
  5458. Dev.CD Vol. X
  5459. Dev.CD Vol. IX
  5460. Dev.CD Vol. VIII"
  5461.         activate
  5462.     end tell
  5463. on error errMsg number errNum
  5464.     --enter statements to perform when no records are found such as...
  5465.     display dialog "Sorry, the item you selected could not be found."
  5466.     return
  5467. d try
  5468. All Packages
  5469. 29703X
  5470. All Packages
  5471. F    PowerTalkO
  5472. Dev.CD Apr 95
  5473. Dev.CD Jan 95P
  5474. Dev.CD Apr 95
  5475. Dev.CD Jan 9V
  5476. 32552X
  5477. Apr 95
  5478. p--set theItem to choose file -- uncomment to test in an AS editor
  5479.     tell application "Finder"
  5480.         open item "Dev.CD Apr 95
  5481. Dev.CD Jan 95"
  5482.         activate
  5483.     end tell
  5484. on error errMsg number errNum
  5485.     --enter statements to perform when no records are found such as...
  5486.     display dialog "Sorry, the item you selected could not be found."
  5487.     return
  5488. end try
  5489. All Packages
  5490. F    PowerTalkO
  5491. Dev.CD Apr 95
  5492. Dev.CD Jan 95P
  5493. Dev.CD Apr 95
  5494. Dev.CD Jan 9V
  5495. 32553X
  5496. Apr 95
  5497. p--set theItem to choose file -- uncomment to test in an AS editor
  5498.     tell application "Finder"
  5499.         open item "Dev.CD Apr 95
  5500. Dev.CD Jan 95"
  5501.         activate
  5502.     end tell
  5503. on error errMsg number errNum
  5504.     --enter statements to perform when no records are found such as...
  5505.     display dialog "Sorry, the item you selected could not be found."
  5506.     return
  5507. end try
  5508. All Packages
  5509. All Packages
  5510. F    PowerTalkO
  5511. Dev.CD Apr 95P
  5512. Dev.CD Apr 9V
  5513. 32549X
  5514. Apr 95
  5515. b--set theItem to choose file -- uncomment to test in an AS editor
  5516.     tell application "Finder"
  5517.         open item "Dev.CD Apr 95"
  5518.         activate
  5519.     end tell
  5520. on error errMsg number errNum
  5521.     --enter statements to perform when no records are found such as...
  5522.     display dialog "Sorry, the item you selected could not be found."
  5523.     return
  5524. end try
  5525. All Packages
  5526. F    PowerTalkO
  5527. Dev.CD Apr 95P
  5528. Dev.CD Apr 9V
  5529. 32550X
  5530. Apr 95
  5531. b--set theItem to choose file -- uncomment to test in an AS editor
  5532.     tell application "Finder"
  5533.         open item "Dev.CD Apr 95"
  5534.         activate
  5535.     end tell
  5536. on error errMsg number errNum
  5537.     --enter statements to perform when no records are found such as...
  5538.     display dialog "Sorry, the item you selected could not be found."
  5539.     return
  5540. end try
  5541. All Packages
  5542. F    PowerTalkO
  5543. Dev.CD Apr 95
  5544. Dev.CD Jan 95P
  5545. Dev.CD Apr 95
  5546. Dev.CD Jan 9V
  5547. 32551X
  5548. Apr 95
  5549. opaque
  5550. opcode
  5551. opcodes
  5552. opencheckedout
  5553. opendoc
  5554. opendoc's
  5555. opened
  5556. openfirmware
  5557. opengl
  5558. l. IX"
  5559.         activate
  5560.     end tell
  5561. on error errMsg number errNum
  5562.     --enter statements to perform when no records are found such as...
  5563.     display dialog "Sorry, the item you selected could not be found."
  5564.     return
  5565. end try
  5566. All Packages
  5567. 7.0O*Dev.CD Jan 92
  5568. Dev.CD Vol. XI
  5569. Dev.CD Vol. XP)Dev.CD Jan 92
  5570. Dev.CD Vol. XI
  5571. Dev.CD Vol. V
  5572. 29706X
  5573. Jan 92
  5574. copland
  5575. copland-savvy
  5576. coprocessor
  5577. copy-and-paste
  5578. copy/paste
  5579. copybitmask
  5580. copybits
  5581. copybitsspeedpalette
  5582. copydeepmask
  5583. copying
  5584. copymask
  5585. copyright
  5586. copyrighted
  5587. copyrights
  5588. copywrite
  5589. foundation
  5590. documentation
  5591. corners
  5592. corporate
  5593. corporation
  5594. correct
  5595. corrected
  5596. correctly
  5597. PDDev.CD Dec 99 RL
  5598.  - Technical Documentation
  5599.  - PowerPC DocumentationV
  5600. 32547X
  5601. Dec 99^
  5602. --set theItem to choose file -- uncomment to test in an AS editor
  5603.     tell application "Finder"
  5604.         open item "Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:"
  5605.         activate
  5606.     end tell
  5607. on error errMsg number errNum
  5608.     --enter statements to perform when no records are found such as...
  5609.     display dialog "Sorry, the item you selected could not be found."
  5610.     return
  5611. end try
  5612. Deletedq
  5613. Dev.CD Dec 99 RL
  5614. All Packages
  5615. F    PowerTalkO
  5616. Dev.CD Apr 95P
  5617. Dev.CD Apr 9V
  5618. 32548X
  5619. Apr 95
  5620. b--set theItem to choose file -- uncomment to test in an AS editor
  5621.     tell application "Finder"
  5622.         open item "Dev.CD Apr 95"
  5623.         activate
  5624.     end tell
  5625. on error errMsg number errNum
  5626.     --enter statements to perform when no records are found such as...
  5627.     display dialog "Sorry, the item you selected could not be found."
  5628.     return
  5629. end try
  5630. 2-1.1.3
  5631. 2-335
  5632. 2-341
  5633. 2-364
  5634. 2-byte
  5635. 2-way
  5636. 2.0.1
  5637. 2.0.2
  5638. 2.0.4
  5639. 2.0.6
  5640. 2.0.7
  5641. 2.0.8
  5642. 2.0a1
  5643. 2.0v2
  5644. 2.1.1
  5645. 2.1.2
  5646. 2.1.3
  5647. 2.1.4
  5648. 2.3.5
  5649. 2.3e4
  5650. 2.4b6
  5651. 2.5.2
  5652. 2.5.7
  5653. powerbook
  5654. powerbooks
  5655. powerful
  5656. powermac
  5657. powermacor68k
  5658. powermacs
  5659. poweroff
  5660. powerpcQ
  5661. powerpc-based
  5662. powerplant
  5663. powers
  5664. powertalk
  5665. powertalk-savvy
  5666. powertracer
  5667. pparameter
  5668. mited
  5669. Carole Holcomb
  5670. 5755 Cohasset Way
  5671. San Jose, CA 95123
  5672. Attn:  Accelerated for Power Macintosh Program
  5673. (408) 226-6762
  5674. Applelink:  MSU
  5675. 2) Send in a copy of your native code and a signed legal agreement to Meeting Support Unlimited.
  5676. 3) Send in a mockup of your product artwork
  5677. 4) If your code is verified as native, you have signed the legal agreement, and your use of the artwork is approved, Meeting Support Unlimited will send you a copy of the artwork.
  5678. 5) Finally, send in two final cop
  5679. ;ies of your product with the artwork to Meeting Support Unlimited.  Your product boxes will be utilized in product displays of shipping native applications.
  5680. Please allow 2 - 4 weeks for the process.  Beta copies of your native software may be sent in to be verified.
  5681. Power Macintosh Evangelism
  5682. Apple Computer Inc.
  5683. Power Macintosh Prod. ArtworkK
  5684. Sep 94L
  5685. Mar 95O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  5686.  - Programs & Marketing
  5687. accelerating
  5688. acceleration
  5689. accelerator
  5690. accent
  5691. accept
  5692. accepting
  5693. accepts
  5694. accesory
  5695. accessQ
  5696. accessed
  5697. accesses
  5698. accessible
  5699. accessing
  5700. accessor
  5701. accessories
  5702. acclaimed
  5703. accommodates
  5704. accompanied
  5705. accompanies
  5706. accompany
  5707. accompanying
  5708. accomplish
  5709. accomplished
  5710. accomplishing
  5711. according
  5712. account/password
  5713. accumulate
  5714. scanned
  5715. accurately
  5716. print
  5717. image
  5718. viewed
  5719. monitor
  5720. acgis
  5721. achieve
  5722. achieved
  5723. achieves
  5724. acrobat
  5725. 32546X
  5726. May 98^
  5727. {--set theItem to choose file -- uncomment to test in an AS editor
  5728.     tell application "Finder"
  5729.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  5730.         activate
  5731.     end tell
  5732. on error errMsg number errNum
  5733.     --enter statements to perform when no records are found such as...
  5734.     display dialog "Sorry, the item you selected could not be found."
  5735.     return
  5736. end try
  5737. e    No Changeq
  5738. Dev.CD May 98 TC
  5739. D(All Packages
  5740. Reference Library Edition
  5741. PowerPC Documentation
  5742. Summary:  This folder contains documents about programming for the PowerPC processor, referenced by Inside Macintosh-PowerPC System Software, that have previously only been available on E.T.O.
  5743. Features:
  5744. Debugging Optimized Code
  5745. Libraries and OOP
  5746. Moving Your Source to PowerPC
  5747. JHDebugging Optimized Code
  5748. Libraries and OOP
  5749. Moving Your Source to PowerPCK
  5750. Nov 95M
  5751. Adobe Acrobat Reader.O?Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:
  5752. 1995 "Accelerated for Power Macintosh Artwork" Program
  5753. Apple Computer Inc.
  5754. Power Macintosh Developers!
  5755. Apple wants to help you communicate the benefits of a "native" version of your product to customers.  We have created artwork for use directly on your product packaging or to use as stickers to place on your shrink-wrapped products.  In addition, this artwork may be used in advertisements, distributor catalogs, direct mail, product literature, booth displays, and promotional items for y
  5756. our native products.  The "Accelerated for Power Macintosh" artwork is an easy way to identify your "native" applications in the marketplace.  The artwork is designed to be used only on products that are optimized for the PowerPC microprocessor.
  5757. We have introduced a new "Accelerated for Power Macintosh" artwork program for 1995.  There is no charge to obtain the artwork!
  5758. To obtain the "Accelerated for Power Macintosh" artwork:
  5759. 1) Request an information packet from:
  5760. Meeting Support Unli
  5761. powerbook
  5762. powerbook
  5763. powerbooks
  5764. powerpcQ
  5765. powerplant
  5766. pre-mixer
  5767. pre-mixer
  5768. component
  5769. vu-meter
  5770. preemptive
  5771. preference
  5772. preferences
  5773. preview
  5774. print
  5775. print
  5776. appletalk
  5777. printer
  5778. printer
  5779. selected
  5780. chooser
  5781. printers
  5782. printers
  5783. drivers
  5784. sample
  5785. printing
  5786. printing
  5787. carbon
  5788. carbon
  5789. printing
  5790. carbon
  5791. printing
  5792. manager
  5793. printing
  5794. postscript
  5795. filter
  5796. private
  5797. private
  5798. stack
  5799. switch
  5800. sniffer
  5801. process
  5802. process
  5803. manager
  5804. processes
  5805. processing
  5806. profile
  5807. profiler
  5808. program
  5809. program
  5810. linking
  5811. appleevents
  5812. guest
  5813. programming
  5814. project
  5815. projector
  5816. promise
  5817. promisehfsflavor
  5818. og "Sorry, the item you selected could not be found."
  5819.     return
  5820. end try
  5821. MPW etc.imgK
  5822. Nov 97N
  5823. power macintosh debuggerO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  5824.  - Tool Chest
  5825.  - Development Kits
  5826.  - MPW etc.V
  5827. 32545X
  5828. Feb 00^
  5829. --set theItem to choose file -- uncomment to test in an AS editor
  5830.     tell application "Finder"
  5831.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  5832.         activate
  5833.     end tell
  5834. on error errMsg number errNum
  5835.     --enter statements to perform when no records are found such as...
  5836.     display dialog "Sorry, the item you selected could not be found."
  5837.     return
  5838. end try
  5839. e    No Changef
  5840. power macintosh debuggerq
  5841. Dev.CD Feb 00 TC
  5842. D!All Packages
  5843. Tool Chest Edition
  5844. Power Macintosh Prod. Artwork 
  5845.     .CD Mar 92
  5846. Dev.CD Feb 92
  5847. Dev.CD Jan 92
  5848. Dev.CD Vol. XI
  5849. Dev.CD Vol. X
  5850. 29718X
  5851. The SampleFilter PostScript Output Filter for LaserWriter 8.7 demonstrates:
  5852.   1) how to obtain data from the collection passed from the print dialog
  5853.   2) how to insert data into the output stream BEFORE a given subsection
  5854.   3) how to insert data into the output stream AFTER a given subsection
  5855.   4) how to remove data for a given subsection
  5856.   5) how to replace data for a given subsection
  5857.   6) how to detect a given page
  5858. The SectionReport filter generates a log file with all the subsection inBzformation that passes through this filter. The log file has a .dsc suffix and is written to your Job Documentation Folder.
  5859. J8Headers and Stub Libraries:
  5860. SampleFilter:
  5861. SectionReport:K
  5862. Dec 99M
  5863. LaserWriter 8.7N
  5864. Printing, PostScript, FilterORDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:PostScript Output Filters:P]Dev.CD Mar 00 RL Disk 1
  5865.  - What's New
  5866.  - Sample Code
  5867.  - Printing
  5868.  - PostScript Output Filters.CD Apr 9V
  5869. 29719X
  5870. Apr 94
  5871. O:Dev.CD Feb 00 TC:Tool Chest:Printing:PostScript Utilities:PBDev.CD Feb 00 TC
  5872.  - Tool Chest
  5873.  - Printing
  5874.  - PostScript UtilitiesV
  5875. 32544X
  5876. Feb 00^
  5877. --set theItem to choose file -- uncomment to test in an AS editor
  5878.     tell application "Finder"
  5879.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:PostScript Utilities:"
  5880.         activate
  5881.     end tell
  5882. on error errMsg number errNum
  5883.     --enter statements to perform when no records are found such as...
  5884.     display dialog "Sorry, the item you selected could not be found."
  5885.     return
  5886. end try
  5887. e    No Changeq
  5888. Dev.CD Feb 00 TC
  5889. D!All Packages
  5890. Tool Chest Edition
  5891. Power Mac Debugger
  5892. CPower Macintosh Debugger is an advanced source-code debugger for PowerPC applications. With it you can set breakpoints, single step code, examine stack variables, and so on.
  5893. Runs on either a Power Macintosh or a 68K Macintosh. In 68K mode, it is used for debugging a target application running on a remote Power Macintosh.
  5894. e    No Change
  5895.     Ce), there is little rationale for not converting an application or framework from Objective-C to Java.
  5896. PortingObjectiveCtoJava.pdfK
  5897. Oct 99M
  5898. Acrobat Reader 3.0 or laterN
  5899. WebObjects, Objective-C, JavaOGDev.CD Jan 00 SDK1:Interactive Media Resources:PortingObjectiveCtoJava:PLDev.CD Jan 00 SDK1
  5900.  - Interactive Media Resources
  5901.  - PortingObjectiveCtoJavacords are found such as...
  5902.     display dialog "Sorry, the item you selected could not be found."
  5903.     return
  5904. end try
  5905. All Packages
  5906. 7.0.1O
  5907. Dev.CD Jul 93
  5908. Dev.CD Apr 93P
  5909. Dev.CD Jul 93
  5910. Dev.CD Apr 9V
  5911. 29721X
  5912. Jul 93
  5913. p--set theItem to choose file -- uncomment to test in an AS editor
  5914.     tell application "Finder"
  5915.         open item "Dev.CD Jul 93
  5916. Dev.CD Apr 93"
  5917.         activate
  5918.     end tell
  5919. on error errMsg number errNum
  5920.     --enter statements to perform when no records are found such as...
  5921.     display dialog "Sorry, the item you selected could not be found."
  5922.     return
  5923. end try
  5924. All Packages
  5925. 29722X
  5926. 32543X
  5927. Mar 00^    RL Disk 1
  5928. --set theItem to choose file -- uncomment to test in an AS editor
  5929.     tell application "Finder"
  5930.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:PostScript Output Filters:"
  5931.         activate
  5932.     end tell
  5933. on error errMsg number errNum
  5934.     --enter statements to perform when no records are found such as...
  5935.     display dialog "Sorry, the item you selected could not be found."
  5936.     return
  5937. end try
  5938. e    No Changef
  5939. Printing
  5940. PostScript
  5941. Filterq
  5942. Dev.CD Mar 00 RL Disk 1
  5943. D!All Packages
  5944. Tool Chest Edition
  5945. PostScript UtilitiesI
  5946. Summary: This folder contains a number of PostScript
  5947.  utilities.
  5948. Features:
  5949.  DiskRestore
  5950.  kill test page
  5951.  Laser Doctor
  5952.  letter paper tray
  5953.  plain paper tray
  5954.  print total pages
  5955.  restore test page
  5956. This package is 7.0 compatible.JnDiskRestore
  5957. kill test page
  5958. Laser Doctor
  5959. letter paper tray
  5960. plain paper tray
  5961. print total pages
  5962. restore test pageK
  5963. Vol IIIL
  5964. Vol VIInge
  5965. Porting Objective-C to Java by Theresa Ray of Tensor Information Systems, Inc.
  5966. A quick reference guide to the major topics and tips involved converting an Objective-C application or Framework to Java. Many who have applications and/or frameworks written in Objective-C are finding it necessary to convert their Objective-C applications and frameworks to Java. Java is a widely known and supported language. Many programmers are already trained in Java, and in many cases it is becoming more ti
  5967. me-consuming and costly to retrain Java programmers to learn Objective-C programming syntax and techniques than it is to convert the Objective-C applications and frameworks to Java. Java applications can have as fast a response time as Objective-C applications, and are just as scalable as Objective-C applications. Other than the investment of time and resources (which is recouped in the long run since more programmers have the knowledge required to work on these applications and frameworks
  5968. sourcemenu
  5969. sources
  5970. space
  5971. spain
  5972. spain
  5973. distribution
  5974. guide
  5975. spain
  5976. distributors/localiz
  5977. spanish
  5978. spanish
  5979. 1.1.3
  5980. specific
  5981. specification
  5982. specs
  5983. speech
  5984. speech
  5985. recognition
  5986. speech
  5987. recognition
  5988. manager
  5989. speech
  5990. synthesis
  5991. installers
  5992. speechrecogmgr
  5993. spellswell
  5994. spellswell
  5995. spellswell
  5996. sphere
  5997. spooler
  5998. spritedemoapp
  5999. spritedemoapp
  6000. sprites
  6001. sprocketinavders
  6002. sprocketinavders
  6003. sprocketinvaders
  6004. sprocketinvaders
  6005. sprocketinvaders
  6006. sprocketinvaders
  6007. sprockets
  6008. interfaces
  6009. files
  6010. sample
  6011. sresource
  6012. srlanguagemodeler
  6013. 32542X
  6014. Jan 00^
  6015. --set theItem to choose file -- uncomment to test in an AS editor
  6016.     tell application "Finder"
  6017.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:PortingObjectiveCtoJava:"
  6018.         activate
  6019.     end tell
  6020. on error errMsg number errNum
  6021.     --enter statements to perform when no records are found such as...
  6022.     display dialog "Sorry, the item you selected could not be found."
  6023.     return
  6024. end try
  6025. e    No Changef
  6026. WebObjects
  6027. Objective-C
  6028. Javaq
  6029. Dev.CD Jan 00 SDK1
  6030. All Packages
  6031. PostScript Output Filters
  6032. 32543X
  6033.     C`tp://www.tiac.net/biz/bbsw/
  6034. Internet:    bbsw@netcom.com
  6035. CIS:    73051,3255
  6036. eWorld:    BareBones
  6037. JY!NOT AN APPLE PRODUCT!
  6038. PopupFuncs 2.6.1 Installer
  6039. PopupFuncs Notes.c
  6040. Source Masher
  6041. xPop 
  6042. Sep 95L
  6043. Jan 96OADev.CD Feb 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PIDev.CD Feb 00 TC
  6044.  - Tool Chest
  6045.  - Developer Utilities
  6046.  - PopupFuncs 2.6.1n no records are found such as...
  6047.     display dialog "Sorry, the item you selected could not be found."
  6048.     return
  6049. end try
  6050. All Packages
  6051. 7.0.1O
  6052. Dev.CD Sept 92
  6053. Dev.CD Aug 92P
  6054. Dev.CD Sept 92
  6055. Dev.CD Aug 9V
  6056. 29727X
  6057. Sept 9
  6058. q--set theItem to choose file -- uncomment to test in an AS editor
  6059.     tell application "Finder"
  6060.         open item "Dev.CD Sept 92
  6061. Dev.CD Aug 92"
  6062.         activate
  6063.     end tell
  6064. on error errMsg number errNum
  6065.     --enter statements to perform when no records are found such as...
  6066.     display dialog "Sorry, the item you selected could not be found."
  6067.     return
  6068. end try
  6069. All Packages
  6070. fonts
  6071. fontsync
  6072. footprint
  6073. Dev.CD Sept 92
  6074. Dev.CD Aug 92"
  6075.         activate
  6076.     end tell
  6077. on error errMsg number errNum
  6078.     --enter statements to perform when no records are found such as...
  6079.     display dialog "Sorry, the item you selected could not be found."
  6080.     return
  6081. end try
  6082. 32541X
  6083. Feb 00^
  6084. --set theItem to choose file -- uncomment to test in an AS editor
  6085.     tell application "Finder"
  6086.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:"
  6087.         activate
  6088.     end tell
  6089. on error errMsg number errNum
  6090.     --enter statements to perform when no records are found such as...
  6091.     display dialog "Sorry, the item you selected could not be found."
  6092.     return
  6093. end try
  6094. e    No Changeq
  6095. Dev.CD Feb 00 TC
  6096. D!All Packages
  6097. Mac OS SDK Edition
  6098. Porting Objective-C to Java
  6099.     Aug 92
  6100. Dev.CD July 92
  6101. Dev.CD June 92
  6102. Dev.CD May 92
  6103. Dev.CD Apr 9V
  6104. 29729X
  6105. Sept 9
  6106. Summary:  PopUpFuncs is a productivity tool for developers. When invoked by clicking on a control in a source code window
  6107. s title bar, it creates a popup menu of every function contained in a source code file, allowing you to see instantly the contents of an unfamiliar file. If a name is selected from the menu, the file is instantly scrolled to the beginning of that function. PopUpFuncs works with CodeWarrior, MPW, THINK C/Symantec C++, SADE, BBEdit, and QUED/M, and parses C, C++, Pascal, 
  6108. Object Pascal, assembler, Rez, and Fortran source files.  See the file "PopupFuncs Notes.c" for details.
  6109. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems, the authors encourage you to contact them as follows:
  6110. Postal:    Bare Bones Software, Inc.
  6111.       P.O. Box 108
  6112.       Bedford, MA  01730-0108
  6113. Phone:    +1 508 651 3561
  6114. Fax:      +1 508 651 7584
  6115. WWW:      ht
  6116. OODev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PlayTune:P]Dev.CD Feb 00 TC
  6117.  - What's New?
  6118.  - Sample Code
  6119.  - QuickTime
  6120.  - QuickTime for Java
  6121.  - PlayTuneV
  6122. 32540X
  6123. Feb 00^
  6124. --set theItem to choose file -- uncomment to test in an AS editor
  6125.     tell application "Finder"
  6126.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PlayTune:"
  6127.         activate
  6128.     end tell
  6129. on error errMsg number errNum
  6130.     --enter statements to perform when no records are found such as...
  6131.     display dialog "Sorry, the item you selected could not be found."
  6132.     return
  6133. end try
  6134. e    No Changef
  6135. QuickTime
  6136. Dev.CD Feb 00 TC
  6137. D!All Packages
  6138. Tool Chest Edition
  6139. PopupFuncs 2.6.1
  6140.     Jan 92
  6141. Dev.CD Vol. XIPqDev.CD July 92
  6142. Dev.CD June 92
  6143. Dev.CD May 92
  6144. Dev.CD Apr 92
  6145. Dev.CD Mar 92
  6146. Dev.CD Feb 92
  6147. Dev.CD Jan 92
  6148. Dev.CD Vol. XV
  6149. 29731X
  6150. July 9
  6151. All Packages
  6152. QuickDraw GXO
  6153. Dev.CD Jun 97 SSWP
  6154. Dev.CD Jun 97 SSV
  6155. 32706X
  6156. Jun 97
  6157. f--set theItem to choose file -- uncomment to test in an AS editor
  6158.     tell application "Finder"
  6159.         open item "Dev.CD Jun 97 SSW"
  6160.         activate
  6161.     end tell
  6162. on error errMsg number errNum
  6163.     --enter statements to perform when no records are found such as...
  6164.     display dialog "Sorry, the item you selected could not be found."
  6165.     return
  6166. end try
  6167. All Packages
  6168. QuickDraw GXO
  6169. Dev.CD Jun 97 SSWP
  6170. Dev.CD Jun 97 SSV
  6171. 32707X
  6172. Jun 97
  6173. f--set theItem to choose file -- uncomment to test in an AS editor
  6174.     tell application "Finder"
  6175.         open item "Dev.CD Jun 97 SSW"
  6176.         activate
  6177.     end tell
  6178. on error errMsg number errNum
  6179.     --enter statements to perform when no records are found such as...
  6180.     display dialog "Sorry, the item you selected could not be found."
  6181.     return
  6182. end try
  6183. All Packages
  6184. QuickDraw GXO
  6185. Dev.CD Jun 97 SSWV
  6186. 32708X
  6187. D!All Packages
  6188. Tool Chest Edition
  6189. PlayTuneIhThis demo program shows how to use the TunePlayer to play a Tune using the QuickTime Music Architecture
  6190. J+PlayTune
  6191. PlayTune.zip
  6192. pt.bat
  6193. README.txt
  6194. Feb 00
  6195. - Common
  6196.     - Sun Compliant Java Runtime Environment 1.1
  6197.     - QuickTime 3 
  6198.     - QTJava.zip
  6199.     - QTJava media samples
  6200. - Mac OS:
  6201.     - System 8 or later
  6202.     - Macintosh Runtime for Java (MRJ) 2.1
  6203. - Windows 95, 98, or NT::
  6204.     - JRE/JDK from Sun Microsystems, Inc. recommended
  6205. QuickTime, Java, MRJ
  6206. f--set theItem to choose file -- uncomment to test in an AS editor
  6207.     tell application "Finder"
  6208.         open item "Dev.CD Jun 97 SSW"
  6209.         activate
  6210.     end tell
  6211. on error errMsg number errNum
  6212.     --enter statements to perform when no records are found such as...
  6213.     display dialog "Sorry, the item you selected could not be found."
  6214.     return
  6215. end try
  6216. 32539X
  6217. Feb 00^
  6218. --set theItem to choose file -- uncomment to test in an AS editor
  6219.     tell application "Finder"
  6220.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PlayMovie:"
  6221.         activate
  6222.     end tell
  6223. on error errMsg number errNum
  6224.     --enter statements to perform when no records are found such as...
  6225.     display dialog "Sorry, the item you selected could not be found."
  6226.     return
  6227. end try
  6228. e    No Changef
  6229. QuickTime
  6230. Dev.CD Feb 00 TC
  6231. PlayTuneIhThis demo program shows how to use the TunePlayer to play a Tune using the QuickTime Music Architecture
  6232. J+PlayTune
  6233. PlayTune.zip
  6234. pt.bat
  6235. README.txt
  6236. Feb 00
  6237. - Common
  6238.     - Sun Compliant Java Runtime Environment 1.1
  6239.     - QuickTime 3 
  6240.     - QTJava.zip
  6241.     - QTJava media samples
  6242. - Mac OS:
  6243.     - System 8 or later
  6244.     - Macintosh Runtime for Java (MRJ) 2.1
  6245. - Windows 95, 98, or NT::
  6246.     - JRE/JDK from Sun Microsystems, Inc. recommended
  6247. QuickTime, Java, MRJckTime, Java, MRJ
  6248. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  6249. J-PlayMovie
  6250. PlayMovie.zip
  6251. pm.bat
  6252. README.txt
  6253. Feb 00
  6254. - Common
  6255.     - Sun Compliant Java Runtime Environment 1.1
  6256.     - QuickTime 3 
  6257.     - QTJava.zip
  6258.     - QTJava media samples
  6259. - Mac OS:
  6260.     - System 8 or later
  6261.     - Macintosh Runtime for Java (MRJ) 2.1
  6262. - Windows 95, 98, or NT::
  6263.     - JRE/JDK from Sun Microsystems, Inc. recommended
  6264. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PlayMovie:P^Dev.CD Feb 00 TC
  6265.  - What's New?
  6266.  - Sample Code
  6267.  - QuickTime
  6268.  - QuickTime for Java
  6269.  - PlayMovie
  6270. summary
  6271. pippin
  6272. multimedia
  6273. internet
  6274. playback
  6275. summary
  6276. popupfuncs
  6277. productivity
  6278. developers
  6279. summary
  6280. portlist
  6281. extension
  6282. helps
  6283. summary
  6284. powertracer
  6285. system
  6286. atrap
  6287. powerpc
  6288. function
  6289. summary
  6290. programmer's
  6291. small
  6292. allows
  6293. summary
  6294. projectdrag
  6295. drag-and-drop
  6296. source
  6297. control
  6298. summary
  6299. resedit
  6300. apple's
  6301. standard
  6302. direct-manipulation
  6303. summary
  6304. sample
  6305. discussion
  6306. detect
  6307. whether
  6308. summary
  6309. sample
  6310. network
  6311. chess
  6312. application
  6313. ter statements to perform when no records are found such as...
  6314.     display dialog "Sorry, the item you selected could not be found."
  6315.     return
  6316. end try
  6317. All Packages
  6318. 7.0.1OrDev.CD July 92
  6319. Dev.CD June 92
  6320. Dev.CD May 92
  6321. Dev.CD Apr 92
  6322. Dev.CD Mar 92
  6323. Dev.CD Feb 92
  6324. Dev.CD Jan 92
  6325. Dev.CD Vol. XIV
  6326. 29735X
  6327. pitfalls
  6328. place
  6329. place
  6330. extensions
  6331. folder
  6332. place
  6333. system
  6334. folder
  6335. plain
  6336. plain
  6337. paper
  6338. platforms
  6339. player
  6340. playit
  6341. playit
  6342. playmovie
  6343. playmovie
  6344. playqteffectapp
  6345. playqteffectapp
  6346. playtune
  6347. playtune
  6348. please
  6349. plstringfuncs
  6350. plug-ins
  6351. plugins
  6352. po-portuguese
  6353. polish
  6354. polish
  6355. 2-1.1.3
  6356. poptag
  6357. poptag
  6358. manual
  6359. poptag
  6360. manual
  6361. popupfuncs
  6362. popupfuncs
  6363. 2.6.1
  6364. installer
  6365. popupfuncs
  6366. notes
  6367. popuptkl
  6368. popuptkl
  6369. popuptkl
  6370. portingobjectivectoj
  6371. emulator
  6372. release
  6373. notes
  6374. power
  6375. macintosh
  6376. artwork
  6377. powerbook
  6378. powerbook
  6379. addendum
  6380. powerbook
  6381. powerbook
  6382. 2400c
  6383. powerbook
  6384. powerbook
  6385. powerbook
  6386. 2300c
  6387. powerbook
  6388. processor
  6389. Applejack Tech Note
  6390. Creating Pippin CDROMs
  6391. Pippin Authentication
  6392. Pippin Flash Access 
  6393. Pippin Launch
  6394. Pippin Standard File 
  6395. Pippin Startup Process
  6396. Pippin Video
  6397. PippinFinder
  6398. Stoppinf INIT IconsK
  6399. Aug 96M
  6400. Adobe Acrobat Reader.N+Pippin, Bandai, Atworld, Atmark, multimediaO@Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:PEDev.CD Dec 99 RL
  6401.  - Technical Documentation
  6402.  - Pippin Technical NotesV
  6403. 32538X
  6404. Dec 99^
  6405. --set theItem to choose file -- uncomment to test in an AS editor
  6406.     tell application "Finder"
  6407.         open item "Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:"
  6408.         activate
  6409.     end tell
  6410. on error errMsg number errNum
  6411.     --enter statements to perform when no records are found such as...
  6412.     display dialog "Sorry, the item you selected could not be found."
  6413.     return
  6414. end try
  6415. Deletedf'Pippin
  6416. Bandai
  6417. Atworld
  6418. Atmark
  6419. multimediaq
  6420. Dev.CD Dec 99 RL
  6421. D!All Packages
  6422. Tool Chest Edition
  6423. F    PlayMovie
  6424. PGPuam  is an enhancement to the standard AppleShare IP User Access Methods (UAM) that enables a user to perform two-way strongly authenticated logins to an AppleShare IP server from a Mac OS client. The PGPuam system consists of two major components, a client and a server plug-in.
  6425. - - Since the same key and passphrase used to sign e-mail messages is also used for server access, the user need only remember one passphrase.   This is done without the risks associated with passphrase  caches
  6426. - -  Strong user authentication is provided by cryptographic digital signatures.
  6427. - -  Since the user maintains the only secret material in the system, compromising a server
  6428. s user database results in limited damage.
  6429. NOTE: This is beta SW.  For sample use only
  6430. J'Sample Code.img
  6431. Windows Sample Code.imgK
  6432. Dec 98M
  6433. PPC,  MacOS 8.5, PGPsdkN=Cryptographic Authentication , AppleShare IP,  Appearance MgrO
  6434. Dev.CD Feb 00 TC:Sample Code:P
  6435. Dev.CD Feb 00 TC
  6436.  - Sample Code
  6437. cryptographic
  6438. cryptographic
  6439. authentication
  6440. cryptography
  6441. ctabhandle
  6442. ctseed
  6443. cursors
  6444. custom
  6445. custom
  6446. allocators
  6447. custom
  6448. customgetfile
  6449. customputfile
  6450. cyrillic
  6451.    end tell
  6452. on error errMsg number errNum
  6453.     --enter statements to perform when no records are found such as...
  6454.     display dialog "Sorry, the item you selected could not be found."
  6455.     return
  6456. end try
  6457. program
  6458. control
  6459. access
  6460. 512-919-2645
  6461. 5300c/1005300ce/1173
  6462. 58.1.5
  6463. 5thcolumnW
  6464. 6-158
  6465. 6-164
  6466. 6.0.4
  6467. 6.0.5
  6468. 6.3.1
  6469. 6.3.2
  6470. s are found such as...
  6471.     display dialog "Sorry, the item you selected could not be found."
  6472.     return
  6473. end try
  6474. All Packages
  6475. 7.0.1OrDev.CD July 92
  6476. Dev.CD June 92
  6477. Dev.CD May 92
  6478. Dev.CD Apr 92
  6479. Dev.CD Mar 92
  6480. Dev.CD Feb 92
  6481. Dev.CD Jan 92
  6482. Dev.CD Vol. XIV
  6483. 29740X
  6484. 32537X
  6485. Feb 00^
  6486. r--set theItem to choose file -- uncomment to test in an AS editor
  6487.     tell application "Finder"
  6488.         open item "Dev.CD Feb 00 TC:Sample Code:"
  6489.         activate
  6490.     end tell
  6491. on error errMsg number errNum
  6492.     --enter statements to perform when no records are found such as...
  6493.     display dialog "Sorry, the item you selected could not be found."
  6494.     return
  6495. end try
  6496. e    No Changef;Cryptographic Authentication 
  6497. AppleShare IP
  6498.  Appearance Mgrq
  6499. Dev.CD Feb 00 TC
  6500. D(All Packages
  6501. Reference Library Edition
  6502. Pippin Technical Notes
  6503. HSummary:  Pippin is a new multimedia and Internet playback architecture based on Power Macintosh and licensed by Apple to Bandai Digital Entertainment. Because it is based on Mac, most Pippin development is the same as Mac development. The tech notes in this folder cover all the Pippin-specific aspects of developing on Pippin.
  6504. Summary:  Three tools for testing the performance of code on PowerPC processors.
  6505. 4PM: a tool that uses special registers in the PowerPC 604 processor to gather performance statistics.
  6506. Emulator Control Panel: Allows you to turn off the dynamic recompilation feature of the 68K emulator.
  6507. POWER Emulator Control Panel: Allows you to turn off the emulation of IBM POWER instuctions, letting you find them in your code.
  6508. Ji4PM 4.6
  6509. 604 Performance
  6510. Emulator
  6511. Emulator CP Release Notes
  6512. POWER Emulator
  6513. POWER Emulator CP Release NotesK
  6514. Dec 95M
  6515. Power Macintosh.N0debugging, performance, POWER, PowerPC, emulatorOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Performance tools:PJDev.CD Feb 00 TC
  6516.  - Tool Chest
  6517.  - Testing & Debugging
  6518.  - Performance toolsy 92
  6519. Dev.CD June 92
  6520. Dev.CD May 92
  6521. Dev.CD Apr 92
  6522. Dev.CD Mar 92
  6523. Dev.CD Feb 92
  6524. Dev.CD Jan 92
  6525. Dev.CD Vol. XV
  6526. 29741X
  6527. July 9
  6528. performa
  6529. 7.1p6
  6530. performance
  6531. performance
  6532. tools
  6533. pgpuam
  6534. photoshop
  6535. picker
  6536. pippin
  6537. pippin
  6538. technical
  6539. notes
  6540. player
  6541. playmovie
  6542. playtune
  6543. plug-ins
  6544. plugins
  6545. popupfuncs
  6546. popupfuncs
  6547. 2.6.1
  6548. porting
  6549. porting
  6550. objective-c
  6551. posers
  6552.  to test in an AS editor
  6553.     tell application "Finder"
  6554.         open item "Dev.CD July 92
  6555. Dev.CD June 92
  6556. Dev.CD May 92
  6557. Dev.CD Apr 92
  6558. Dev.CD Mar 92
  6559. Dev.CD Feb 92
  6560. Dev.CD Jan 92
  6561. Dev.CD Vol. XI"
  6562.         activate
  6563.     end tell
  6564. on error errMsg number errNum
  6565.     --enter statements to perform when no records are found such as...
  6566.     display dialog "Sorry, the item you selected could not be found."
  6567.     return
  6568. end try
  6569. All Packages
  6570. 7.0.1OcDev.CD July 92
  6571. Dev.CD June 92
  6572. Dev.CD May 92
  6573. Dev.CD Apr 92
  6574. Dev.CD Mar 92
  6575. Dev.CD Feb 92
  6576. Dev.CD Jan 92PbDev.CD July 92
  6577. Dev.CD June 92
  6578. Dev.CD May 92
  6579. Dev.CD Apr 92
  6580. Dev.CD Mar 92
  6581. Dev.CD Feb 92
  6582. Dev.CD Jan 9V
  6583. 29743X
  6584. July 9
  6585. 32536X
  6586. Feb 00^
  6587. --set theItem to choose file -- uncomment to test in an AS editor
  6588.     tell application "Finder"
  6589.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Performance tools:"
  6590.         activate
  6591.     end tell
  6592. on error errMsg number errNum
  6593.     --enter statements to perform when no records are found such as...
  6594.     display dialog "Sorry, the item you selected could not be found."
  6595.     return
  6596. end try
  6597. e    No Changef,debugging
  6598. performance
  6599. POWER
  6600. PowerPC
  6601. emulatorq
  6602. Dev.CD Feb 00 TC
  6603. D!All Packages
  6604. Tool Chest Edition
  6605. PGPuam 
  6606. 32534X
  6607. Jan 94
  6608. p--set theItem to choose file -- uncomment to test in an AS editor
  6609.     tell application "Finder"
  6610.         open item "Dev.CD Jan 94
  6611. Dev.CD Dec 93"
  6612.         activate
  6613.     end tell
  6614. on error errMsg number errNum
  6615.     --enter statements to perform when no records are found such as...
  6616.     display dialog "Sorry, the item you selected could not be found."
  6617.     return
  6618. end try
  6619. All Packages
  6620. Performa 7.1P6O
  6621. Dev.CD Jun 94
  6622. Dev.CD Jul 94P
  6623. Dev.CD Jun 94
  6624. Dev.CD Jul 9V
  6625. 32535X
  6626. Jun 94
  6627. p--set theItem to choose file -- uncomment to test in an AS editor
  6628.     tell application "Finder"
  6629.         open item "Dev.CD Jun 94
  6630. Dev.CD Jul 94"
  6631.         activate
  6632.     end tell
  6633. on error errMsg number errNum
  6634.     --enter statements to perform when no records are found such as...
  6635.     display dialog "Sorry, the item you selected could not be found."
  6636.     return
  6637. end try
  6638. D!All Packages
  6639. Tool Chest Edition
  6640. Performance Tools
  6641. Performa 7.1P5O
  6642. Dev.CD Jan 94
  6643. Dev.CD Dec 93P
  6644. Dev.CD Jan 94
  6645. Dev.CD Dec 9try
  6646.     tell application "Finder"
  6647.         open item "Dev.CD July 92
  6648. Dev.CD June 92
  6649. Dev.CD May 92
  6650. Dev.CD Apr 92
  6651. Dev.CD Mar 92
  6652. Dev.CD Feb 92
  6653. Dev.CD Jan 92"
  6654.         activate
  6655.     end tell
  6656. on error errMsg number errNum
  6657.     --enter statements to perform when no records are found such as...
  6658.     display dialog "Sorry, the item you selected could not be found."
  6659.     return
  6660. end try
  6661. summary
  6662. updates
  6663. mactcp
  6664. driver
  6665. correct
  6666. summary
  6667. training
  6668. stack
  6669. gives
  6670. general
  6671. overview
  6672. summary
  6673. allows
  6674. hypertalk
  6675. scripter
  6676. display
  6677. summary
  6678. three
  6679. samples
  6680. involving
  6681. standard
  6682. dialogs
  6683. summary
  6684. three
  6685. tools
  6686. testing
  6687. performance
  6688. summary
  6689. supplementing
  6690. documentation
  6691. summary
  6692. toolbox
  6693. assistant
  6694. gives
  6695. rapid
  6696. access
  6697. up-to-da
  6698. summary
  6699. unmountit
  6700. easily
  6701. unmount
  6702. eject
  6703. sharable
  6704. summary
  6705. updated
  6706. conceptual
  6707. reference
  6708. documentation
  6709. summary
  6710. display
  6711. starting
  6712. summary
  6713. validator
  6714. utility
  6715. testing
  6716. sierra/i
  6717. summary
  6718. simple
  6719. macintosh
  6720. application
  6721. supports
  6722. summary
  6723. pleased
  6724. provide
  6725. version
  6726. 1.5.1
  6727. summary
  6728. network
  6729. software
  6730. installer
  6731. insta
  6732. summer
  6733. sun's
  6734. sunsoft
  6735. super
  6736. 7.5.1
  6737. 7.5.1a
  6738. 7.5.2
  6739. D!All Packages
  6740. Tool Chest Edition
  6741. Apr 94
  6742. Dev.CD Jan 94
  6743. Dev.CD Oct 93
  6744. Dev.CD Jul 93
  6745. Dev.CD Apr 93
  6746. Dev.CD Mar 93
  6747. Dev.CD Feb 93
  6748. Dev.CD Jan 93
  6749. Dev.CD Nov/Dec 92
  6750. Dev.CD Oct 92P
  6751. Dev.CD Apr 94
  6752. Dev.CD Jan 94
  6753. Dev.CD Oct 93
  6754. Dev.CD Jul 93
  6755. Dev.CD Apr 93
  6756. Dev.CD Mar 93
  6757. Dev.CD Feb 93
  6758. Dev.CD Jan 93
  6759. Dev.CD Nov/Dec 92
  6760. Dev.CD Oct 9V
  6761. 29748X
  6762. Apr 94
  6763. --set theItem to choose file -- uncomment to test in an AS editor
  6764.     tell application "Finder"
  6765.         open item "Dev.CD Apr 94
  6766. Dev.CD Jan 94
  6767. Dev.CD Oct 93
  6768. Dev.CD Jul 93
  6769. Dev.CD Apr 93
  6770. Dev.CD Mar 93
  6771. Dev.CD Feb 93
  6772. Dev.CD Jan 93
  6773. Dev.CD Nov/Dec 92
  6774. Dev.CD Oct 92"
  6775.         activate
  6776.     end tell
  6777. on error errMsg number errNum
  6778.     --enter statements to perform when no records are found such as...
  6779.     display dialog "Sorry, the item you selected could not be found."
  6780.     return
  6781. end try
  6782. All Packages
  6783. 7.1OEDev.CD Apr 94
  6784. Dev.CD Jan 94
  6785. Dev.CD Oct 93
  6786. Dev.CD Jul 93
  6787. Dev.CD Apr 93V
  6788. 29749X
  6789. survival
  6790. suspend
  6791. suspendappleevent
  6792. suspending
  6793. sustains
  6794. swaps
  6795. swatches
  6796. swedish
  6797. swell
  6798. swiss
  6799. switch
  6800. switching
  6801. sybaseeoadaptor
  6802. symantec
  6803. symbol
  6804. symbols
  6805. symptom
  6806. synccatch
  6807. synccatch
  6808. debugging
  6809. catches
  6810. synchronous
  6811. synch
  6812. synchronization
  6813. synchronizeW
  6814. synchronous
  6815. syncing
  6816. syntactic
  6817. syntax
  6818. synthesizers
  6819. sysbeep
  6820. sysenvirons
  6821. PeopleSurveyor 2.1.2
  6822. Summary: This tool makes it easy to survey people on electronic nets.  Responses are transmitted to central server.  Results are compiled with the touch of a button and can be imported into word processors, spreadsheets, or stat. packages.
  6823. Features: 
  6824.  Responses automatically send in over LocalTalk, AppleLink, or by floppy.
  6825.   Sixteen question formats.  
  6826.  Six page printable Help.  
  6827.  Enforces expiration date, discourages multiple responses.
  6828. PeopleSurveyor 2.1.2K
  6829. Oct 92M
  6830. HyperCard 2.1OTDev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:P_Dev.CD May 98 TC
  6831.  - Tool Chest
  6832.  - Development Kits
  6833.  - HyperCard Related
  6834.  - PeopleSurveyor 2.1.2V
  6835. 32532
  6836. summary
  6837. apple
  6838. peoplesoft
  6839. launched
  6840. partnership
  6841. summary
  6842. apple
  6843. computer
  6844. espana
  6845. prepared
  6846. guide
  6847. summary
  6848. apple
  6849. designed
  6850. maccheck
  6851. suport
  6852. provid
  6853. summary
  6854. apple
  6855. directions
  6856. developer
  6857. business
  6858. report
  6859. summary
  6860. apple
  6861. directions
  6862. developer
  6863. business
  6864. report
  6865. 1-12/
  6866. summary
  6867. apple
  6868. licensed
  6869. ported
  6870. ibm's
  6871. somobjects
  6872. summary
  6873. apple's
  6874. indian
  6875. language
  6876. summary
  6877. apple's
  6878. korean
  6879. language
  6880. affordable
  6881. summary
  6882. appleglot
  6883. translation
  6884. Dev.CD Apr 94
  6885. Dev.CD Jan 94
  6886. Dev.CD Oct 93
  6887. Dev.CD Jul 93
  6888. Dev.CD Apr 93PDDev.CD Apr 94
  6889. Dev.CD Jan 94
  6890. Dev.CD Oct 93
  6891. Dev.CD Jul 93
  6892. Dev.CD Apr 9V
  6893. 29752X
  6894. Apr 94
  6895. May 98^
  6896. --set theItem to choose file -- uncomment to test in an AS editor
  6897.     tell application "Finder"
  6898.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  6899.         activate
  6900.     end tell
  6901. on error errMsg number errNum
  6902.     --enter statements to perform when no records are found such as...
  6903.     display dialog "Sorry, the item you selected could not be found."
  6904.     return
  6905. end try
  6906. e    No Changeq
  6907. Dev.CD May 98 TC
  6908. All Packages
  6909. Performa 7.1P2O
  6910. Dev.CD Oct 93
  6911. Dev.CD Jul 93P
  6912. Dev.CD Oct 93
  6913. Dev.CD Jul 9V
  6914. 32533X
  6915. Oct 93
  6916. p--set theItem to choose file -- uncomment to test in an AS editor
  6917.     tell application "Finder"
  6918.         open item "Dev.CD Oct 93
  6919. Dev.CD Jul 93"
  6920.         activate
  6921.     end tell
  6922. on error errMsg number errNum
  6923.     --enter statements to perform when no records are found such as...
  6924.     display dialog "Sorry, the item you selected could not be found."
  6925.     return
  6926. end try
  6927. All Packages
  6928. important
  6929. important
  6930. about
  6931. quicktime
  6932. important
  6933. about
  6934. sound
  6935. manager
  6936. important
  6937. information
  6938. about
  6939. imported
  6940. imported/exported
  6941. impractical
  6942. impression
  6943. improve
  6944. improved
  6945. improvement
  6946. improvements
  6947. improves
  6948. improving
  6949. system
  6950.     --enter statements to perform when no records are found such as...
  6951.     display dialog "Sorry, the item you selected could not be found."
  6952.     return
  6953. end try
  6954. instrumentation
  6955. instrumented
  6956. instruments
  6957. instuctions
  6958. insure
  6959. int'l
  6960. intact
  6961. integer
  6962. integral
  6963. integrate
  6964. integrated
  6965. integrates
  6966. integrating
  6967. integrating
  6968. computer-based
  6969. media
  6970. broadcast
  6971. environment
  6972. integration
  6973. integrator
  6974. integrity
  6975. intelligent
  6976. intelligently
  6977. intend
  6978. h as...
  6979.     display dialog "Sorry, the item you selected could not be found."
  6980.     return
  6981. end try
  6982. All Packages
  6983. 7.1OEDev.CD Apr 94
  6984. Dev.CD Jan 94
  6985. Dev.CD Oct 93
  6986. Dev.CD Jul 93
  6987. Dev.CD Apr 93PDDev.CD Apr 94
  6988. Dev.CD Jan 94
  6989. Dev.CD Oct 93
  6990. Dev.CD Jul 93
  6991. Dev.CD Apr 9V
  6992. 29756X
  6993. Apr 94
  6994. intended@
  6995. interfacelib@
  6996. internet@
  6997. interrupted@
  6998. invaluable@
  6999. iostreams@
  7000. ischeckedout@
  7001. issue@
  7002. issue
  7003. highlights@
  7004. issue
  7005. highlights@
  7006. issues
  7007. utility
  7008. compatible
  7009. system
  7010. difficult
  7011. application
  7012. support
  7013. features@
  7014. it's@
  7015. jpeg@
  7016. keep@
  7017. kill@
  7018. knows@
  7019. latest@
  7020. launcher@
  7021. least@
  7022. lets@
  7023. libs@
  7024. life@
  7025. likely@
  7026. buttons@
  7027. lite@
  7028. localtalk@
  7029. lock/unlock@
  7030. look@
  7031. luther@
  7032. macintosh's@
  7033. magic@
  7034. magician@
  7035. makefolder@
  7036. manager's@
  7037. manipulation@
  7038. manuals@
  7039. mechanism@
  7040. memory-efficient@
  7041. menumanager@
  7042. mere@
  7043. might@
  7044. modeled@
  7045. modes@
  7046. monthly@
  7047. mosaic@
  7048. motorola@
  7049. mouseresponders@
  7050. system
  7051. e    No Changef
  7052. Containerq
  7053. Dev.CD Feb 00 TC
  7054. D!All Packages
  7055. Tool Chest Edition
  7056. PeopleSoft/Apple White Paper
  7057. Summary:  Apple and PeopleSoft have launched a partnership that will deliver PeopleSoft applications that run on the Macintosh Operating System.  This document is a Technical White Paper that describes the partnership, the product and the direction PeopleSoft is heading.
  7058. Peoplesoft & Apple White PaperK
  7059. Dec 95L
  7060. Feb 97O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  7061.  - Programs & MarketingV
  7062. 32531X
  7063. May 98^
  7064. {--set theItem to choose file -- uncomment to test in an AS editor
  7065.     tell application "Finder"
  7066.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  7067.         activate
  7068.     end tell
  7069. on error errMsg number errNum
  7070.     --enter statements to perform when no records are found such as...
  7071.     display dialog "Sorry, the item you selected could not be found."
  7072.     return
  7073. end try
  7074. e    No Changeq
  7075. Dev.CD May 98 TC
  7076. All Packages
  7077. 32532
  7078. --set theItem to choose file -- uncomment to test in an AS editor
  7079.     tell application "Finder"
  7080.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:PEF Viewer:"
  7081.         activate
  7082.     end tell
  7083. on error errMsg number errNum
  7084.     --enter statements to perform when no records are found such as...
  7085.     display dialog "Sorry, the item you selected could not be found."
  7086.     return
  7087. end try
  7088. Movedq
  7089. Dev.CD Feb 00 TC
  7090. D!All Packages
  7091. Tool Chest Edition
  7092. PEF Viewer
  7093. PEF Viewer is a utility which lets you graphically view all the aspects of a PEF container.  You can view all of the imported/exported symbols, disassembly any code section, disassemble the relocation opcodes and also view compressed and uncompressed data sections.
  7094. New with version 1.0d8 are:
  7095.  Disassembly of Altivec
  7096.  instructions in PowerPC code sections
  7097.  C++ name unmangling in the disassembly views
  7098.  You can now view CFM-68K import/export/relocation sections
  7099. Printing is not currently BSsupported.  The search feature is still under development and is not full-features.
  7100. PEF ViewerK
  7101. Jan 99M
  7102. PEF Viewer requires a PowerPCN
  7103. PEF, ContainerO;Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:PEF Viewer:PCDev.CD Feb 00 TC
  7104.  - Tool Chest
  7105.  - Developer Utilities
  7106.  - PEF ViewerV
  7107. 32530X
  7108. Feb 00^
  7109. r--set theItem to choose file -- uncomment to test in an AS editor
  7110.     tell application "Finder"
  7111.         open item "Dev.CD Feb 00 TC:Sample Code:"
  7112.         activate
  7113.     end tell
  7114. on error errMsg number errNum
  7115.     --enter statements to perform when no records are found such as...
  7116.     display dialog "Sorry, the item you selected could not be found."
  7117.     return
  7118. end try
  7119. t be found."
  7120.     return
  7121. end try
  7122. Feb 00^
  7123. r--set theItem to choose file -- uncomment to test in an AS editor
  7124.     tell application "Finder"
  7125.         open item "Dev.CD Feb 00 TC:Sample Code:"
  7126.         activate
  7127.     end tell
  7128. on error errMsg number errNum
  7129.     --enter statements to perform when no records are found such as...
  7130.     display dialog "Sorry, the item you selected could not be found."
  7131.     return
  7132. end try
  7133. e    No Changef"Sound Input Driver
  7134. PCI driver
  7135. ndrvq
  7136. Dev.CD Feb 00 TC
  7137. D!All Packages
  7138. Tool Chest Edition
  7139. PDlog Expand (TN PR09)I
  7140. Summary:  This example shows how to add items to print dialogs (with balloon help and sub-dialogs). Sample code accompanying Tech Note PR09.  This version: New & Improved, appy with LW 8.4.1, can add lists.J'Sample Code.img
  7141. Windows Sample Code.imgK
  7142. Dec 96L
  7143. Dec 96O
  7144. Dev.CD Feb 00 TC:Sample Code:P
  7145. Dev.CD Feb 00 TC
  7146.  - Sample CodeV
  7147. 32529X
  7148. Feb 00^
  7149. soundsprocket
  7150. soundsprocket
  7151. sound
  7152. reverb
  7153. effects
  7154. space
  7155. spbrecord
  7156. spbrecord
  7157. asynchronous
  7158. record
  7159. specification
  7160. speech
  7161. speech
  7162. synthesis
  7163. text-to-speech
  7164. macintalk
  7165. plaintalk
  7166. spell
  7167. spellswell
  7168. sprite
  7169. sprocket
  7170. sprockets
  7171. sprockets
  7172. drawsprocket
  7173. netsprocket
  7174. inputsprocket
  7175. soundsprock
  7176. sprockets
  7177. games
  7178. drawsprocket
  7179. inputsprocket
  7180. netsprocket
  7181. sound
  7182. stack
  7183. stacks
  7184. standard
  7185. standardfile
  7186. standards
  7187. starmax
  7188. state
  7189. statements
  7190. status
  7191. storage
  7192. streaming
  7193. streams
  7194. stress
  7195. string
  7196. strings
  7197. strip
  7198. strlog
  7199. structure
  7200. stuffit
  7201. style
  7202. stylechat
  7203. sub-menus
  7204. suite
  7205. summary
  7206. survey
  7207. switch
  7208. switcher
  7209. symantec
  7210. symbiotic
  7211. synchronization
  7212. PADev.CD Jan 00 SDK1
  7213.  - Development Kits
  7214.  - Hardware
  7215.  - PCI DDK 3.0V
  7216. 32527X
  7217. Jan 00^
  7218. --set theItem to choose file -- uncomment to test in an AS editor
  7219.     tell application "Finder"
  7220.         open item "Dev.CD Jan 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:"
  7221.         activate
  7222.     end tell
  7223. on error errMsg number errNum
  7224.     --enter statements to perform when no records are found such as...
  7225.     display dialog "Sorry, the item you selected could not be found."
  7226.     return
  7227. end try
  7228. e    No Changef%PCI OpenFirmware FCode Forth tokenizeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqxq
  7229. Dev.CD Jan 00 SDK1
  7230. D!All Packages
  7231. Tool Chest Edition
  7232. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J'Sample Code.img
  7233. Windows Sample Code.imgK
  7234. Aug 97M
  7235. PCI Power MacN$Sound Input Driver, PCI driver, ndrvO
  7236. Dev.CD Feb 00 TC:Sample Code:P
  7237. Dev.CD Feb 00 TC
  7238.  - Sample CodeV
  7239. 32528X
  7240. openfirmware
  7241. opengl
  7242. opengl
  7243. screen
  7244. drawsprocket
  7245. opengl
  7246. graphics
  7247.         open item "Dev.CD Apr 94
  7248. Dev.CD Jan 94
  7249. Dev.CD Oct 93
  7250. Dev.CD Jul 93
  7251. Dev.CD Apr 93"
  7252.         activate
  7253.     end tell
  7254. on error errMsg number errNum
  7255.     --enter statements to perform when no records are found such as...
  7256.     display dialog "Sorry, the item you selected could not be found."
  7257.     return
  7258. end try
  7259. compiles
  7260. compiling
  7261. an 94
  7262. Dev.CD Oct 93
  7263. Dev.CD Jul 93P6Dev.CD Apr 94
  7264. Dev.CD Jan 94
  7265. Dev.CD Oct 93
  7266. Dev.CD Jul 9V
  7267. 29765X
  7268. Apr 94
  7269. --set theItem to choose file -- uncomment to test in an AS editor
  7270.     tell application "Finder"
  7271.         open item "Dev.CD Apr 94
  7272. Dev.CD Jan 94
  7273. Dev.CD Oct 93
  7274. Dev.CD Jul 93"
  7275.         activate
  7276.     end tell
  7277. on error errMsg number errNum
  7278.     --enter statements to perform when no records are found such as...
  7279.     display dialog "Sorry, the item you selected could not be found."
  7280.     return
  7281. end try
  7282. All Packages
  7283. 7.1O7Dev.CD Apr 94
  7284. Dev.CD Jan 94
  7285. Dev.CD Oct 93
  7286. Dev.CD Jul 93P6Dev.CD Apr 94
  7287. Dev.CD Jan 94
  7288. Dev.CD Oct 93
  7289. Dev.CD Jul 9V
  7290. 29766X
  7291. Apr 94
  7292. yellow
  7293. yellow
  7294. yellow
  7295. zanzibar
  7296. zaptcp
  7297. zones
  7298.  item "Dev.CD Apr 94
  7299. Dev.CD Jan 94
  7300. Dev.CD Oct 93
  7301. Dev.CD Jul 93
  7302. Dev.CD Apr 93"
  7303.         activate
  7304.     end tell
  7305. on error errMsg number errNum
  7306.     --enter statements to perform when no records are found such as...
  7307.     display dialog "Sorry, the item you selected could not be found."
  7308.     return
  7309. end try
  7310. hand-tweak
  7311. handbook
  7312. handed
  7313. handle
  7314. handle's
  7315. handle-based
  7316. handler
  7317. handlers
  7318. handles
  7319. handling
  7320. handoff
  7321. hands
  7322. handwriting
  7323. handy
  7324. hanging
  7325. hangul
  7326. hanja
  7327. happen
  7328. happened
  7329. happening
  7330. happens
  7331. 7.1OEDev.CD Apr 94
  7332. Dev.CD Jan 94
  7333. Dev.CD Oct 93
  7334. Dev.CD Jul 93
  7335. Dev.CD Apr 93PDDev.CD Apr 94
  7336. Dev.CD Jan 94
  7337. Dev.CD Oct 93
  7338. Dev.CD Jul 93
  7339. Dev.CD Apr 9V
  7340. 29768X
  7341. Apr 94
  7342. activities
  7343. activity
  7344. actual
  7345. graphical
  7346. editor
  7347. which
  7348. create
  7349. adapt
  7350. adaptation
  7351. adapts
  7352. adbreinit
  7353. add-ons
  7354. addchange
  7355. added
  7356. addendum
  7357. addheader
  7358. adding
  7359. addition
  7360. additional
  7361. additions
  7362. address
  7363. address
  7364. resolution
  7365. protocol
  7366. protocol
  7367. mapping
  7368. addresses
  7369. addressing
  7370. adequate
  7371. adevs
  7372.  BNF notation, and can automatically generate abstract syntax trees. 
  7373. While PCCTS is a free tool set, it is actively supported by Terence Parr of Parr Research Corporation. Contact parrt@acm.org for information or join us in the comp.compilers.tools.pccts USENET newsgroup. Our ftp site is everest.ee.umn.edu in pub/pccts.
  7374. Issues:  PCCTS is completely in the public domain.  Please see the ANTLR README and RIGHTS files for details.
  7375. Jqantlr:
  7376. Documentation:
  7377. install.mpw
  7378. INSTRUCTIONS
  7379. lang:
  7380. non-MPW:
  7381. README
  7382. RIGHTS
  7383. support:
  7384. testcpp:
  7385. prebuilt:K
  7386. Nov 94L
  7387. May 95MnWorks with MPW out of the box; it also works with Symantec C and Metrowerks.  See config.h in the h directory.N?ANTLR, PCCTS, parser generator, BNF, EBNF, YACC, compiler toolsOJDev.CD Nov 99 TC:Tool Chest:Development Kits:
  7388.  Other Platforms:PCCTS 1.31:PUDev.CD Nov 99 TC
  7389.  - Tool Chest
  7390.  - Development Kits
  7391.  Other Platforms
  7392.  - PCCTS 1.31
  7393. letter
  7394. letters
  7395. letting
  7396. level
  7397. levels
  7398. leverages
  7399. lexical
  7400. lexicon
  7401. libraries
  7402. libraries
  7403. librariesthat
  7404. libraryQ
  7405. licensed
  7406. licenses
  7407. licensing
  7408. 32526X
  7409. Nov 99^
  7410. --set theItem to choose file -- uncomment to test in an AS editor
  7411.     tell application "Finder"
  7412.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  7413.  Other Platforms:PCCTS 1.31:"
  7414.         activate
  7415.     end tell
  7416. on error errMsg number errNum
  7417.     --enter statements to perform when no records are found such as...
  7418.     display dialog "Sorry, the item you selected could not be found."
  7419.     return
  7420. end try
  7421. Deletedf9ANTLR
  7422. PCCTS
  7423. parser generator
  7424. compiler toolsq
  7425. Dev.CD Nov 99 TC
  7426. D!All Packages
  7427. Mac OS SDK Edition
  7428. PCI DDK 3.0I
  7429. This DDK (Driver Development Kit) will enable you to create both OpenFirmware (FCode) and MacOS drivers for PCI cards. Included is Documentation, Samples, and Tools to get you started.J
  7430. PCI DDK 3.0K
  7431. Sep 95L
  7432. Jan 00M
  7433. See comments in the code.N%PCI OpenFirmware FCode Forth tokenizeO9Dev.CD Jan 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:ngeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqx
  7434. Summary:  PCCTS (The Purdue Compiler-Construction Tool Set) is a public domain tool set consisting of a parser generator called ANTLR and a lexical analyzer called DLG. ANTLR accepts a grammatical description for an input language and generates a recursive-descent parser in C or C++ to recognize sentences in that input language; DLG is used to break up the input stream of characters into a token stream.
  7435. ANTLR combines the flexibility of hand-coded parsing with the convenience of a parser 
  7436. generator. ANTLR has many features that make it easier to use than other language tools. Most important, ANTLR provides PREDICATES which let the programmer systematically direct the parse via arbitrary expressions using semantics and syntactic context; in practice, the use of predicates eliminates the need to hand-tweak the ANTLR output, even for difficult parsing problems. ANTLR also integrates the description of lexical and syntactic analysis, accepts LL(k) grammars for k>1 with extended
  7437. use-nvramrc
  7438. usedQ
  7439. training
  7440. using
  7441. verilog
  7442. Msg number errNum
  7443.     --enter statements to perform when no records are found such as...
  7444.     display dialog "Sorry, the item you selected could not be found."
  7445.     return
  7446. end try
  7447. All Packages
  7448. 7.1OsDev.CD Apr 94
  7449. Dev.CD Jan 94
  7450. Dev.CD Oct 93
  7451. Dev.CD Jul 93
  7452. Dev.CD Apr 93
  7453. Dev.CD Feb 93
  7454. Dev.CD Jan 93
  7455. Dev.CD Nov/Dec 92V
  7456. 29774X
  7457. however
  7458. hp-ux
  7459. htmlrenderinglib
  7460. htmlsample
  7461. number errNum
  7462.     --enter statements to perform when no records are found such as...
  7463.     display dialog "Sorry, the item you selected could not be found."
  7464.     return
  7465. end try
  7466. fileinfo
  7467. filemaker
  7468. filename
  7469. filenames
  7470. files
  7471.     tell application "Finder"
  7472.         open item "Dev.CD Apr 94
  7473. Dev.CD Jan 94
  7474. Dev.CD Oct 93
  7475. Dev.CD Jul 93
  7476. Dev.CD Apr 93
  7477. Dev.CD Feb 93
  7478. Dev.CD Jan 93
  7479. Dev.CD Nov/Dec 92"
  7480.         activate
  7481.     end tell
  7482. on error errMsg number errNum
  7483.     --enter statements to perform when no records are found such as...
  7484.     display dialog "Sorry, the item you selected could not be found."
  7485.     return
  7486. end try
  7487. All Packages
  7488. 7.1OEDev.CD Apr 94
  7489. Dev.CD Jan 94
  7490. Dev.CD Oct 93
  7491. Dev.CD Jul 93
  7492. Dev.CD Apr 93PDDev.CD Apr 94
  7493. Dev.CD Jan 94
  7494. Dev.CD Oct 93
  7495. Dev.CD Jul 93
  7496. Dev.CD Apr 9V
  7497. 29775X
  7498. Apr 94
  7499. for ATM MiddleWare.
  7500. J'Sample Code.img
  7501. Windows Sample Code.imgK
  7502. Sep 99M"PowerBook 2400, 3400, or G3 seriesNVPC Card, Network Driver, Open Transport Module, Token Ring, ATM, Enabler, Port ScannerO
  7503. Dev.CD Feb 00 TC:Sample Code:P
  7504. Dev.CD Feb 00 TC
  7505.  - Sample Code]
  7506. Apr 94
  7507. --set theItem to choose file -- uncomment to test in an AS editor
  7508.     tell application "Finder"
  7509.         open item "Dev.CD Apr 94
  7510. Dev.CD Jan 94
  7511. Dev.CD Oct 93
  7512. Dev.CD Jul 93
  7513. Dev.CD Apr 93
  7514. Dev.CD Feb 93
  7515. Dev.CD Jan 93
  7516. Dev.CD Nov/Dec 92"
  7517.         activate
  7518.     end tell
  7519. on error errMsg number errNum
  7520.     --enter statements to perform when no records are found such as...
  7521.     display dialog "Sorry, the item you selected could not be found."
  7522.     return
  7523. end try
  7524. All Packages
  7525. 7.1OEDev.CD Apr 94
  7526. Dev.CD Jan 94
  7527. Dev.CD Oct 93
  7528. Dev.CD Jul 93
  7529. Dev.CD Apr 93PDDev.CD Apr 94
  7530. Dev.CD Jan 94
  7531. Dev.CD Oct 93
  7532. Dev.CD Jul 93
  7533. Dev.CD Apr 9V
  7534. 29777X
  7535. Apr 94
  7536. PCCardNetworkSample
  7537. Code sample which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  7538. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunc
  7539. 32525X
  7540. Feb 00^
  7541. r--set theItem to choose file -- uncomment to test in an AS editor
  7542.     tell application "Finder"
  7543.         open item "Dev.CD Feb 00 TC:Sample Code:"
  7544.         activate
  7545.     end tell
  7546. on error errMsg number errNum
  7547.     --enter statements to perform when no records are found such as...
  7548.     display dialog "Sorry, the item you selected could not be found."
  7549.     return
  7550. end try
  7551. e    No ChangefPPC Card
  7552. Network Driver
  7553. Open Transport Module
  7554. Token Ring
  7555. Enabler
  7556. Port Scannerq
  7557. Dev.CD Feb 00 TC
  7558. D!All Packages
  7559. Tool Chest Edition
  7560. PCCTS 1.31
  7561.     r errNum
  7562.     --enter statements to perform when no records are found such as...
  7563.     display dialog "Sorry, the item you selected could not be found."
  7564.     return
  7565. end try
  7566. All Packages
  7567. 7.1OEDev.CD Apr 94
  7568. Dev.CD Jan 94
  7569. Dev.CD Oct 93
  7570. Dev.CD Jul 93
  7571. Dev.CD Apr 93PDDev.CD Apr 94
  7572. Dev.CD Jan 94
  7573. Dev.CD Oct 93
  7574. Dev.CD Jul 93
  7575. Dev.CD Apr 9V
  7576. 29779X
  7577. Apr 94
  7578. tion with the provided port scanner. The sample code demonstrates techniques to 1. register a driver name so that the default PC Card port scanner registers a custom driver name to use instead of the auto generated name based on the device, and 2. how to keep the default scanner from registering the network card as an Ethernet device.
  7579. The sample project was created with MetroWerks CodeWarrior 4.0 with the Universal Interfaces and Libraries v3.2, and the Open Transport 2.0.1 DDK
  7580. To use th
  7581. e sample, a PowerBook 2400, 3400, or G3 series is required. The sample was tested with SSW 8.5 and OT 2.0.1 and may work with SSW 7.6.1 and OT 1.1.2.
  7582. The sample ethernet driver only supports a single PC Card. The sample could be rewritten to support multiple Ethernet PC Cards. The purpose of the sample was to demonstrate port registration for non-Ethernet network PC Cards.  The sample does not demonstrate the loading of support additional port scanners which the card may require, such as 
  7583. 33280X
  7584. Feb 00^
  7585. --set theItem to choose file -- uncomment to test in an AS editor
  7586.     tell application "Finder"
  7587.         open item "Dev.CD Feb 00 TC:Tool Chest:Text:WASTE 1.3a6:"
  7588.         activate
  7589.     end tell
  7590. on error errMsg number errNum
  7591.     --enter statements to perform when no records are found such as...
  7592.     display dialog "Sorry, the item you selected could not be found."
  7593.     return
  7594. end try
  7595. e    No Changef0WASTE
  7596. TextEdit Replacement,More than 32k of textq
  7597. Dev.CD Feb 00 TC
  7598. D!All Packages
  7599. Mac OS SDK Edition
  7600. F WebObjects Categories and Posers
  7601. 4WebObjects Categories and Posers by Theresa Ray of Tensor Information Systems
  7602. Categories and posers are powerful mechanisms for extending and/or replacing the behavior of classes for which you cannot update the source. These techniques are essential tools that every WebObjects programmer should understand.
  7603. 33281X
  7604. 1e    No Change
  7605. D!All Packages
  7606. Mac OS SDK Edition
  7607. PC Card SDKsI
  7608. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  7609. PC Card Manager 3.0
  7610. What's the difference?K
  7611. Aug 97O:Dev.CD Jan 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Jan 00 SDK1
  7612.  - Development Kits
  7613.  - Hardware
  7614.  - PC Card SDKsV
  7615. 32524X
  7616. 1ecords are found such as...
  7617.     display dialog "Sorry, the item you selected could not be found."
  7618.     return
  7619. end try
  7620. All Packages
  7621. 7.1O)Dev.CD Apr 94
  7622. Dev.CD Jan 94
  7623. Dev.CD Oct 93P(Dev.CD Apr 94
  7624. Dev.CD Jan 94
  7625. Dev.CD Oct 9V
  7626. 29781X
  7627. Apr 94
  7628. digital
  7629. digital
  7630. asset
  7631. management
  7632. digital
  7633. storyboard
  7634. config
  7635. config&interleave
  7636. configuration
  7637. interleave
  7638. interleave
  7639. diractive
  7640. directhit
  7641. directhit
  7642. directions
  7643. discipline
  7644. discipline
  7645. 2.0.2
  7646. disclaimer
  7647. discoveringopenstepb
  7648. discoveringopenstepb
  7649. disinfectant
  7650. 6.3.3
  7651. quick
  7652. reference
  7653. first
  7654. diskrestore
  7655. display
  7656. display
  7657. display
  7658. device
  7659. driver
  7660. guide
  7661. displaymanager
  7662. displaymanager
  7663. dispnamereg
  7664. distribution
  7665. distributors/localiz
  7666. pleased
  7667. plethora
  7668. plug-and-play
  7669. plug-in
  7670. plug-in's
  7671. plug-ins
  7672. plugged
  7673. plugging
  7674. pccard
  7675. pccts
  7676. driver
  7677. driver
  7678. loader
  7679. openfirmware
  7680. fcode
  7681. forth
  7682. tokenize
  7683. pci-pci
  7684. pci-pci
  7685. bridge
  7686. pcmcia
  7687. documents
  7688. performance
  7689. performance
  7690. analysis
  7691. performance
  7692. countersQ
  7693. phone
  7694. photoshop
  7695. physical
  7696. picker
  7697. end tell
  7698. on error errMsg number errNum
  7699.     --enter statements to perform when no records are found such as...
  7700.     display dialog "Sorry, the item you selected could not be found."
  7701.     return
  7702. end try
  7703. All Packages
  7704. Dev.CD Apr 93P
  7705. Dev.CD Apr 9V
  7706. 29783X
  7707. Apr 93
  7708. Jan 00^
  7709. --set theItem to choose file -- uncomment to test in an AS editor
  7710.     tell application "Finder"
  7711.         open item "Dev.CD Jan 00 SDK1:Development Kits:Hardware:PC Card SDKs:"
  7712.         activate
  7713.     end tell
  7714. on error errMsg number errNum
  7715.     --enter statements to perform when no records are found such as...
  7716.     display dialog "Sorry, the item you selected could not be found."
  7717.     return
  7718. end try
  7719. e    No Changeq
  7720. Dev.CD Jan 00 SDK1
  7721. D!All Packages
  7722. Tool Chest Edition
  7723. ple which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  7724. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunck card in conjunc
  7725. PVDev.CD Apr 98 SDK1
  7726.  - Development Kits (Disc 1)
  7727.  - PC Card SDKs
  7728.  - PC Card Manager 3.0Item to choose file -- uncomment to test in an AS editor
  7729.     tell application "Finder"
  7730.         open item "Dev.CD Apr 93"
  7731.         activate
  7732.     end tell
  7733. on error errMsg number errNum
  7734.     --enter statements to perform when no records are found such as...
  7735.     display dialog "Sorry, the item you selected could not be found."
  7736.     return
  7737. end try
  7738. All Packages
  7739. 7.1 (PB 145B)O
  7740. Dev.CD Jul 93P
  7741. Dev.CD Jul 9V
  7742. 29785X
  7743. Jul 93
  7744. b--set theItem to choose file -- uncomment to test in an AS editor
  7745.     tell application "Finder"
  7746.         open item "Dev.CD Jul 93"
  7747.         activate
  7748.     end tell
  7749. on error errMsg number errNum
  7750.     --enter statements to perform when no records are found such as...
  7751.     display dialog "Sorry, the item you selected could not be found."
  7752.     return
  7753. end try
  7754. All Packages
  7755. 7.1 (PB 145B)O
  7756. Dev.CD Jul 93P
  7757. Dev.CD Jul 9V
  7758. 29786X
  7759. Jul 93
  7760. support
  7761.         activate
  7762.     end tell
  7763. on error errMsg number errNum
  7764.     --enter statements to perform when no records are found such as...
  7765.     display dialog "Sorry, the item you selected could not be found."
  7766.     return
  7767. end try
  7768. chest
  7769. edition
  7770. 2.0.6
  7771. 2.0b6
  7772. 2.0d3
  7773. 2.0d38
  7774. 2.1.1
  7775. 2.1.2
  7776. 2.1.3
  7777. 2.1.4
  7778. 2.3.0
  7779. 2.4b6
  7780. 2.6.1
  7781. 2400c
  7782. 3.0.1
  7783. 3.0b10
  7784. 3.2.4
  7785. 3.7.1
  7786. 7.0.1.1
  7787. 7.0.1p
  7788. 32523X
  7789. Apr 98^
  7790. --set theItem to choose file -- uncomment to test in an AS editor
  7791.     tell application "Finder"
  7792.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:"
  7793.         activate
  7794.     end tell
  7795. on error errMsg number errNum
  7796.     --enter statements to perform when no records are found such as...
  7797.     display dialog "Sorry, the item you selected could not be found."
  7798.     return
  7799. end try
  7800. e    No Changef
  7801. PCCard
  7802. Hooper
  7803. PowerBook
  7804. Cometq
  7805. Dev.CD Apr 98 SDK1
  7806. PC Card SDKsI
  7807. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  7808. PC Card Manager 3.0
  7809. What's the difference?K
  7810. Aug 97O:Dev.CD Jan 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Jan 00 SDK1
  7811.  - Development Kits
  7812.  - Hardware
  7813.  - PC Card SDKsV
  7814. 32524X
  7815. 1rd SDKsV
  7816. 32524X
  7817. 1e    No Change
  7818. Summary: PC Card Manager v3.0 SDK is a comprehensive development environment which describes how the Personal Computer Memory Card International Association (PCMCIA) expansion card interface is implemented in PowerBook Hooper.
  7819. PC Card Manager v3.0 SDK is the future architecture for upcoming PowerBook Hooper products. Developers wanting to produce PC cards for 190, 5300 and 1400 series PowerBooks should refer to PC Card Manager v2.0 SDK.
  7820. Some of the support offered by PC Card Manager v3.0Bo SDK:
  7821. System Interfaces
  7822. Power PC library
  7823. Updated documentation available in an Adobe Acrobat file
  7824. Sample code 
  7825. AnotherCustomEnabler:
  7826. CIncludes:
  7827. CustomEnabler:
  7828. DispNameReg:
  7829. Documentation:
  7830. Interfaces&Libraries
  7831. Libraries:
  7832. release Notes
  7833. RIncludes:
  7834. TupleDumper:K
  7835. Jul 96L
  7836. Mar 97M$Requires a minimum of  System 7.5.3.N PCCard, Hooper, PowerBook, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:
  7837. proficient
  7838. MyQuickTakeApp 1.0.1TC7 
  7839. MyQuickTakeApp 1.0.2 
  7840. QuickTake - Read Me First
  7841. QuickTake Documentation:
  7842. QuickTake Marketing Items :
  7843. QuickTake/Macintosh  SDK.image
  7844. QuickTake/Windows SDK:
  7845. System Folder Items:
  7846. Windows System Files:
  7847. glossaries
  7848. glyphs
  7849. desktop
  7850. grammar
  7851. graphics
  7852. grayrgn
  7853. gspgetversion
  7854. guest
  7855. guide
  7856. guidelines
  7857. gworld
  7858. fonts
  7859. typography
  7860. postscript
  7861. sample
  7862. gxgraphics
  7863. halftone
  7864. handles
  7865. handoff
  7866. handwriting
  7867. hardwareQ
  7868. hardware
  7869. developer
  7870. documentation
  7871. developer
  7872. notes
  7873. devnotes
  7874. heaps
  7875. hebrew
  7876. hierarchical
  7877. sub-menus
  7878. helper
  7879. menubar
  7880. corners
  7881. desktop
  7882. finder
  7883. grayrgn
  7884. hierarchical
  7885. ted could not be found."
  7886.     return
  7887. end try
  7888. All Packages
  7889. 7.1 (PB 145B)O
  7890. Dev.CD Jul 93P
  7891. Dev.CD Jul 9V
  7892. 29792X
  7893. Jul 93
  7894. M:System Software 6.0.7 or later, MPW Pascal or THINK PascalN
  7895. Sample Code, Traffic LightO2Dev.CD Nov 99 TC:Sample Code:Pascal Sample 3.0B10:P7Dev.CD Nov 99 TC
  7896.  - Sample Code
  7897.  - Pascal Sample 3.0B10V
  7898. 32522X
  7899. Nov 99^
  7900. --set theItem to choose file -- uncomment to test in an AS editor
  7901.     tell application "Finder"
  7902.         open item "Dev.CD Nov 99 TC:Sample Code:Pascal Sample 3.0B10:"
  7903.         activate
  7904.     end tell
  7905. on error errMsg number errNum
  7906.     --enter statements to perform when no records are found such as...
  7907.     display dialog "Sorry, the item you selected could not be found."
  7908.     return
  7909. end try
  7910. Deletedf
  7911. Sample Code
  7912. Traffic Lightq
  7913. Dev.CD Nov 99 TC
  7914. D!All Packages
  7915. Mac OS SDK Edition
  7916. PC Card Manager v3.0 SDK
  7917. animation
  7918. guide
  7919. webobjects
  7920. webobjects
  7921. database
  7922. webobjects
  7923. database
  7924. webobjects
  7925. webobjects
  7926. memory
  7927. webobjects
  7928. tools
  7929. techniques
  7930. webobjects36
  7931. webobjects36
  7932. hypercard
  7933. what's
  7934. what's
  7935. 1.4.2
  7936. what's
  7937. what's
  7938. bbedit
  7939. what's
  7940. 1.5.1
  7941. what's
  7942. difference
  7943. whats
  7944. wherecds
  7945. wherecds
  7946. wherecds
  7947. white
  7948. archived
  7949. windname
  7950. windname
  7951. window
  7952. window
  7953. windowdialog
  7954. windowdialog
  7955. windowpalette
  7956. windowpalette
  7957. replace
  7958. replacement
  7959. reports
  7960. resdistributor
  7961. resedit
  7962. resedit
  7963. 2.1.1
  7964. disassembly
  7965. disassembler
  7966. viewer
  7967. edito
  7968. resolution
  7969. resource
  7970.     --enter statements to perform when no records are found such as...
  7971.     display dialog "Sorry, the item you selected could not be found."
  7972.     return
  7973. end try
  7974. procdoggie
  7975. procdoggie
  7976. blown
  7977. application
  7978. demonstrates
  7979. procedure
  7980. 7.1.1
  7981. 7.1.2
  7982. 7.1p2
  7983. 7.1p5
  7984. 7.1p6
  7985. 7.5.1
  7986. 7.5.1a
  7987. 7.5.2
  7988. summary
  7989. sample
  7990. illustrate
  7991. software
  7992. project
  7993. summary
  7994. gxoverridetool
  7995. message
  7996. override
  7997. source
  7998. summary
  7999. includes
  8000. a/rose
  8001. v1.2.1
  8002. system
  8003. extension
  8004. includin@
  8005. summary
  8006. error
  8007. tones
  8008. application
  8009. explains
  8010. summary
  8011. midiconverter
  8012. application
  8013. converting
  8014. gener@
  8015. summary
  8016. pippin
  8017. multimedia
  8018. internet
  8019. playback
  8020. summary
  8021. monitor
  8022. iotracer
  8023. performance
  8024. tools
  8025. desi@
  8026. summary
  8027. application
  8028. set theItem to choose file -- uncomment to test in an AS editor
  8029.     tell application "Finder"
  8030.         open item "Dev.CD Jul 93"
  8031.         activate
  8032.     end tell
  8033. on error errMsg number errNum
  8034.     --enter statements to perform when no records are found such as...
  8035.     display dialog "Sorry, the item you selected could not be found."
  8036.     return
  8037. end try
  8038. All Packages
  8039. 7.1 (PB 145B)O
  8040. Dev.CD Jul 93P
  8041. Dev.CD Jul 9V
  8042. 29798X
  8043. Jul 93
  8044. corrects
  8045. correlate
  8046. -- uncomment to test in an AS editor
  8047.     tell application "Finder"
  8048.         open item "Dev.CD Jul 93"
  8049.         activate
  8050.     end tell
  8051. on error errMsg number errNum
  8052.     --enter statements to perform when no records are found such as...
  8053.     display dialog "Sorry, the item you selected could not be found."
  8054.     return
  8055. end try
  8056. F! PartMaker readme
  8057. !!! CW builds:
  8058. !!! MPW builds:
  8059. !!! Symantec builds:
  8060. App.defs.h
  8061. App.h
  8062. App.protos.h
  8063. DoEvent.c
  8064. EventLoop.c
  8065. File.c
  8066. FindEverything.c
  8067. IdleTasks.c
  8068. Menu.c
  8069. OBJECT:
  8070. OBJECTPPC:
  8071. PartMaker.68k copy
  8072. Start.c
  8073. TRootObj.c
  8074. WallToWallDialog.WDEF.c
  8075. WallToWallDialog.WDEF.
  8076. Window.c
  8077. WindowDialog.c
  8078. WindowPalette.c
  8079. customization
  8080. nd such as...
  8081.     display dialog "Sorry, the item you selected could not be found."
  8082.     return
  8083. end try
  8084. All Packages
  8085. 7.1 (PB 145B)O
  8086. Dev.CD Jul 93P
  8087. Dev.CD Jul 9V
  8088. 29800X
  8089. Jul 93
  8090. b--set theItem to choose file -- uncomment to test in an AS editor
  8091.     tell application "Finder"
  8092.         open item "Dev.CD Jul 93"
  8093.         activate
  8094.     end tell
  8095. on error errMsg number errNum
  8096.     --enter statements to perform when no records are found such as...
  8097.     display dialog "Sorry, the item you selected could not be found."
  8098.     return
  8099. end try
  8100. All Packages
  8101. 7.1 (PB 145B)O
  8102. Dev.CD Jul 93P
  8103. Dev.CD Jul 9V
  8104. 29801X
  8105. Jul 93
  8106. summary
  8107. sample
  8108. illustrate
  8109. software
  8110. project
  8111. summary
  8112. edittextcdev
  8113. sample
  8114. control
  8115. panel
  8116. device
  8117. summary
  8118. evenbetterbuserror
  8119. helps
  8120. catch
  8121. reneg
  8122. summary
  8123. wanted
  8124. patch
  8125. high-level
  8126. langua
  8127. summary
  8128. example
  8129. building
  8130. simple
  8131. volumes
  8132. summary
  8133. finderheaps
  8134. debugging
  8135. allows
  8136. summary
  8137. years
  8138. chinese
  8139. input
  8140. bottleneck
  8141. summary
  8142. fragment
  8143. simple
  8144. application
  8145. designed
  8146. summary
  8147. gxgraphics
  8148. 1.1.6
  8149. extension
  8150. encompasses
  8151. Summary:  DTS sample code to illustrate a software project delivery tool.  This tool is based on AppsToGo (which is also DTS sample code).  It is not technology specific.  The code base can work with Symantec, MetroWerks and MPW.
  8152. This tool permits ease of globally renaming project source files, resources, and resource types.  Software projects can be easily archived using the tool's import facility.  New software projects which compile and link correctly the very first time can be achieveB
  8153. d by simply pressing a single button.
  8154. Issues:  This is DTS sample code.  Use it to your liking.  If it's purposeful to you then great, otherwise it's just documentation.
  8155. May 96    end tell
  8156. on error errMsg number errNum
  8157.     --enter statements to perform when no records are found such as...
  8158.     display dialog "Sorry, the item you selected could not be found."
  8159.     return
  8160. end try
  8161. All Packages
  8162. 7.1 (PB 145B)O
  8163. Dev.CD Jul 93P
  8164. Dev.CD Jul 9V
  8165. 29804X
  8166. Jul 93
  8167. May 96M
  8168. Preferably a PowerPC machine although 68K machine can do.  Preferably system 7.5 with at least 16mb of ram and 20-30megs of space on a hard drive.N5Global search and replace; software project archivingO+Dev.CD Nov 99 TC:Sample Code:PartMaker 4.3:P0Dev.CD Nov 99 TC
  8169.  - Sample Code
  8170.  - PartMaker 4.3m you selected could not be found."
  8171.     return
  8172. end try
  8173. creatergbforecolorim
  8174. creates
  8175. creating
  8176. creation
  8177. creative
  8178. creativity
  8179. creator
  8180. creator/file
  8181. crimes
  8182. criteria
  8183. critical
  8184. critically
  8185. critieria
  8186. cropping
  8187. cross-industry
  8188. cross-platform
  8189. crucial
  8190. cryptic
  8191. cryptographic
  8192. culture
  8193. cunningham
  8194. curbow
  8195. curious
  8196. current
  8197.    return
  8198. end try
  8199. All Packages
  8200. 7.1 (PB 145B)O
  8201. Dev.CD Jul 93P
  8202. Dev.CD Jul 9V
  8203. 29807X
  8204. Jul 93
  8205. 32521X
  8206. Nov 99^
  8207. --set theItem to choose file -- uncomment to test in an AS editor
  8208.     tell application "Finder"
  8209.         open item "Dev.CD Nov 99 TC:Sample Code:PartMaker 4.3:"
  8210.         activate
  8211.     end tell
  8212. on error errMsg number errNum
  8213.     --enter statements to perform when no records are found such as...
  8214.     display dialog "Sorry, the item you selected could not be found."
  8215.     return
  8216. end try
  8217. Deletedf5Global search and replace; software project archivingq
  8218. Dev.CD Nov 99 TC
  8219. D!All Packages
  8220. Tool Chest Edition
  8221. Pascal Sample 3.0B10
  8222. Summary:  Very simple Macintosh application that supports multiple documents, Apple events, preferences and proper human interface.  Fully commented.
  8223. Features:  Supports Apple Events, preferences, proper human interface, MPW Pascal, THINK Pascal.
  8224. Issues:  No C version available yet.
  8225. JLPascal Sample
  8226. Read Me - Sample
  8227. Sample documents:
  8228. Source:
  8229. THINK Pascal files:K
  8230. Dec 93:Sample Code:Pascal Sample 3.0B10:V
  8231. 32522X
  8232. Deleted
  8233. -Rotation Controllers Read Me
  8234. -Rotation Ctl's Read Me.txt
  8235. Related Paper
  8236. Rotation Controllers demo 1.0.1
  8237. Virtual Sphere Sample Code 1.1K
  8238. Mar 93L
  8239. Jun 93M=Must have Color QuickDraw.  Will run in System 6 or System 7.O;Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:PCDev.CD Feb 00 TC
  8240.  - Tool Chest
  8241.  - QuickDraw
  8242.  - Virtual Sphere 1.0.1V
  8243. 33272X
  8244. Feb 00^
  8245. --set theItem to choose file -- uncomment to test in an AS editor
  8246.     tell application "Finder"
  8247.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:"
  8248.         activate
  8249.     end tell
  8250. on error errMsg number errNum
  8251.     --enter statements to perform when no records are found such as...
  8252.     display dialog "Sorry, the item you selected could not be found."
  8253.     return
  8254. end try
  8255. e    No Changeq
  8256. Dev.CD Feb 00 TC
  8257. D!All Packages
  8258. Tool Chest Edition
  8259. Virtual User
  8260. Dev.CD Feb 00 TC
  8261.  - Sample Code5B)O
  8262. Dev.CD Jul 93P
  8263. Dev.CD Jul 9V
  8264. 29808X
  8265. Jul 93
  8266. b--set theItem to choose file -- uncomment to test in an AS editor
  8267.     tell application "Finder"
  8268.         open item "Dev.CD Jul 93"
  8269.         activate
  8270.     end tell
  8271. on error errMsg number errNum
  8272.     --enter statements to perform when no records are found such as...
  8273.     display dialog "Sorry, the item you selected could not be found."
  8274.     return
  8275. end try
  8276. All Packages
  8277. 7.1.1O7Dev.CD Oct 94
  8278. Dev.CD Jul 94
  8279. Dev.CD Apr 94
  8280. Dev.CD Jan 94P6Dev.CD Oct 94
  8281. Dev.CD Jul 94
  8282. Dev.CD Apr 94
  8283. Dev.CD Jan 9V
  8284. 29809X
  8285. Oct 94
  8286. indexed
  8287. indexes
  8288. indexing
  8289. india
  8290. indian
  8291. indicate
  8292. indicated
  8293. indicates
  8294. indicator
  8295. indicators
  8296. indices
  8297. indispensable
  8298. individual
  8299. industry
  8300. industry-standard
  8301. industrywatch
  8302. inefficiency
  8303. inflict
  8304. infomation
  8305. inform
  8306. informational
  8307. infrared
  8308. inheritance
  8309. 32520X
  8310. Feb 00^
  8311. r--set theItem to choose file -- uncomment to test in an AS editor
  8312.     tell application "Finder"
  8313.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8314.         activate
  8315.     end tell
  8316. on error errMsg number errNum
  8317.     --enter statements to perform when no records are found such as...
  8318.     display dialog "Sorry, the item you selected could not be found."
  8319.     return
  8320. end try
  8321. Movedf:Palette
  8322. GWorld
  8323. PmForeColor
  8324. Color2Index
  8325. RGBForeColor
  8326. ctSeedq
  8327. Dev.CD Feb 00 TC
  8328. D!All Packages
  8329. Tool Chest Edition
  8330. PartMaker 4.3
  8331. p--set theItem to choose file -- uncomment to test in an AS editor
  8332.     tell application "Finder"
  8333.         open item "Dev.CD Oct 94
  8334. Dev.CD Jul 94"
  8335.         activate
  8336.     end tell
  8337. on error errMsg number errNum
  8338.     --enter statements to perform when no records are found such as...
  8339.     display dialog "Sorry, the item you selected could not be found."
  8340.     return
  8341. end try
  8342. All Packages
  8343. 7.1.1O
  8344. Dev.CD Jul 94P
  8345. Dev.CD Jul 9V
  8346. 29812X
  8347. Summary:  This code sample demonstrates how to use a palette when drawing into a GWorld. The trick is understanding that while setting a palette to a GWorld is permitted, doing so does not change the GWorld
  8348. s color table. 
  8349. The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the 
  8350. .GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in Palette&GWorld.c. 
  8351. Features:  Contains fat version of demo app (Palette&GWorld), Read Me, Metrowerks 68K project, PPC project, associated resource files, and SYM files.
  8352. J'Sample Code.img
  8353. Windows Sample Code.imgK
  8354. Feb 95M#Mac with monitor set to 256 colors.N?Palette, GWorld, PmForeColor, Color2Index, RGBForeColor, ctSeedO
  8355. Dev.CD Feb 00 TC:Sample Code:
  8356. processor
  8357. product
  8358. products
  8359. profile
  8360. profiler
  8361. profilerenamer
  8362. profilerenamer
  8363. profilerenamer
  8364. readme
  8365. profiles
  8366. prog's
  8367. progguide
  8368. progguide
  8369. apple
  8370. scanners
  8371. program
  8372. programmatic
  8373. programmatic
  8374. interface
  8375. programmer's
  8376. programming
  8377. programming
  8378. information
  8379. programming
  8380. information
  8381. programming
  8382. stuff
  8383. programmingtopics
  8384. progresswindoid
  8385. progresswindoid
  8386. worksheet
  8387. project
  8388. project
  8389. large
  8390. project
  8391. large
  8392. project
  8393. quick
  8394. start
  8395. guide
  8396. projectdrag
  8397. projectdrag
  8398. applets
  8399. projectdrag
  8400. manual
  8401. projectfolders
  8402. projectmenu
  8403. projects
  8404. projectxplugin68k
  8405. projectxplugin68knfp
  8406. projectxpluginppc
  8407. projlistmenu
  8408. promptoid
  8409. promptoid
  8410. proto
  8411. proto
  8412. OTTraceRouteSample
  8413. This sample is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  8414. J'Sample Code.img
  8415. Windows Sample Code.imgK
  8416. Sep 96L
  8417. Jun 98M"Any Macintosh with Open Transport.N0Open Transport, OT, Traceroute, rawip, icmp, udpO
  8418. Dev.CD Feb 00 TC:Sample Code:P
  8419. Dev.CD Feb 00 TC
  8420.  - Sample CodeV
  8421. 32518X
  8422. Feb 00^
  8423. r--set theItem to choose file -- uncomment to test in an AS editor
  8424.     tell application "Finder"
  8425.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8426.         activate
  8427.     end tell
  8428. on error errMsg number errNum
  8429.     --enter statements to perform when no records are found such as...
  8430.     display dialog "Sorry, the item you selected could not be found."
  8431.     return
  8432. end try
  8433. v.CD Jul 94P
  8434. Dev.CD Jul 9V
  8435. 29817X
  8436. Jul 94
  8437. P^Dev.CD Mar 00 RL Disk 1
  8438.  - What's New
  8439.  - Sample Code
  8440.  - Human Interface Toolbox
  8441.  - PackageToolV
  8442. 32519X
  8443. Mar 00^    RL Disk 1
  8444. --set theItem to choose file -- uncomment to test in an AS editor
  8445.     tell application "Finder"
  8446.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:PackageTool:"
  8447.         activate
  8448.     end tell
  8449. on error errMsg number errNum
  8450.     --enter statements to perform when no records are found such as...
  8451.     display dialog "Sorry, the item you selected could not be found."
  8452.     return
  8453. end try
  8454. e    No Changef
  8455. packages
  8456. Mac OS 9
  8457. package awareq
  8458. Dev.CD Mar 00 RL Disk 1
  8459. D!All Packages
  8460. Tool Chest Edition
  8461. Palette&GWorld (Fat)
  8462. f,network
  8463. setup
  8464. configuration
  8465. AppleTalk
  8466. TCP/IPq
  8467. Dev.CD Feb 00 TC
  8468. D!All Packages
  8469. Tool Chest Edition
  8470. le is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  8471. J'Sample Code.img
  8472. Windows Sample Code.imgK
  8473. Sep 96L
  8474. Jun 98M"Any Macintosh with Open Transport.N0Open Transport, OT, Traceroute, rawip, icmp, udpO
  8475. Dev.CD Feb 00 TC:Sample Code:P
  8476. Dev.CD Feb 00 TC
  8477.  - Sample CodeV
  8478. 32518X
  8479. Feb 00^
  8480. r--set theItem to choose file -- uncomment to test in an AS editor
  8481.     tell application "Finder"
  8482.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8483.         activate
  8484.     end tell
  8485. on error errMsg number errNum
  8486.     --enter statements to perform when no records are found such as...
  8487.     display dialog "Sorry, the item you selected could not be found."
  8488.     return
  8489. end try
  8490. end try
  8491. e    No Changef+Open Transport
  8492. Traceroute
  8493. rawip
  8494. Dev.CD Feb 00 TC
  8495. All Packages
  8496. PackageTool
  8497. ZPackageTool is an application illustrating how to create application packages in Mac OS 9.  It provides a simple interface or converting correctly formatted folders into packages and vice versa.
  8498. Tasks illustrated include:
  8499. - how to create a package,
  8500. - how to detect a package,
  8501. includes a 'package document aware'  application sample (HTMLSample))
  8502. MakeFile
  8503. PackageTool
  8504. PackageTool.c
  8505. PackageTool.h
  8506. PackageTool.prj
  8507. PackageTool.r
  8508. PackageTool.rsrc
  8509. PackageUtils.c
  8510. PackageUtils.h
  8511. PackageWindow.c
  8512. PackageWindow.h
  8513. Re- C/F Registration Request
  8514. ReadMe
  8515. Sample Package:
  8516. SimplePrefs.c
  8517. SimplePrefs.h
  8518. Utilities.c
  8519. Utilities.h
  8520. Dec 99M
  8521. Mac OS 9N!packages, Mac OS 9, package awareOSDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:PackageTool:V
  8522. 32519X
  8523. 1e    No Change
  8524. transport
  8525. appletalk
  8526. rawmode
  8527. nbplookup
  8528. otlookup
  8529. transport
  8530. mapper
  8531. mapperref
  8532. transport
  8533. netstat
  8534. display
  8535. cache
  8536. logical
  8537. physic
  8538. transport
  8539. networking
  8540. appletalk
  8541. tcp/ip
  8542. transport
  8543. no-copy
  8544. receives
  8545. otbuffer
  8546. otbufferinfo
  8547. transport
  8548. rawip
  8549. transport
  8550. traceroute
  8551. rawip
  8552. transport
  8553. otgetendpointinfo
  8554. tendpointinfo
  8555. etsda
  8556. transport
  8557. otlifo
  8558. otfifo
  8559. otlink
  8560. linked
  8561. transport
  8562. otoptionmanagment
  8563. option
  8564. management
  8565. transport
  8566. appletalk
  8567. printer
  8568. access
  8569. protocol
  8570. handoff
  8571. transport
  8572. registry
  8573. otgetindexedport
  8574. transport
  8575. serial
  8576. registry
  8577. otgetuserportnamefro
  8578. transport
  8579. streams
  8580. module
  8581. driver
  8582. transport
  8583. endpoint
  8584. download
  8585. fetch
  8586. transport
  8587. endpoint
  8588. server
  8589. listen
  8590. single-l
  8591. opendoc
  8592. opendoc
  8593. component
  8594. software
  8595. compound
  8596. document
  8597. architecture
  8598. transport
  8599. appletalk
  8600. rawmode
  8601. nbplookup
  8602. otlookup
  8603. transport
  8604. streams
  8605. module
  8606. driver
  8607. asynchronous
  8608. openfirmware@
  8609. opengl
  8610. drawsprocket
  8611. multiple
  8612. monitor
  8613. renderer@
  8614. optimizing@
  8615. pbclock@
  8616. performance
  8617. hardware
  8618. powerpc
  8619. bandwidth
  8620. cache
  8621. rates
  8622. powerbook@
  8623. t be found."
  8624.     return
  8625. end try
  8626. e    No Changef2Open Transport
  8627. kernel
  8628. strlog
  8629. debug
  8630. streamsq
  8631. Dev.CD Feb 00 TC
  8632. D!All Packages
  8633. Tool Chest Edition
  8634. OTTCPWillDial
  8635. This sample shows how to use the Network Setup library (as introduced in Mac OS 8.5) to determine whether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  8636. J'Sample Code.img
  8637. Windows Sample Code.imgK
  8638. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPO
  8639. Dev.CD Feb 00 TC:Sample Code:P
  8640. Dev.CD Feb 00 TC
  8641.  - Sample CodeV
  8642. 32517X
  8643. Feb 00^
  8644. r--set theItem to choose file -- uncomment to test in an AS editor
  8645.     tell application "Finder"
  8646.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8647.         activate
  8648.     end tell
  8649. on error errMsg number errNum
  8650.     --enter statements to perform when no records are found such as...
  8651.     display dialog "Sorry, the item you selected could not be found."
  8652.     return
  8653. end try
  8654. e    No Change
  8655. r--set theItem to choose file -- uncomment to test in an AS editor
  8656.     tell application "Finder"
  8657.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8658.         activate
  8659.     end tell
  8660. on error errMsg number errNum
  8661.     --enter statements to perform when no records are found such as...
  8662.     display dialog "Sorry, the item you selected could not be found."
  8663.     return
  8664. end try
  8665. D!All Packages
  8666. Tool Chest Edition
  8667. OTStreamLogViewer
  8668. ZOTStreamLogViewer is both a sample and a developer tool.  As a sample, it shows how to use the OT raw streams API to communication with modules in the OT kernel. As a tool, it allows you to view the output of the STREAMS logging facility (strlog).  This is extremely helpful when developing OT kernel plug-ins: modules drivers, and port scanners.
  8669. J'Sample Code.img
  8670. Windows Sample Code.imgK
  8671. May 98L
  8672. Sep 98M
  8673. Open Transport 1.1.1 or higherN8Open Transport, kernel, log, strlog, debug, raw, streamsO
  8674. Dev.CD Feb 00 TC:Sample Code:P
  8675. Dev.CD Feb 00 TC
  8676.  - Sample CodeV
  8677. 32516X
  8678. Feb 00^
  8679. #ication "Finder"
  8680.         open item "Dev.CD Apr 95
  8681. Dev.CD Jan 95"
  8682.         activate
  8683.     end tell
  8684. on error errMsg number errNum
  8685.     --enter statements to perform when no records are found such as...
  8686.     display dialog "Sorry, the item you selected could not be found."
  8687.     return
  8688. end try
  8689. All Packages
  8690. 7.1.2V
  8691. 29828X
  8692. field
  8693. management
  8694. manager
  8695. preview
  8696. sharing
  8697. signing
  8698. system
  8699. system
  8700. manager
  8701. filename
  8702. files
  8703. filetool
  8704. filter
  8705. content
  8706. finder
  8707. finder
  8708. appleevents
  8709. finderevents
  8710. events
  8711. finder
  8712. strings
  8713. finder
  8714. label
  8715. finder
  8716. windows
  8717. finderevents
  8718. firmware
  8719. folder
  8720. encoding
  8721. management
  8722. manager
  8723. fonts
  8724. forth
  8725. foundation
  8726. foundation
  8727. reference
  8728. foundation
  8729. reference
  8730. client
  8731. framework
  8732. screen
  8733. function
  8734. function
  8735. index
  8736. function
  8737. functions
  8738. gamepad
  8739. games
  8740. games
  8741. sprockets
  8742. sprite
  8743. blitters
  8744. drawsprocket
  8745. moofwars
  8746. gaming
  8747. gamma
  8748. f3Open Transport
  8749. endpoint
  8750. download
  8751. fetch
  8752. HTTPq
  8753. Dev.CD Feb 00 TC
  8754. D!All Packages
  8755. Tool Chest Edition
  8756. OTSimpleServerHTTPI
  8757. This sample is a very simple web (HTTP) server that demonstrates how to exploit the single-link multi-homing feature of OT 1.3.J'Sample Code.img
  8758. Windows Sample Code.imgK
  8759. Jun 98M
  8760. Open Transport 1.1.1 or higherNSOpen Transport, TCP, endpoint, server, HTTP, listen, bind, single-link, multihomingO
  8761. Dev.CD Feb 00 TC:Sample Code:P
  8762. Dev.CD Feb 00 TC
  8763.  - Sample CodeV
  8764. 32515X
  8765. Feb 00^
  8766. r--set theItem to choose file -- uncomment to test in an AS editor
  8767.     tell application "Finder"
  8768.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8769.         activate
  8770.     end tell
  8771. on error errMsg number errNum
  8772.     --enter statements to perform when no records are found such as...
  8773.     display dialog "Sorry, the item you selected could not be found."
  8774.     return
  8775. end try
  8776. e    No ChangefKOpen Transport
  8777. endpoint
  8778. server
  8779. listen
  8780. single-link
  8781. multihomingq
  8782. Dev.CD Feb 00 TC
  8783. sample
  8784. designed
  8785. proper
  8786. sample
  8787. shows
  8788. implementation
  8789. netsprocket
  8790. sample
  8791. shows
  8792. basic
  8793. implementations
  8794. drawsprocket
  8795. sample
  8796. shows
  8797. transport
  8798. sample
  8799. shows
  8800. network
  8801. setup
  8802. library
  8803. sample
  8804. shows
  8805. write
  8806. fully
  8807. asynchronous
  8808. block
  8809. contains
  8810. information
  8811. advantage
  8812. includes
  8813. libraries
  8814. include
  8815. files
  8816. necessary
  8817. survival
  8818. guide
  8819. series
  8820. regarding
  8821. webobjec
  8822. survival
  8823. guide
  8824. offers
  8825. overview
  8826. audio
  8827. produces
  8828. template
  8829. building
  8830. balloon
  8831. update
  8832. toolbox
  8833. assistant
  8834. includes
  8835. following
  8836. version
  8837. object
  8838. support
  8839. library
  8840. 1.1.4
  8841. replaces
  8842. simple
  8843. sample
  8844. dumps
  8845. version
  8846. thomas
  8847. thompson
  8848. thooks
  8849. pippin
  8850. pixel
  8851. pixel
  8852. depth
  8853. plaintalk
  8854.     tell application "Finder"
  8855.         open item "Dev.CD Jan 95
  8856. Dev.CD Oct 94"
  8857.         activate
  8858.     end tell
  8859. on error errMsg number errNum
  8860.     --enter statements to perform when no records are found such as...
  8861.     display dialog "Sorry, the item you selected could not be found."
  8862.     return
  8863. end try
  8864. r--set theItem to choose file -- uncomment to test in an AS editor
  8865.     tell application "Finder"
  8866.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8867.         activate
  8868.     end tell
  8869. on error errMsg number errNum
  8870.     --enter statements to perform when no records are found such as...
  8871.     display dialog "Sorry, the item you selected could not be found."
  8872.     return
  8873. end try
  8874. g "Sorry, the item you selected could not be found."
  8875.     return
  8876. end try
  8877. All Packages
  8878. 7.1.2O
  8879. Dev.CD Jan 95
  8880. Dev.CD Jul 94P
  8881. Dev.CD Jan 95
  8882. Dev.CD Jul 9V
  8883. 29836X
  8884. Jan 95
  8885. p--set theItem to choose file -- uncomment to test in an AS editor
  8886.     tell application "Finder"
  8887.         open item "Dev.CD Jan 95
  8888. Dev.CD Jul 94"
  8889.         activate
  8890.     end tell
  8891. on error errMsg number errNum
  8892.     --enter statements to perform when no records are found such as...
  8893.     display dialog "Sorry, the item you selected could not be found."
  8894.     return
  8895. end try
  8896. All Packages
  8897. 7.1.2V
  8898. 29837X
  8899. e    No Changef!open transport
  8900. rawipq
  8901. Dev.CD Feb 00 TC
  8902. D!All Packages
  8903. Tool Chest Edition
  8904. OTSimpleDownloadHTTPI
  8905. This sample demonstrates the easiest way to use Open Transport to download an HTTP URL from a web server.  The code from this sample is featured in the latest release (v1.3) of the book 
  8906. Inside Macintosh: Open Transport
  8907. .J'Sample Code.img
  8908. Windows Sample Code.imgK
  8909. Nov 97L
  8910. Sep 98M
  8911. Open Transport 1.1.1 or higherN9Open Transport, TCP, endpoint, download, fetch, get, HTTPO
  8912. Dev.CD Feb 00 TC:Sample Code:P
  8913. Dev.CD Feb 00 TC
  8914.  - Sample CodeV
  8915. 32514X
  8916. Feb 00^
  8917. r--set theItem to choose file -- uncomment to test in an AS editor
  8918.     tell application "Finder"
  8919.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8920.         activate
  8921.     end tell
  8922. on error errMsg number errNum
  8923.     --enter statements to perform when no records are found such as...
  8924.     display dialog "Sorry, the item you selected could not be found."
  8925.     return
  8926. end try
  8927. e    No Change9X
  8928. mapper
  8929. mapperref
  8930. match
  8931. matching
  8932. mdata
  8933. media
  8934. memhell
  8935. memhell
  8936. memory
  8937. stress
  8938. debug
  8939. debugging
  8940. testing
  8941. memory
  8942.    activate
  8943.     end tell
  8944. on error errMsg number errNum
  8945.     --enter statements to perform when no records are found such as...
  8946.     display dialog "Sorry, the item you selected could not be found."
  8947.     return
  8948. end try
  8949. All Packages
  8950. 7.1.2O
  8951. Dev.CD Jan 95
  8952. Dev.CD Jul 94P
  8953. Dev.CD Jan 95
  8954. Dev.CD Jul 9V
  8955. 29840X
  8956. Jan 95
  8957. p--set theItem to choose file -- uncomment to test in an AS editor
  8958.     tell application "Finder"
  8959.         open item "Dev.CD Jan 95
  8960. Dev.CD Jul 94"
  8961.         activate
  8962.     end tell
  8963. on error errMsg number errNum
  8964.     --enter statements to perform when no records are found such as...
  8965.     display dialog "Sorry, the item you selected could not be found."
  8966.     return
  8967. end try
  8968. All Packages
  8969. 7.1.2V
  8970. 29841X
  8971. D!All Packages
  8972. Tool Chest Edition
  8973. OTLookupNameTestI
  8974. This sample demonstrates the use of an NBP mapper to look up NBP entities on an AppleTalk network using Open Transport.  The code from this sample is featured in the latest release (v1.2) of the book 
  8975. Inside Macintosh: Open Transport
  8976. .J'Sample Code.img
  8977. Windows Sample Code.imgK
  8978. Nov 97L
  8979. Jun 98M
  8980. Open Transport 1.1.1 or higherds are found such as...
  8981.     display dialog "Sorry, the item you selected could not be found."
  8982.     return
  8983. end try
  8984. All Packages
  8985. 7.1.2O
  8986. Dev.CD Oct 94P
  8987. Dev.CD Oct 9V
  8988. 29842X
  8989. Oct 94
  8990. b--set theItem to choose file -- uncomment to test in an AS editor
  8991.     tell application "Finder"
  8992.         open item "Dev.CD Oct 94"
  8993.         activate
  8994.     end tell
  8995. on error errMsg number errNum
  8996.     --enter statements to perform when no records are found such as...
  8997.     display dialog "Sorry, the item you selected could not be found."
  8998.     return
  8999. end try
  9000. All Packages
  9001. 7.1.2O
  9002. Dev.CD Oct 94V
  9003. 29843X
  9004. N&Open Transport, NBP, mapper, MapperRefset theItem to choose file -- uncomment to test in an AS editor
  9005.     tell application "Finder"
  9006.         open item "Dev.CD Oct 94"
  9007.         activate
  9008.     end tell
  9009. on error errMsg number errNum
  9010.     --enter statements to perform when no records are found such as...
  9011.     display dialog "Sorry, the item you selected could not be found."
  9012.     return
  9013. end try
  9014. All Packages
  9015. 7.1.2O
  9016. Dev.CD Jul 94P
  9017. Dev.CD Jul 9V
  9018. 29844X
  9019. Jul 94
  9020. b--set theItem to choose file -- uncomment to test in an AS editor
  9021.     tell application "Finder"
  9022.         open item "Dev.CD Jul 94"
  9023.         activate
  9024.     end tell
  9025. on error errMsg number errNum
  9026.     --enter statements to perform when no records are found such as...
  9027.     display dialog "Sorry, the item you selected could not be found."
  9028.     return
  9029. end try
  9030. All Packages
  9031. 7.1.2O
  9032. Dev.CD Jul 94P
  9033. Dev.CD Jul 9V
  9034. 29845X
  9035. Jul 94
  9036. 9650/350
  9037. a/rose
  9038. a/rose
  9039. macintosh
  9040. coprocessor
  9041. platform
  9042. ethernet
  9043. powerp
  9044. about
  9045. acceleration
  9046. access
  9047. acrobat
  9048. action
  9049. actions
  9050. active
  9051. control
  9052. patch
  9053. adbop
  9054. adbop
  9055. cfm-68k
  9056. address
  9057. administrator
  9058. adobe
  9059. adobe
  9060. acrobat
  9061. reader
  9062. advanced
  9063. apple
  9064. events
  9065. appleevents
  9066. aegizmos
  9067. after
  9068. newgworld
  9069. usedistanthdwrmem
  9070. uselocalhdwrmem
  9071. network
  9072. server
  9073. symbiotic
  9074. client
  9075. server
  9076. alias
  9077. alias
  9078. hypercard
  9079. system
  9080. allocators
  9081. altivec
  9082. altivec
  9083. emulator
  9084. analog
  9085. analysis
  9086. 7.1.2O
  9087. Dev.CD Jul 94P
  9088. Dev.CD Jul 9V
  9089. 29848X
  9090. Jul 94
  9091. Dev.CD Feb 00 TC:Sample Code:P
  9092. Dev.CD Feb 00 TC
  9093.  - Sample CodeV
  9094. 32512X
  9095. Feb 00^
  9096. r--set theItem to choose file -- uncomment to test in an AS editor
  9097.     tell application "Finder"
  9098.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9099.         activate
  9100.     end tell
  9101. on error errMsg number errNum
  9102.     --enter statements to perform when no records are found such as...
  9103.     display dialog "Sorry, the item you selected could not be found."
  9104.     return
  9105. end try
  9106. e    No Changef#Open Transport
  9107. mapper
  9108. MapperRefq
  9109. Dev.CD Feb 00 TC
  9110. D!All Packages
  9111. Tool Chest Edition
  9112. OTPingSampleIgThis sample is a quick demonstration of how to implement ping on top of the Open Transport native APIs.J'Sample Code.img
  9113. Windows Sample Code.imgK
  9114. Sep 96L
  9115. Jun 98M#Any machine running Open Transport.N%open transport, ot, ping, icmp, rawipO
  9116. Dev.CD Feb 00 TC:Sample Code:P
  9117. Dev.CD Feb 00 TC
  9118.  - Sample CodeV
  9119. 32513X
  9120. Feb 00^
  9121. NCEthernet, raw mode, DLPI, enet, multicast, MDATA, LLC, 802.2, 802.3O
  9122. Dev.CD Feb 00 TC:Sample Code:P
  9123. Dev.CD Feb 00 TC
  9124.  - Sample CodeV
  9125. 32511X
  9126. Feb 00^
  9127. r--set theItem to choose file -- uncomment to test in an AS editor
  9128.     tell application "Finder"
  9129.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9130.         activate
  9131.     end tell
  9132. on error errMsg number errNum
  9133.     --enter statements to perform when no records are found such as...
  9134.     display dialog "Sorry, the item you selected could not be found."
  9135.     return
  9136. end try
  9137. e    No Changef;Ethernet
  9138. raw mode
  9139. multicast
  9140. MDATA
  9141. 802.2
  9142. 802.3q
  9143. Dev.CD Feb 00 TC
  9144. OTLookupNameTestI
  9145. This sample demonstrates the use of an NBP mapper to look up NBP entities on an AppleTalk network using Open Transport.  The code from this sample is featured in the latest release (v1.2) of the book 
  9146. Inside Macintosh: Open Transport
  9147. .J'Sample Code.img
  9148. Windows Sample Code.imgK
  9149. Nov 97L
  9150. Jun 98M
  9151. Open Transport 1.1.1 or highert 1.1.1 or higher
  9152. alpha
  9153. alphabatize
  9154. alphabetic
  9155. already
  9156. f@Open Transport
  9157. serial port
  9158. registry
  9159. OTGetUserPortNameFromPortRefq
  9160. Dev.CD Feb 00 TC
  9161. D!All Packages
  9162. Tool Chest Edition
  9163. F    OTLLCTest
  9164. Sample program demonstrating how to read and write data packets directly to an ethernet driver using the Open Transport XTI API. 
  9165. The sample program implements both send and receive. Demonstrates the following.
  9166. 1. How to determine which port AppleTalk is currently using
  9167. 2. List available ethernet drivers
  9168. 3. Using Option Management to enable raw mode for both original and mentat template based drivers.
  9169. Development - Requires CodeWarrior IDE v2.1 or greater along with OT 1.1.2 or greater. B
  9170. For testing with ethernet hardware not using the mentat template, requires a minimum of SSW 7.5.3 and OT 1.1.1. If an ethernet driver that has a driver based on the mentat template, then SSW 8.0 with OT 1.2 is required.
  9171. J'Sample Code.img
  9172. Windows Sample Code.imgK
  9173. Nov 98M
  9174. See the readme file:Sample Code:V
  9175. 32511X
  9176. 1e    No Change
  9177. e--set theItem to choose file -- uncomment to test in an AS editor
  9178.     tell application "Finder"
  9179.         open item "Dev.CD Aug 96 TC"
  9180.         activate
  9181.     end tell
  9182. on error errMsg number errNum
  9183.     --enter statements to perform when no records are found such as...
  9184.     display dialog "Sorry, the item you selected could not be found."
  9185.     return
  9186. end try
  9187. OTFindSerialPortsI
  9188. This sample demonstrates how to use the Open Transport API to find all the serial ports available to Open Transport programs.  The code from this sample is featured in the latest release (v1.2) of the book 
  9189. Inside Macintosh: Open Transport
  9190. .J'Sample Code.img
  9191. Windows Sample Code.imgK
  9192. Jun 98M
  9193. Open Transport 1.1.1 or higherNCOpen Transport, serial port, registry, OTGetUserPortNameFromPortRefO
  9194. Dev.CD Feb 00 TC:Sample Code:P
  9195. Dev.CD Feb 00 TC
  9196.  - Sample CodeV
  9197. 32510X
  9198. Feb 00^
  9199. r--set theItem to choose file -- uncomment to test in an AS editor
  9200.     tell application "Finder"
  9201.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9202.         activate
  9203.     end tell
  9204. on error errMsg number errNum
  9205.     --enter statements to perform when no records are found such as...
  9206.     display dialog "Sorry, the item you selected could not be found."
  9207.     return
  9208. end try
  9209. e    No Change
  9210. Aug 96
  9211. e--set theItem to choose file -- uncomment to test in an AS editor
  9212.     tell application "Finder"
  9213.         open item "Dev.CD Aug 96 TC"
  9214.         activate
  9215.     end tell
  9216. on error errMsg number errNum
  9217.     --enter statements to perform when no records are found such as...
  9218.     display dialog "Sorry, the item you selected could not be found."
  9219.     return
  9220. end try
  9221. All Packages
  9222. QuickDraw GXO
  9223. Dev.CD Jun 97 SSWP
  9224. Dev.CD Jun 97 SSV
  9225. 32704X
  9226. Jun 97
  9227. f--set theItem to choose file -- uncomment to test in an AS editor
  9228.     tell application "Finder"
  9229.         open item "Dev.CD Jun 97 SSW"
  9230.         activate
  9231.     end tell
  9232. on error errMsg number errNum
  9233.     --enter statements to perform when no records are found such as...
  9234.     display dialog "Sorry, the item you selected could not be found."
  9235.     return
  9236. end try
  9237. All Packages
  9238. QuickDraw GXO
  9239. Dev.CD Jun 97 SSWP
  9240. Dev.CD Jun 97 SSV
  9241. 32705X
  9242. Jun 97
  9243. OTEndpointInfo
  9244. KThis sample demonstrates how to query an endpoint for its 
  9245. vital statistic
  9246.  using OTGetEndpointInfo.  It also prints a list of that information for the commonly used Open Transport endpoint types for your reference.  The code from this sample is featured in the latest release (v1.2) of the book 
  9247. Inside Macintosh: Open Transport
  9248. J'Sample Code.img
  9249. Windows Sample Code.imgK
  9250. Nov 97L
  9251. Jun 98M
  9252. Open Transport 1.1.1 or higherN=Open Transport, OTGetEndpointInfo, TEndpointInfo, TSDU, ETSDAO
  9253. Dev.CD Feb 00 TC:Sample Code:P
  9254. Dev.CD Feb 00 TC
  9255.  - Sample CodeV
  9256. 32509X
  9257. Feb 00^
  9258. r--set theItem to choose file -- uncomment to test in an AS editor
  9259.     tell application "Finder"
  9260.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9261.         activate
  9262.     end tell
  9263. on error errMsg number errNum
  9264.     --enter statements to perform when no records are found such as...
  9265.     display dialog "Sorry, the item you selected could not be found."
  9266.     return
  9267. end try
  9268. e    No Change
  9269. f9Open Transport
  9270. OTGetEndpointInfo
  9271. TEndpointInfo
  9272. ETSDAq
  9273. Dev.CD Feb 00 TC
  9274. D!All Packages
  9275. Tool Chest Edition
  9276. monstrates how to use the Open Transport API to find all the serial ports available to Open Transport programs.  The code from this sample is featured in the latest release (v1.2) of the book 
  9277. Inside Macintosh: Open Transport
  9278. .J'Sample Code.img
  9279. Windows Sample Code.imgK
  9280. Jun 98M
  9281. Open Transport 1.1.1 or higherNCOpen Transport, serial port, registry, OTGetUserPortNameFromPortRefO
  9282. Dev.CD Feb 00 TC:Sample Code:P
  9283. Dev.CD Feb 00 TC
  9284.  - Sample CodeV
  9285. 32510X
  9286. Feb 00^
  9287. r--set theItem to choose file -- uncomment to test in an AS editor
  9288.     tell application "Finder"
  9289.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9290.         activate
  9291.     end tell
  9292. on error errMsg number errNum
  9293.     --enter statements to perform when no records are found such as...
  9294.     display dialog "Sorry, the item you selected could not be found."
  9295.     return
  9296. end try
  9297. e    No Change
  9298. e    No Change
  9299.  Quadra 660AV or 840AV, Power Macintosh AV computer, or Power Macintosh with AV card upgrade 
  9300.  16 megabytes of  DRAM (memory)
  9301.  Video source (for instance, a video camera or VCR)
  9302.  Audio source (for instance, a  PlainTalk microphone or VCR)
  9303.  Network connection (for instance, Ethernet or ISDN)
  9304.  Network Software Installer version 1.5. (this is already installed on Power Macintosh 7500 and 8500 computers)
  9305. NMQuickTime, QuickTime Conferencing, video conferencing, Apple Media ConferenceW
  9306. OTDumpPortRegistryI
  9307. This very simple sample dumps a text version of the OT port registry to stdout.  The compiled executable also makes a handy debugging tool.
  9308. You have to run the 68K version on a 68K Mac and the PPC version on a PPC Mac.
  9309. J'Sample Code.img
  9310. Windows Sample Code.imgK
  9311. Apr 97L
  9312. Jun 98M
  9313. Open Transport 1.1.1 or greaterN@open transport, port registry, OTGetIndexedPort, dump, list, seeO
  9314. Dev.CD Feb 00 TC:Sample Code:P
  9315. Dev.CD Feb 00 TC
  9316.  - Sample CodeV
  9317. 32508X
  9318. Feb 00^
  9319. r--set theItem to choose file -- uncomment to test in an AS editor
  9320.     tell application "Finder"
  9321.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9322.         activate
  9323.     end tell
  9324. on error errMsg number errNum
  9325.     --enter statements to perform when no records are found such as...
  9326.     display dialog "Sorry, the item you selected could not be found."
  9327.     return
  9328. end try
  9329. e    No Changef;open transport
  9330. port registry
  9331. OTGetIndexedPort
  9332. Dev.CD Feb 00 TC
  9333. D!All Packages
  9334. Tool Chest Edition
  9335. haven't
  9336. having
  9337. havoc
  9338. hd80sc
  9339. he/she
  9340. head-patch
  9341. headaches
  9342. header
  9343. header
  9344. files
  9345. headers
  9346. heading
  9347. heads
  9348. health
  9349. heaps
  9350. heart
  9351. heartbeat
  9352. heavily
  9353. hebreu
  9354. hebrew
  9355. hecht
  9356. hedging
  9357. height
  9358. otdumpinternetstatus
  9359. otdumpportregistry
  9360. otendpointinfo
  9361. otfindserialports
  9362. otllctest
  9363. otlookupnametest
  9364. otpingsample
  9365. otsimpledownloadhttp
  9366. otsimpleserverhttp
  9367. otstreamlogviewer
  9368. ottcpwilldial
  9369. ottraceroutesample
  9370. output
  9371. overview
  9372. packagetool
  9373. palette
  9374. palette&gworld
  9375. palette&gworld
  9376. paper
  9377. papserversample
  9378. found such as...
  9379.     display dialog "Sorry, the item you selected could not be found."
  9380.     return
  9381. end try
  9382. All Packages
  9383. Dev.CD Jan 96 SSWP
  9384. Dev.CD Jan 96 SSV
  9385. 29861X
  9386. Jan 96
  9387. f--set theItem to choose file -- uncomment to test in an AS editor
  9388.     tell application "Finder"
  9389.         open item "Dev.CD Jan 96 SSW"
  9390.         activate
  9391.     end tell
  9392. on error errMsg number errNum
  9393.     --enter statements to perform when no records are found such as...
  9394.     display dialog "Sorry, the item you selected could not be found."
  9395.     return
  9396. end try
  9397. All Packages
  9398. 29862
  9399. transport
  9400. debug
  9401. transport
  9402. kernel
  9403. strlog
  9404. debug
  9405. streams
  9406. transport
  9407. mapper
  9408. mapperref
  9409. transport
  9410. netstat
  9411. display
  9412. cache
  9413. logical
  9414. physic
  9415. transport
  9416. networking
  9417. appletalk
  9418. tcp/ip
  9419. transport
  9420. no-copy
  9421. receives
  9422. otbuffer
  9423. otbufferinfo
  9424. transport
  9425. rawip
  9426. transport
  9427. otgetendpointinfo
  9428. tendpointinfo
  9429. etsda
  9430. transport
  9431. otlifo
  9432. otfifo
  9433. otlink
  9434. linked
  9435. transport
  9436. otoptionmanagment
  9437. option
  9438. management
  9439. transport
  9440. appletalk
  9441. printer
  9442. access
  9443. protocol
  9444. handoff
  9445. transport
  9446. registry
  9447. otgetindexedport
  9448. transport
  9449. serial
  9450. registry
  9451. otgetuserportnamefro
  9452. transport
  9453. endpoint
  9454. download
  9455. fetch
  9456. transport
  9457. endpoint
  9458. server
  9459. listen
  9460. single-l
  9461. opendoc
  9462. opendoc
  9463. component
  9464. software
  9465. compound
  9466. document
  9467. architecture
  9468. opengl
  9469. opengl
  9470. graphics
  9471. found."
  9472.     return
  9473. end try
  9474. This sample demonstrates how to write an application that dumps out various information on the Open Transport TCP/IP protocol stack, much like the netstat program on UNIX.J'Sample Code.img
  9475. Windows Sample Code.imgK
  9476. May 98L
  9477. Jun 98M
  9478. Open TransportNkopen transport, netstat, display, dump, arp, cache logical physical interfaces routing table tcp udp statusO
  9479. Dev.CD Feb 00 TC:Sample Code:P
  9480. Dev.CD Feb 00 TC
  9481.  - Sample CodeV
  9482. 32507X
  9483. Feb 00^
  9484. r--set theItem to choose file -- uncomment to test in an AS editor
  9485.     tell application "Finder"
  9486.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9487.         activate
  9488.     end tell
  9489. on error errMsg number errNum
  9490.     --enter statements to perform when no records are found such as...
  9491.     display dialog "Sorry, the item you selected could not be found."
  9492.     return
  9493. end try
  9494. e    No Changeffopen transport
  9495. netstat
  9496. display
  9497. cache logical physical interfaces routing table tcp udp statusq
  9498. Dev.CD Feb 00 TC
  9499. D!All Packages
  9500. Tool Chest Edition
  9501. notation
  9502. standardgetfolder
  9503. replaces
  9504. customgetfile
  9505. und such as...
  9506.     display dialog "Sorry, the item you selected could not be found."
  9507.     return
  9508. end try
  9509. All Packages
  9510. 7.5O-Dev.CD Jan 96 SSW
  9511. Dev.CD Apr 95
  9512. Dev.CD Jan 95P,Dev.CD Jan 96 SSW
  9513. Dev.CD Apr 95
  9514. Dev.CD Jan 9V
  9515. 29865X
  9516. Jan 96
  9517. --set theItem to choose file -- uncomment to test in an AS editor
  9518.     tell application "Finder"
  9519.         open item "Dev.CD Jan 96 SSW
  9520. Dev.CD Apr 95
  9521. Dev.CD Jan 95"
  9522.         activate
  9523.     end tell
  9524. on error errMsg number errNum
  9525.     --enter statements to perform when no records are found such as...
  9526.     display dialog "Sorry, the item you selected could not be found."
  9527.     return
  9528. end try
  9529. Macintosh with 68030 processor or later, Open Transport 1.1 installed, Open Transport 1.3 SDK, Metrowerks CodeWarrior Pro 1 or 2 or ETO 23N^Open Transport, code resource, XCMD, CodeWarrior, MPW, 68K, ethernet address, hardware addressO
  9530. Dev.CD Feb 00 TC:Sample Code:P
  9531. Dev.CD Feb 00 TC
  9532.  - Sample CodeV
  9533. 32506X
  9534. Feb 00^
  9535. r--set theItem to choose file -- uncomment to test in an AS editor
  9536.     tell application "Finder"
  9537.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9538.         activate
  9539.     end tell
  9540. on error errMsg number errNum
  9541.     --enter statements to perform when no records are found such as...
  9542.     display dialog "Sorry, the item you selected could not be found."
  9543.     return
  9544. end try
  9545. e    No ChangefWOpen Transport
  9546. code resource
  9547. CodeWarrior
  9548. ethernet address
  9549. hardware addressq
  9550. Dev.CD Feb 00 TC
  9551. D!All Packages
  9552. Tool Chest Edition
  9553. OTDumpInternetStatus
  9554. MTOpenTransport 1.1.2 and OpenTransport PPP build with OT 1.1.2 includes and librariesN(OpenTransport, PPP, Control Strip Moduletest in an AS editor
  9555.     tell application "Finder"
  9556.         open item "Dev.CD Jan 96 SSW"
  9557.         activate
  9558.     end tell
  9559. on error errMsg number errNum
  9560.     --enter statements to perform when no records are found such as...
  9561.     display dialog "Sorry, the item you selected could not be found."
  9562.     return
  9563. end try
  9564. All Packages
  9565. 7.5O)Dev.CD Jul 95
  9566. Dev.CD Apr 95
  9567. Dev.CD Mar 95P(Dev.CD Jul 95
  9568. Dev.CD Apr 95
  9569. Dev.CD Mar 9V
  9570. 29867X
  9571. Jul 95
  9572. ~--set theItem to choose file -- uncomment to test in an AS editor
  9573.     tell application "Finder"
  9574.         open item "Dev.CD Jul 95
  9575. Dev.CD Apr 95
  9576. Dev.CD Mar 95"
  9577.         activate
  9578.     end tell
  9579. on error errMsg number errNum
  9580.     --enter statements to perform when no records are found such as...
  9581.     display dialog "Sorry, the item you selected could not be found."
  9582.     return
  9583. end try
  9584. All Packages
  9585. theory
  9586. there
  9587. there
  9588. three
  9589. different
  9590. samples
  9591. showing
  9592. variat
  9593. there's
  9594. thereby
  9595. therefore
  9596. theresa
  9597. these
  9598. theta
  9599. Dev.CD Feb 00 TC:Sample Code:P
  9600. Dev.CD Feb 00 TC
  9601.  - Sample CodeV
  9602. 32505X
  9603. Feb 00^
  9604. r--set theItem to choose file -- uncomment to test in an AS editor
  9605.     tell application "Finder"
  9606.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9607.         activate
  9608.     end tell
  9609. on error errMsg number errNum
  9610.     --enter statements to perform when no records are found such as...
  9611.     display dialog "Sorry, the item you selected could not be found."
  9612.     return
  9613. end try
  9614. Movedf&OpenTransport
  9615. Control Strip Moduleq
  9616. Dev.CD Feb 00 TC
  9617. D!All Packages
  9618. Tool Chest Edition
  9619. OTCodeResource
  9620. This sample shows how to call Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  9621. J'Sample Code.img
  9622. Windows Sample Code.imgK
  9623. Apr 96L
  9624. Jun 98:Sample Code:V
  9625. 32506X
  9626. 1e    No Change
  9627. summary
  9628. virtual
  9629. server
  9630. attempt
  9631. provide
  9632. piece
  9633. summary
  9634. virtual
  9635. tutorial
  9636. provides
  9637. quick
  9638. intro
  9639. summary
  9640. services
  9641. apple
  9642. event
  9643. suite
  9644. allows
  9645. appli
  9646. summary
  9647. these
  9648. applications
  9649. demonstrate
  9650. write
  9651. backgr
  9652.         activate
  9653.     end tell
  9654. on error errMsg number errNum
  9655.     --enter statements to perform when no records are found such as...
  9656.     display dialog "Sorry, the item you selected could not be found."
  9657.     return
  9658. end try
  9659. All Packages
  9660. Dev.CD Jul 95P
  9661. Dev.CD Jul 9V
  9662. 29871X
  9663. Jul 95
  9664. b--set theItem to choose file -- uncomment to test in an AS editor
  9665.     tell application "Finder"
  9666.         open item "Dev.CD Jul 95"
  9667.         activate
  9668.     end tell
  9669. on error errMsg number errNum
  9670.     --enter statements to perform when no records are found such as...
  9671.     display dialog "Sorry, the item you selected could not be found."
  9672.     return
  9673. end try
  9674. All Packages
  9675. Dev.CD Jul 95V
  9676. 29872X
  9677. cond.  
  9678. J'Sample Code.img
  9679. Windows Sample Code.imgK
  9680. Feb 97L
  9681. Mar 97M
  9682. Open Transport 1.1.1 or greaterO
  9683. Dev.CD Feb 00 TC:Sample Code:P
  9684. Dev.CD Feb 00 TC
  9685.  - Sample Code       activate
  9686.     end tell
  9687. on error errMsg number errNum
  9688.     --enter statements to perform when no records are found such as...
  9689.     display dialog "Sorry, the item you selected could not be found."
  9690.     return
  9691. end try
  9692. All Packages
  9693. 7.5O)Dev.CD Jul 95
  9694. Dev.CD Apr 95
  9695. Dev.CD Jan 95P(Dev.CD Jul 95
  9696. Dev.CD Apr 95
  9697. Dev.CD Jan 9V
  9698. 29873X
  9699. Jul 95
  9700. ~--set theItem to choose file -- uncomment to test in an AS editor
  9701.     tell application "Finder"
  9702.         open item "Dev.CD Jul 95
  9703. Dev.CD Apr 95
  9704. Dev.CD Jan 95"
  9705.         activate
  9706.     end tell
  9707. on error errMsg number errNum
  9708.     --enter statements to perform when no records are found such as...
  9709.     display dialog "Sorry, the item you selected could not be found."
  9710.     return
  9711. end try
  9712. All Packages
  9713. 29874X
  9714. Summary: The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Open Transport when used properly.
  9715. This version of the Virtual Server simply opens a listening endpoint and as many accepting endpoints as you want using TCP. It waits for an inbound connection request, accepts the connection, and hands it off 
  9716. to an accepting endpoint. The accepting endpoint waits for a 128 byte "request" packet, then returns a predefined amount of data from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.   
  9717. It's fast!   Running on Open Transport 1.1.1, a Power Mac 7100/80 on a 10 Mbit ethernet using 8K downloads can almost saturate the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per se
  9718. greatest
  9719. greatly
  9720. green
  9721. greenspon
  9722. greeting
  9723. gridwindowgrow
  9724. griffith
  9725. group
  9726. groups
  9727. growing
  9728. grown
  9729. gs/os
  9730. guarantee
  9731. guaranteed
  9732. guest
  9733. guide
  9734. guide-intelligent
  9735. guideline
  9736. guidelines
  9737. n "Finder"
  9738.         open item "Dev.CD Jul 95
  9739. Dev.CD Apr 95"
  9740.         activate
  9741.     end tell
  9742. on error errMsg number errNum
  9743.     --enter statements to perform when no records are found such as...
  9744.     display dialog "Sorry, the item you selected could not be found."
  9745.     return
  9746. end try
  9747. 32504X
  9748. Feb 00^
  9749. r--set theItem to choose file -- uncomment to test in an AS editor
  9750.     tell application "Finder"
  9751.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9752.         activate
  9753.     end tell
  9754. on error errMsg number errNum
  9755.     --enter statements to perform when no records are found such as...
  9756.     display dialog "Sorry, the item you selected could not be found."
  9757.     return
  9758. end try
  9759. Movedq
  9760. Dev.CD Feb 00 TC
  9761. D!All Packages
  9762. Tool Chest Edition
  9763. OT/PPP Control Strip Sample
  9764. Summary: OT PPP Control Strip Sample is a CW 10 project that  demonstrates how to interact with the OpenTransport PPP control point. The control strip sample will demonstrate how to check  for OT/PPP's existence and whether or not it has loaded. This example will  setup a PPP control point notifier.  
  9765. Note that this sample is not complete, it will not issue a connect or disconnect; this is planned for the next version.
  9766. J'Sample Code.img
  9767. Windows Sample Code.imgK
  9768. Mar 97
  9769. The PAPServerSample demonstrates the use of the Open Transport to create a Printer Access Protocol Server.  This sample supports multiple simultaneous connections under OT 2.0 and greater.  
  9770. PAPServerSample demonstrates some of the following network programming techniques
  9771. 1. Implementing a PAP Server which supports multiple handoff endpoints.
  9772. 2. Using the OTIoctl to enable selfsend mode.
  9773. 3. Using OptionManagement to enable the EOM (End-of-message option).
  9774. 4. Using OptionManagement to set 
  9775. Ithe default server message.
  9776. The sample provides a user option to make the OTServerLimits call and to also dump the packets that are received.  Note that by default, the incoming packets are saved to a file called "SavedPAPFileXX".  You can launch the server on the same system that you use the client to send data to the client.
  9777. J'Sample Code.img
  9778. Windows Sample Code.imgK
  9779. Mar 98L
  9780. Sep 99O
  9781. Dev.CD Feb 00 TC:Sample Code:D
  9782. All Packages
  9783. 29880X
  9784. SSW 7.6 with OT 1.1.2 or greater is required.  For multiple handoff endpoint support OT 2.0 with SSW 8.5 is required.
  9785. To open the project files, Metrowerks CodeWarrior Pro 2.0, IDE v2.1 is required. NoOpen Transport, PAP, AppleTalk, Printer Access Protocol, handoff endpoints, AppleTalk Transaction Protocol, ATPO
  9786. Dev.CD Feb 00 TC:Sample Code:P
  9787. Dev.CD Feb 00 TC
  9788.  - Sample Code
  9789. 32503X
  9790. Feb 00^
  9791. r--set theItem to choose file -- uncomment to test in an AS editor
  9792.     tell application "Finder"
  9793.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9794.         activate
  9795.     end tell
  9796. on error errMsg number errNum
  9797.     --enter statements to perform when no records are found such as...
  9798.     display dialog "Sorry, the item you selected could not be found."
  9799.     return
  9800. end try
  9801. e    No ChangefiOpen Transport
  9802. AppleTalk
  9803. Printer Access Protocol
  9804. handoff endpoints
  9805. AppleTalk Transaction Protocol
  9806. Dev.CD Feb 00 TC
  9807. D!All Packages
  9808. Tool Chest Edition
  9809. OT Server Sample 1.0.1
  9810.     n 9V
  9811. 29881X
  9812. Jul 95
  9813. database
  9814. databases
  9815. datafork
  9816. datagram
  9817. dater
  9818. dates
  9819. datething
  9820. david
  9821. davidson
  9822. day-to-day
  9823. daylight
  9824. daystar
  9825. dboxproc
  9826. d could not be found."
  9827.     return
  9828. end try
  9829. All Packages
  9830. Dev.CD Apr 95
  9831. Dev.CD Feb 95P
  9832. Dev.CD Apr 95
  9833. Dev.CD Feb 9V
  9834. 29883X
  9835. Apr 95
  9836. p--set theItem to choose file -- uncomment to test in an AS editor
  9837.     tell application "Finder"
  9838.         open item "Dev.CD Apr 95
  9839. Dev.CD Feb 95"
  9840.         activate
  9841.     end tell
  9842. on error errMsg number errNum
  9843.     --enter statements to perform when no records are found such as...
  9844.     display dialog "Sorry, the item you selected could not be found."
  9845.     return
  9846. end try
  9847. reports
  9848. builder
  9849. built-in
  9850. bundle
  9851. bundle
  9852. services
  9853. burned-in
  9854. burned-in
  9855. address
  9856. business
  9857. business
  9858. processes
  9859. button
  9860. buttons
  9861. opentransport
  9862. cacheQ
  9863. cache
  9864. ratesQ
  9865. cacheline
  9866. cad/cam
  9867. calibrator
  9868. camera
  9869. capabilities
  9870. capture
  9871. printing
  9872. manager
  9873. socket
  9874. services
  9875. cardbus
  9876. audio
  9877. toolkit
  9878. cd-rom
  9879. center
  9880. cfallocator
  9881. cfarray
  9882. cfarray
  9883. cfbag
  9884. cfbag
  9885. cfbase
  9886. cfbase
  9887. cfbinaryheap
  9888. cfbinaryheap
  9889. cfbitvector
  9890. cfbitvector
  9891. cfbundle
  9892. cfbundle
  9893. cfcharacterset
  9894. cfcharacterset
  9895. cfcomparatorfunction
  9896. cfcomparisonresult
  9897. cfdata
  9898. cfdata
  9899. cfdictionary
  9900. cfdictionary
  9901. cfequal
  9902. cfhash
  9903. cfhashcode
  9904. cfindex
  9905. optimizations
  9906. optimize
  9907. optimized
  9908. optimizer
  9909. optimizing
  9910. optimum
  9911. option
  9912. optional
  9913. optionmanagement
  9914. options
  9915. Wou selected could not be found."
  9916.     return
  9917. end try
  9918. All Packages
  9919. Dev.CD Apr 95
  9920. Dev.CD Feb 95V
  9921. 29886X
  9922. assistant
  9923. atags
  9924. atags
  9925. manual
  9926. atags
  9927. manual
  9928. atalk
  9929. atalk
  9930. toolkit
  9931. atalkzones
  9932. atalkzones
  9933. atsui
  9934. audio
  9935. audio
  9936. compilable
  9937. authentication
  9938. authoring
  9939. autoguest
  9940. autoguest
  9941. user's
  9942. guide
  9943. autoguest
  9944. autotest
  9945. auxiliary
  9946. avoid
  9947. avoid
  9948. audio
  9949. pitfalls
  9950. guide
  9951. b-british
  9952. backgrounder
  9953. This sample code accompanies "TN 1174: Optimization Strategies for the Mac OS".
  9954. The Cacheline Optimizer evaluates cacheline usage.  Given a stride value, it will simulate the cache utilization for the L1 and L2 caches on an iMac, as well as giving an approximate idea of the TLB usage.  It gives the percentage utilization as well as how many iterations before you will begin to evict data from the cache.
  9955. CBuffFileStream demonstrates the  implementation of a buffered file system on top of B
  9956. the Mac OS file system.
  9957. J'Sample Code.img
  9958. Windows Sample Code.imgK
  9959. Nov 99M0Optimization Strategies for the Mac OS Technote.N4Optimization, buffered file system, cache, cachelineO
  9960. Dev.CD Feb 00 TC:Sample Code:P
  9961. Dev.CD Feb 00 TC
  9962.  - Sample Codeenter statements to perform when no records are found such as...
  9963.     display dialog "Sorry, the item you selected could not be found."
  9964.     return
  9965. end try
  9966. All Packages
  9967. Dev.CD Apr 95P
  9968. Dev.CD Apr 9V
  9969. 29888X
  9970. Apr 95
  9971. opengl
  9972. macintosh
  9973. enables
  9974. computer
  9975. display
  9976. three-
  9977. opening
  9978. openmultfiles
  9979. openport
  9980. o test in an AS editor
  9981.     tell application "Finder"
  9982.         open item "Dev.CD Apr 95
  9983. Dev.CD Jan 95"
  9984.         activate
  9985.     end tell
  9986. on error errMsg number errNum
  9987.     --enter statements to perform when no records are found such as...
  9988.     display dialog "Sorry, the item you selected could not be found."
  9989.     return
  9990. end try
  9991. All Packages
  9992. Dev.CD Apr 95
  9993. Dev.CD Jan 95P
  9994. Dev.CD Apr 95
  9995. Dev.CD Jan 9V
  9996. 29890X
  9997. Apr 95
  9998. p--set theItem to choose file -- uncomment to test in an AS editor
  9999.     tell application "Finder"
  10000.         open item "Dev.CD Apr 95
  10001. Dev.CD Jan 95"
  10002.         activate
  10003.     end tell
  10004. on error errMsg number errNum
  10005.     --enter statements to perform when no records are found such as...
  10006.     display dialog "Sorry, the item you selected could not be found."
  10007.     return
  10008. end try
  10009. All Packages
  10010. 29891X
  10011. 32502X
  10012. Feb 00^
  10013. r--set theItem to choose file -- uncomment to test in an AS editor
  10014.     tell application "Finder"
  10015.         open item "Dev.CD Feb 00 TC:Sample Code:"
  10016.         activate
  10017.     end tell
  10018. on error errMsg number errNum
  10019.     --enter statements to perform when no records are found such as...
  10020.     display dialog "Sorry, the item you selected could not be found."
  10021.     return
  10022. end try
  10023. e    No Changef1Optimization
  10024. buffered file system
  10025. cache
  10026. cachelineq
  10027. Dev.CD Feb 00 TC
  10028. D!All Packages
  10029. Tool Chest Edition
  10030. OT PAPServerSample
  10031. agree@
  10032. algorithm@
  10033. allocating@
  10034. alpha@
  10035. altdboxproc@
  10036. extension
  10037. which
  10038. enables
  10039. developers
  10040. adopt
  10041. high-leve@
  10042. and/or@
  10043. another@
  10044. anymore@
  10045. apis@
  10046. append@
  10047. apple
  10048. computer
  10049. apple
  10050. sprockets
  10051. libraries
  10052. designed
  10053. simplify
  10054. applescript@
  10055. applesearch@
  10056. appletalk's@
  10057. application
  10058. application's@
  10059. applied@
  10060. architecture@
  10061. architecture/roadmap@
  10062. area@
  10063. as-is@
  10064. asked@
  10065. association@
  10066. attention@
  10067. available@
  10068. balloon@
  10069. basis@
  10070. beaker@
  10071. bechtel@
  10072. beginning@
  10073. beta@
  10074. blackketter@
  10075. bottleneck@
  10076. boxes@
  10077. bufcallback@
  10078. build@
  10079. building@
  10080. button@
  10081. byte@
  10082. calibration@
  10083. callhyper@
  10084. calvacom@
  10085. cameras@
  10086. can't@
  10087. cancelwindowcheckout@
  10088. cannot@
  10089. IpSummary:  A MacsBug macro and TMON User Area for debugging QuickTime. See the Read Me file for complete details.J
  10090. QuickTime tools.imgK
  10091. Feb 94O@Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:QuickTime tools:PHDev.CD Feb 00 TC
  10092.  - Tool Chest
  10093.  - Testing & Debugging
  10094.  - QuickTime toolsV
  10095. 32807X
  10096. Feb 00^
  10097. --set theItem to choose file -- uncomment to test in an AS editor
  10098.     tell application "Finder"
  10099.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:QuickTime tools:"
  10100.         activate
  10101.     end tell
  10102. on error errMsg number errNum
  10103.     --enter statements to perform when no records are found such as...
  10104.     display dialog "Sorry, the item you selected could not be found."
  10105.     return
  10106. end try
  10107. e    No Changeq
  10108. Dev.CD Feb 00 TC
  10109. D!All Packages
  10110. Tool Chest Edition
  10111. QuickTime Tools
  10112. advantages
  10113. adventures
  10114. advertisements
  10115. advertising
  10116. advice
  10117. advisable
  10118. ae/em
  10119. aecdev/aedeamon
  10120. aecoercion
  10121. aecoercioninit
  10122. aegestalt
  10123. aegizmos
  10124. aeobject-edition1.0.
  10125. aerecords
  10126. aesend
  10127. aetracker
  10128. affect
  10129. affected
  10130. affects
  10131. affordable
  10132. affordance
  10133. afloat
  10134. after
  10135. again
  10136. against
  10137. age-old
  10138. agent
  10139. agents
  10140. aggregate
  10141. aggressive
  10142. aglfonts
  10143. ound."
  10144.     return
  10145. end try
  10146. All Packages
  10147. Dev.CD Apr 95P
  10148. Dev.CD Apr 9V
  10149. 29895X
  10150. Apr 95
  10151. J4Install OpenGL
  10152. Installer
  10153. OpenGL Parts
  10154. OpenGL Read MeK
  10155. Jul 99L
  10156. Jan 00M
  10157.  A PowerPC
  10158.  based computer with a minimum of 32 megabytes of memory (RAM)
  10159.  Mac OS System 8.1 or later
  10160.  QuickDraw3D 1.6 or laterN
  10161. OpenGL, 3D, graphics
  10162. O2Dev.CD Jan 00 SDK1:Development Kits:Mac OS:OpenGL:P:Dev.CD Jan 00 SDK1
  10163.  - Development Kits
  10164.  - Mac OS
  10165.  - OpenGLV
  10166. 32501X
  10167. Jan 00^
  10168. --set theItem to choose file -- uncomment to test in an AS editor
  10169.     tell application "Finder"
  10170.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:OpenGL:"
  10171.         activate
  10172.     end tell
  10173. on error errMsg number errNum
  10174.     --enter statements to perform when no records are found such as...
  10175.     display dialog "Sorry, the item you selected could not be found."
  10176.     return
  10177. end try
  10178. e    No Changef
  10179. OpenGL
  10180. graphics
  10181. o%ftp://ftp.apple.com/developer/opengl/q
  10182. Dev.CD Jan 00 SDK1
  10183. D!All Packages
  10184. Tool Chest Edition
  10185. Optimization TN Demos
  10186.     7.5O
  10187. Dev.CD Apr 96 SDK2P
  10188. Dev.CD Apr 96 SDKV
  10189. 29898X
  10190. Apr 96
  10191. designer
  10192. designers
  10193. designing
  10194. desired
  10195. deskpat
  10196. desktop
  10197. deskwriter
  10198. despair
  10199. despite
  10200. destination
  10201. destroy
  10202. destroy
  10203. needs
  10204. destroyglfromwindow
  10205. detached
  10206. detail
  10207. detailed
  10208. detailed
  10209. developer
  10210. documentation
  10211. detailing
  10212. details
  10213. detect
  10214. detecting
  10215. detection
  10216. detective
  10217. wanted
  10218. wanting
  10219. wants
  10220. warming
  10221. warning
  10222. warnings
  10223. warns
  10224. warrior
  10225. waste
  10226. waste
  10227. editing
  10228. library
  10229. macintosh
  10230. programmers
  10231. watch
  10232. watcher
  10233. watching
  10234. wavetable
  10235. wavetablesynth
  10236. waving
  10237. W  end tell
  10238. on error errMsg number errNum
  10239.     --enter statements to perform when no records are found such as...
  10240.     display dialog "Sorry, the item you selected could not be found."
  10241.     return
  10242. end try
  10243. All Packages
  10244. 7.5 (Slim)O
  10245. Dev.CD Apr 95P
  10246. Dev.CD Apr 9V
  10247. 29901X
  10248. Apr 95
  10249. opengl
  10250. drawsprocket
  10251. multiple
  10252. monitor
  10253. renderer
  10254. opening
  10255. openstep
  10256. opentransport
  10257. opentransport
  10258. cache
  10259. display
  10260. opentransport
  10261. control
  10262. strip
  10263. module
  10264. opentransport
  10265. server
  10266. thread
  10267. manager
  10268. tcp/ip
  10269. iostreams
  10270. optimization
  10271. optimization
  10272. buffered
  10273. system
  10274. cache
  10275. cacheline
  10276. optimization
  10277. power
  10278. macintosh
  10279. powerpc
  10280. toolbox
  10281. easing
  10282. quickdraw
  10283. viewer
  10284. thompson
  10285. easy-to-use
  10286. easyplayrecord
  10287. eaxmple
  10288. edgar
  10289. edit-related
  10290. editable
  10291. editcdev
  10292. edited
  10293. editing
  10294. editors
  10295. edittext
  10296. edittextcdev
  10297. educational
  10298. effect
  10299. effective
  10300. effectively
  10301. effectiveness
  10302. effects
  10303. efficient
  10304. efficiently
  10305. effort
  10306. effortless
  10307. effortlessly
  10308. downfall
  10309. download
  10310. download
  10311. directory
  10312. listing
  10313. download
  10314. given
  10315. download/upload
  10316. download/upload
  10317. entire
  10318. directory
  10319. downloaded
  10320. downloading
  10321. downloads
  10322. dozen
  10323. dozens
  10324. draft
  10325. draftbits
  10326. drafting
  10327. drag-and-drop
  10328. dragable
  10329. dragged
  10330. dragging
  10331. draglib
  10332. draglow
  10333. dragwindow
  10334. dragwindowgrid
  10335. dramatic
  10336. dramatically
  10337. drawback
  10338. ) Allow the user to select a screen to use, build a DSp context and then a OpenGL context.  This second method is simpler but relies on user knowing which device is the best at 3D.
  10339.         
  10340. This sample illustrates the second method which makes it simpler and allows us to illustrate the DSp/OpenGL interface well.      
  10341. Note: You will have to replace the access paths for the GameSprcokets SDK and OpenGL SDK with valid ones for your local environment.
  10342. J'Sample Code.img
  10343. Windows Sample Code.imgK
  10344. Nov 99M)Mac OS 8.1+, OpenGL SDK, DrawSprocket SDKN0OpenGL, DrawSprocket, multiple monitor, rendererO
  10345. Dev.CD Feb 00 TC:Sample Code:P
  10346. Dev.CD Feb 00 TC
  10347.  - Sample Code    open item "Dev.CD Jan 96 SSW"
  10348.         activate
  10349.     end tell
  10350. on error errMsg number errNum
  10351.     --enter statements to perform when no records are found such as...
  10352.     display dialog "Sorry, the item you selected could not be found."
  10353.     return
  10354. end try
  10355. All Packages
  10356. 7.5.2 (7200/9500)V
  10357. 29907X
  10358.   tell application "Finder"
  10359.         open item "Dev.CD Nov 95 TC"
  10360.         activate
  10361.     end tell
  10362. on error errMsg number errNum
  10363.     --enter statements to perform when no records are found such as...
  10364.     display dialog "Sorry, the item you selected could not be found."
  10365.     return
  10366. end try
  10367. An example of OpenGL and DrawSprocket integration for full screen drawing, correctly handling multiple displays.  Also, this shows how to get the version of DrawSprocket in use for both DrawSprocket 1.1.4 and 1.7 and demonstrates multiple OpenGL pixel format examples.  Lastly, it integrates a simple OpenGL buffer swaps per second counter.
  10368.         
  10369. The optimal way to select a rendering context would be to check the available devices, find the best, then present the user with a selection dia
  10370. log only if there are more than one "best" device.  Currently, there is not a good mechanism to do this easily, so the two best other options are:
  10371. 1) Iterate through the available devices find the best renderer, build a DSp context on this, then build your OPenGL context.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  10372. wishes
  10373. wishing
  10374. withQ
  10375. W    display dialog "Sorry, the item you selected could not be found."
  10376.     return
  10377. end try
  10378. All Packages
  10379. 7.5.2 (7200/9500)V
  10380. 29912X
  10381. 32500X
  10382. Feb 00^
  10383. r--set theItem to choose file -- uncomment to test in an AS editor
  10384.     tell application "Finder"
  10385.         open item "Dev.CD Feb 00 TC:Sample Code:"
  10386.         activate
  10387.     end tell
  10388. on error errMsg number errNum
  10389.     --enter statements to perform when no records are found such as...
  10390.     display dialog "Sorry, the item you selected could not be found."
  10391.     return
  10392. end try
  10393. e    No Changef-OpenGL
  10394. DrawSprocket
  10395. multiple monitor
  10396. rendererq
  10397. Dev.CD Feb 00 TC
  10398. D!All Packages
  10399. Mac OS SDK Edition
  10400. OpenGL Install
  10401. oOpenGL for Macintosh enables your computer to display three-dimensional graphics using applications designed to take advantage of OpenGL.
  10402. What's New in OpenGL
  10403.  1.1.2:
  10404.  Internal texture format hint is now supported
  10405.  Better AGP texture management
  10406.  Added support for Velocity Engine
  10407.  Support for the EXT_texture_env_add extension
  10408.  Lots of performance optimizations
  10409. 32501X
  10410. 1e    No Change
  10411. callhyper
  10412. calling
  10413. calls
  10414. increase
  10415. increased
  10416. increases
  10417. increasing
  10418. incredibly
  10419. increment
  10420. incremental
  10421. independant
  10422. independently
  10423. index
  10424. index2color
  10425. indicated
  10426. indicates
  10427. indicator
  10428. indices
  10429. indispensable
  10430. individual
  10431. industry
  10432. industry-standard
  10433. industrywatch
  10434. inefficiency
  10435. inflict
  10436. infomation
  10437. informationW
  10438. informational
  10439. infrared
  10440. inheritance
  10441. implementations
  10442. implemented
  10443. implementing
  10444. implements
  10445. implications
  10446. implimentation
  10447. implimenting
  10448. implmenetation
  10449. implmentations
  10450. import
  10451. import/export/reloca
  10452. improve
  10453. improved
  10454. improvement
  10455. improvements
  10456. improves
  10457. improving
  10458. otherwise
  10459. othmer
  10460. otioctl
  10461. otlifo
  10462. otpingsample
  10463. otrcv
  10464. otserverlimits
  10465. otstreamlogviewer
  10466. otstreamlogviewer
  10467. sample
  10468. developer
  10469. ottraceroutesample
  10470. ottransferproviderow
  10471. ought
  10472. oughta
  10473. ouput
  10474. outline
  10475. outlined
  10476. outlines
  10477. outlining
  10478. outlook
  10479. outperform
  10480. output
  10481. outputs
  10482. outside
  10483. outstanding
  10484. ovals
  10485. overW
  10486. truetype
  10487. truffles
  10488. truncate
  10489. truth
  10490. trying
  10491. tsmte
  10492. ttextgridview
  10493. ttextlistview
  10494. tubetest
  10495. tuneplayer
  10496. tuning
  10497. tunnel
  10498. tupledumper
  10499. tuples
  10500. turbo
  10501. turkish
  10502. turnedQ
  10503. turning
  10504. turns
  10505. turtle
  10506. tutorial
  10507. tween
  10508. twice
  10509. twiddle
  10510. twisted
  10511. twists
  10512. All Packages
  10513. 7.5.2 (7200/9500)O
  10514. Dev.CD Oct 95 SSWP
  10515. Dev.CD Oct 95 SSV
  10516. 29921X
  10517. Oct 95
  10518. PBDev.CD Feb 00 TC
  10519.  - Tool Chest
  10520.  - Hardware
  10521.  - OpenFWBridgeFixJul97Oct 95 SSV
  10522. 29922X
  10523. Oct 95
  10524. f--set theItem to choose file -- uncomment to test in an AS editor
  10525.     tell application "Finder"
  10526.         open item "Dev.CD Oct 95 SSW"
  10527.         activate
  10528.     end tell
  10529. on error errMsg number errNum
  10530.     --enter statements to perform when no records are found such as...
  10531.     display dialog "Sorry, the item you selected could not be found."
  10532.     return
  10533. end try
  10534. All Packages
  10535. 7.5.2 (7200/9500)O
  10536. Dev.CD Oct 95 SSWP
  10537. Dev.CD Oct 95 SSV
  10538. 29923X
  10539. Oct 95
  10540. f--set theItem to choose file -- uncomment to test in an AS editor
  10541.     tell application "Finder"
  10542.         open item "Dev.CD Oct 95 SSW"
  10543.         activate
  10544.     end tell
  10545. on error errMsg number errNum
  10546.     --enter statements to perform when no records are found such as...
  10547.     display dialog "Sorry, the item you selected could not be found."
  10548.     return
  10549. end try
  10550. All Packages
  10551. 7.5.2 (7200/9500)V
  10552. 29924X
  10553. pluses
  10554. pmforecolor
  10555. point
  10556. point-to-point
  10557. pointer
  10558. pointers
  10559. pointing
  10560. points
  10561. polaschek
  10562. polish
  10563. polyhedral
  10564. polymorphic
  10565. polymorphism
  10566. pop-up
  10567. popmenus
  10568. popular
  10569. populate
  10570. mpt; to set OF NVRAM variables, type "setenv name value".
  10571. For more information about OF, see either the IEEE 1275 specification or alternatively see www.firmworks.com for documentation; the latter does not constitute an endorsement by Apple Computer, Inc.
  10572. This patch will be included in future Apple MacOS releases; however,  it will not be applied if OF NVRAM has already been modified (the patch will only be applied if factory-fresh settings are in effect on boot), and, of course, only onH
  10573.  the Tanzania-family machines listed above.
  10574. Tanzania, Zanzibar, Motorola StarMax, PowerMac 4400.
  10575. Any MacOS prior to 8.2.
  10576. Hanging on boot (black screen) is possible with the above configuration.
  10577. JDBugDetails
  10578. Buildscript
  10579. Extension.a
  10580. Extension.r
  10581. OpenFWBridgeFixJuly97K
  10582. Feb 98M)Any PCI card containing a PCI-PCI bridge.N`Tanzania, Zanzibar, StarMax, 4400, Hang, Boot, Open Firmware, PCI, Bridge, PCI-PCI Bridge, RiserO:Dev.CD Feb 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97:ct 95
  10583. 33304X
  10584. Nov 99^
  10585. --set theItem to choose file -- uncomment to test in an AS editor
  10586.     tell application "Finder"
  10587.         open item "Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:"
  10588.         activate
  10589.     end tell
  10590. on error errMsg number errNum
  10591.     --enter statements to perform when no records are found such as...
  10592.     display dialog "Sorry, the item you selected could not be found."
  10593.     return
  10594. end try
  10595. Deletedf$utility
  10596. heap zones
  10597. handles
  10598. resourcesq
  10599. Dev.CD Nov 99 TC
  10600. D!All Packages
  10601. Mac OS SDK Edition
  10602. Zoomed Video Driver v1.0 SDK
  10603.  list of devices in the system, possibly by executing code on PCI cards.  The bug is related to OF knowing what Forth code to execute for what PCI device or a card or motherboard.
  10604. The patch works by modifying the way the OF kernel services "byte-load-file" and "byte-load-file?" work.  These services "load" into active OF RAM pieces of OF code from a dormant store of tagged Forth code pieces, such as drivers and other code.
  10605. The problem was that incorrect OF code was being matched up with 
  10606. certain PCI cards that contained PCI-PCI bridges.
  10607. All PCI devices are identified by hardware (vendor ID, class code) registers.  Apple's OF implementation has a number of OF drivers and other code that are designed to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  10608. mentioned above perform the matching task.
  10609. Old versions of "byte-load-file" had behavior such that if its caller asked for a vendor ID of -1 then it would for the first matching class code while ignoring the vendor ID; this was intended as a generic wildcard search.
  10610. However; this was misguided because OF drivers intended to be generic or loaded always are already tagged with a vendor ID of -1.  The bug behavior was that when any card with a PCI bridge chip was installed it would be wrong
  10611. ly associated with the 3/5-slot Riser Card.  Code intended for the Riser Card would run on the card-with-bridge-chip's address, causing a hang.
  10612. So the patch, as well as later versions of OF, make "byte-load-file" always do full exact matches--any genericness is supported by tagging such OF drivers with a vendor ID of -1.
  10613. If you wish to experiment with OF, hold down cmd-opt-O-F on boot with a 38400/8/N/1 terminal at the Modem port.  To see OF NVRAM variables, type "printenv" at the OF pro
  10614. This Extension patches Open Firmware (OF) on certain Macintoshes to fix an OF bug.
  10615. On the family of machines named Tanzania, Zanzibar, Motorola StarMax, and PowerMac 4400, plugging in certain PCI cards containing PCI-PCI bridges will cause a hang upon power on before gray screen.
  10616. This Extension works by checking if it is running on one of the above machines, and if so, it unconditionally patches OF by replacing the entire OF part of Non-Volatile-RAM (NVRAM; also called PRAM or Parameter 
  10617. RAM) with an image contained in the Extension.
  10618. You can see if the Extension is taking effect by seeing if its icon appears in the Extension icon parade that shows up during boot.
  10619. This OF NVRAM image that is written is that of factory-default OF settings except with "use-nvramrc?" set to "true" and "nvramrc" set to Forth text.
  10620. The Forth text in "nvramrc" is executed by OF after its initialization but before the Device Tree probing process.
  10621. In the Device Tree probing process, OF builds a
  10622. install
  10623. install
  10624. english
  10625. install
  10626. francais
  10627. install
  10628. install
  10629. install
  10630. install
  10631. install
  10632. install
  10633. 7.5.2 (7200/9500)V
  10634. 29934X
  10635. 32499X
  10636. Feb 00^
  10637. --set theItem to choose file -- uncomment to test in an AS editor
  10638.     tell application "Finder"
  10639.         open item "Dev.CD Feb 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97:"
  10640.         activate
  10641.     end tell
  10642. on error errMsg number errNum
  10643.     --enter statements to perform when no records are found such as...
  10644.     display dialog "Sorry, the item you selected could not be found."
  10645.     return
  10646. end try
  10647. e    No ChangefVTanzania
  10648. Zanzibar
  10649. StarMax
  10650. Open Firmware
  10651. Bridge
  10652. PCI-PCI Bridge
  10653. Riserq
  10654. Dev.CD Feb 00 TC
  10655. D!All Packages
  10656. Tool Chest Edition
  10657. OpenGL DrawSprocket
  10658. J)Development:
  10659. Japanese:
  10660. Recipes:
  10661. Apr 96L
  10662. Jan 97OCDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:PHDev.CD Jan 97 SDK2
  10663.  - Development Kits (Disc 2)
  10664.  - OpenDoc InternationalV
  10665. 32498X
  10666. Jan 97^
  10667. --set theItem to choose file -- uncomment to test in an AS editor
  10668.     tell application "Finder"
  10669.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:"
  10670.         activate
  10671.     end tell
  10672. on error errMsg number errNum
  10673.     --enter statements to perform when no records are found such as...
  10674.     display dialog "Sorry, the item you selected could not be found."
  10675.     return
  10676. end try
  10677. Deletedq
  10678. Dev.CD Jan 97 SDK2
  10679. D!All Packages
  10680. Tool Chest Edition
  10681. OpenFWBridgeFixJul97
  10682.     tatements to perform when no records are found such as...
  10683.     display dialog "Sorry, the item you selected could not be found."
  10684.     return
  10685. end try
  10686. All Packages
  10687. 7.5.2 (7200/9500)O
  10688. Dev.CD Apr 96 SSWP
  10689. Dev.CD Apr 96 SSV
  10690. 29936X
  10691. Apr 96
  10692. 33271X
  10693. Feb 00^
  10694. --set theItem to choose file -- uncomment to test in an AS editor
  10695.     tell application "Finder"
  10696.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:VersionEdit 1.1:"
  10697.         activate
  10698.     end tell
  10699. on error errMsg number errNum
  10700.     --enter statements to perform when no records are found such as...
  10701.     display dialog "Sorry, the item you selected could not be found."
  10702.     return
  10703. end try
  10704. e    No Changeq
  10705. Dev.CD Feb 00 TC
  10706. D!All Packages
  10707. Tool Chest Edition
  10708. Virtual Sphere 1.0.1
  10709. /Summary: This package contains an application that demonstrates five "virtual controllers" for use in rotating three-dimensional 3D objects with the mouse, and an application to compare the controllers in an experiment. 
  10710. Features: Source code for implementing the Virtual Sphere controller is provided.
  10711. 33272X
  10712. 1e    No Change
  10713. a-law
  10714. usage
  10715. use-nvramrc
  10716. usedQ
  10717. training
  10718. using
  10719. verilog
  10720. release
  10721. notes
  10722. release
  10723. notes
  10724. 8/31/93
  10725. relstring
  10726. remote
  10727. remote
  10728. control
  10729. remote
  10730. control
  10731. remote
  10732. control
  10733. removefile
  10734. removefile
  10735. removefolder
  10736. removefolder
  10737. ords are found such as...
  10738.     display dialog "Sorry, the item you selected could not be found."
  10739.     return
  10740. end try
  10741.  we think, less confusing to simply call it ODF 3.
  10742. This release supports the following development environments for PowerPC: 
  10743.    - Metrowerks CodeWarrior 10
  10744.    - MrC for MPW
  10745. This release supports the  following build environments  for 68K:
  10746.    - Symantec C++ for MPW
  10747.    - CodeWarrior 10 for 68K
  10748. Please refer to the "Getting Started" folder for specific instructions on configuring your compiler for use with ODF.
  10749. Developer University:
  10750. Documentation:
  10751. Getting Started:
  10752. Important Information
  10753. Localization Tools:
  10754. ODF Sample Parts:
  10755. ODF-Interest Archive:
  10756. ODFDev:
  10757. ODFLibrary 1.2:
  10758. PartMaker:
  10759. Release Notes:
  10760. Tools & Goodies:
  10761. Updates & Patches:K
  10762. Apr 96L
  10763. Feb 97OKDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:PPDev.CD Jan 97 SDK2
  10764.  - Development Kits (Disc 2)
  10765.  - OpenDoc Development Frameworke item you selected could not be found."
  10766.     return
  10767. end try
  10768. All Packages
  10769. 7.5.2 (7500/8500)O
  10770. Dev.CD Jan 96 SSWP
  10771. Dev.CD Jan 96 SSV
  10772. 29941X
  10773. Jan 96
  10774. 32497X
  10775. Jan 97^
  10776. --set theItem to choose file -- uncomment to test in an AS editor
  10777.     tell application "Finder"
  10778.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:"
  10779.         activate
  10780.     end tell
  10781. on error errMsg number errNum
  10782.     --enter statements to perform when no records are found such as...
  10783.     display dialog "Sorry, the item you selected could not be found."
  10784.     return
  10785. end try
  10786. Deletedq
  10787. Dev.CD Jan 97 SDK2
  10788. D!All Packages
  10789. Mac OS SDK Edition
  10790. OpenDoc International
  10791. Summary:  OpenDoc J-1.1 GM is a localized version of OpenDoc for Japan. This version supports Japanese system software version 7.5.3 or later. 
  10792. Included in the OpenDoc International folder are Recipes and Development folders along with the OpenDoc J-1.1 installer. These items supplement the OpenDoc SDK and help developers understand how to use TSM and TSMTE in programming OpenDoc parts.
  10793. 32498X
  10794. Deleted
  10795. /8500)V
  10796. 29944X
  10797. Summary: The OpenDoc Development Framework, or ODF, is an object-oriented framework developed in C++ which is targeted for building cross-platform OpenDoc component editors. Like MacApp, Apple's framework for building standalone Macintosh applications, ODF makes the process of building an OpenDoc component editor easier by implementing much of a component editor's default behavior.
  10798. OpenDoc Development Framework (ODF) Release 3 is mainly a maintenance release. ODF 3 is not cross-platform, 
  10799. it is still Mac-only. When we shipped ODF 2 in September, we scheduled ODF 3 for a January/February time frame. But the number of patches and the improvements we made in recent months made us decide to release an earlier version without waiting for the cross-platform support. It is, we think, important to provide you with a reference release containing all the changes you have seen us posting on the ODF-Interest list and the Web. We could have called it ODF 2.5 or ODF 2 Update 1 but it is,
  10800. customer
  10801. million
  10802. windo
  10803.     tell application "Finder"
  10804.         open item "Dev.CD Jan 96 SSW"
  10805.         activate
  10806.     end tell
  10807. on error errMsg number errNum
  10808.     --enter statements to perform when no records are found such as...
  10809.     display dialog "Sorry, the item you selected could not be found."
  10810.     return
  10811. end try
  10812. All Packages
  10813. 7.5.2 (7500/8500)O
  10814. Dev.CD Jan 96 SSWP
  10815. Dev.CD Jan 96 SSV
  10816. 29946X
  10817. Jan 96
  10818. Summary:  OpenDoc is an open industry standard architecture for building reusable, distributed, cross-platform software.  
  10819. OpenDoc is both a specification and a set of technologies used to build components.  Developers who build their applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  10820. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enablB
  10821. es our software developers to build more powerful, higher-quality software in less time than it took to develop traditional monolithic applications.
  10822. Contains OpenDoc
  10823.  1.1, documentation, and development essentials.
  10824. Cyberdog 1.1:
  10825. Developer Documentation:
  10826. Installing OpenDoc
  10827. Introduction to Component SW:
  10828. Licensing:
  10829. OpenDoc Development:
  10830. OpenDoc Development Framework
  10831. OpenDoc DR6 ReadMe
  10832. OpenDoc
  10833.  Source CodeK
  10834. Apr 96L
  10835. Jan 97O5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:
  10836. Any Macintosh with 68030 or greater, or Power Macintosh.
  10837. Suggested 8MB RAM or more.
  10838.  OS Version 7.1.1 or later for 68K Macintosh
  10839. Mac OS Version 7.1.2 or later for Power MacintoshNVOpenDoc, Component Software, Compound Document Architecture, Objects, SOM, DSOM, CORBAO5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:P:Dev.CD Jan 97 SDK2
  10840.  - Development Kits (Disc 2)
  10841.  - OpenDoc
  10842. 32496X
  10843. Jan 97^
  10844. --set theItem to choose file -- uncomment to test in an AS editor
  10845.     tell application "Finder"
  10846.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:"
  10847.         activate
  10848.     end tell
  10849. on error errMsg number errNum
  10850.     --enter statements to perform when no records are found such as...
  10851.     display dialog "Sorry, the item you selected could not be found."
  10852.     return
  10853. end try
  10854. DeletedfPOpenDoc
  10855. Component Software
  10856. Compound Document Architecture
  10857. Objects
  10858. CORBAq
  10859. Dev.CD Jan 97 SDK2
  10860. D!All Packages
  10861. Mac OS SDK Edition
  10862. F(OpenDoc Development Framework, Release 3
  10863.         open item "Dev.CD Jan 96 SSW"
  10864.         activate
  10865.     end tell
  10866. on error errMsg number errNum
  10867.     --enter statements to perform when no records are found such as...
  10868.     display dialog "Sorry, the item you selected could not be found."
  10869.     return
  10870. end try
  10871. All Packages
  10872. 7.5.2 (7500/8500)O
  10873. Dev.CD Jan 96 SSWP
  10874. Dev.CD Jan 96 SSV
  10875. 29951X
  10876. Jan 96
  10877. VersionEdit 1.1
  10878. Summary:  VersionEdit is a software development tool which automatically creates and updates product version information throughout the life of a software product.
  10879. As an alternative to using ResEdit or Rez, VersionEdit can be used to create and intelligently increment 'vers' type resources that adhere to Apple's version guidelines. VersionEdit also allows developers to encapsulate additional information about the product and their company within the application, making it available for us
  10880. 7.5.3
  10881. 7.5.3
  10882. PJDev.CD Jul 99 SDK1
  10883.  - Development Kits
  10884.  - Mac OS
  10885.  - Open Transport/PPP SDKV
  10886. 32495X
  10887. Jul 99^
  10888. --set theItem to choose file -- uncomment to test in an AS editor
  10889.     tell application "Finder"
  10890.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:"
  10891.         activate
  10892.     end tell
  10893. on error errMsg number errNum
  10894.     --enter statements to perform when no records are found such as...
  10895.     display dialog "Sorry, the item you selected could not be found."
  10896.     return
  10897. end try
  10898. Deletedf
  10899. OT/PPP SDKq
  10900. Dev.CD Jul 99 SDK1
  10901. D!All Packages
  10902. Mac OS SDK Edition
  10903. OpenDoc
  10904.     to test in an AS editor
  10905.     tell application "Finder"
  10906.         open item "Dev.CD Jan 96 SDK2"
  10907.         activate
  10908.     end tell
  10909. on error errMsg number errNum
  10910.     --enter statements to perform when no records are found such as...
  10911.     display dialog "Sorry, the item you selected could not be found."
  10912.     return
  10913. end try
  10914. All Packages
  10915. 7.5.2 (7500/8500)V
  10916. 29954X
  10917. otarpmodule
  10918. otarpmodule
  10919. other
  10920. output
  10921. overview
  10922. overview
  10923. appletalk
  10924. overview
  10925. appletalk
  10926. overview
  10927. development
  10928. overview
  10929. development
  10930. packagetool
  10931. packagetool
  10932. packagetool
  10933. packagetool
  10934. packagetool
  10935. packageutils
  10936. packageutils
  10937. packageutils
  10938. packagewindow
  10939. packagewindow
  10940. packagewindow
  10941. pages
  10942. client
  10943. interface
  10944. client
  10945. first
  10946. paper
  10947. papworkstation
  10948. papworkstation
  10949. parameters
  10950. parameters
  10951. parser
  10952. links
  10953. links
  10954. links
  10955. partmaker
  10956. partmaker
  10957. partmaker
  10958. readme
  10959. parts
  10960. pascal
  10961. pascal
  10962. sample
  10963. pasmatit
  10964. image
  10965. contains
  10966. debug
  10967. version
  10968. 2.5.2
  10969. which
  10970. image
  10971. contains
  10972. golden
  10973. master
  10974. pre-release
  10975. versi
  10976. document
  10977. lists
  10978. selectors
  10979. known
  10980. creator
  10981. document
  10982. provides
  10983. preliminary
  10984. information
  10985. about
  10986. example
  10987. simpletext
  10988. 1.4d16
  10989. sample
  10990. extension
  10991. patches
  10992. firmware
  10993. certain
  10994. macintosh
  10995. folder
  10996. includes
  10997. l Packages
  10998. 7.5.2 (7500/8500)O
  10999. Dev.CD Oct 95 SSWP
  11000. Dev.CD Oct 95 SSV
  11001. 29955X
  11002. Oct 95
  11003. f--set theItem to choose file -- uncomment to test in an AS editor
  11004.     tell application "Finder"
  11005.         open item "Dev.CD Oct 95 SSW"
  11006.         activate
  11007.     end tell
  11008. on error errMsg number errNum
  11009.     --enter statements to perform when no records are found such as...
  11010.     display dialog "Sorry, the item you selected could not be found."
  11011.     return
  11012. end try
  11013. All Packages
  11014. 7.5.2 (7500/8500)O
  11015. Dev.CD Oct 95 SSWP
  11016. Dev.CD Oct 95 SSV
  11017. 29956X
  11018. Oct 95
  11019. This package includes both the Open Transport v1.3 Debug Installer and the Open Transport v1.3 SDK
  11020. Updated version of Open Transport which includes numerous bug fixes.  Some of the new features in OT 1.3 are support for CFM-68K in the client Open Transport API, and Single Link Multihoming support.
  11021. To use Open Transport 1.3 Debug version, System Software 8.1 is required.  To work with the SDK, the sample code was built using MetroWerks CW 11 and MPW from ETO 22.
  11022. J'Open Transport Debug
  11023. Open Transport SDKK
  11024. Jun 95L
  11025. Jun 98N-Open Transport, Networking, AppleTalk, TCP/IPO>Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:PFDev.CD Jan 00 SDK1
  11026.  - Development Kits
  11027.  - Mac OS
  11028.  - Open Transport 1.3te
  11029.     end tell
  11030. on error errMsg number errNum
  11031.     --enter statements to perform when no records are found such as...
  11032.     display dialog "Sorry, the item you selected could not be found."
  11033.     return
  11034. end try
  11035. All Packages
  11036. 7.5.2 (7500/8500)V
  11037. 29959X
  11038. P^Dev.CD Jan 00 SDK1
  11039.  - Development Kits
  11040.  - Mac OS
  11041.  - Open Transport 1.3
  11042.  - Open Transport DebugV
  11043. 32494X
  11044. Jan 00^
  11045. --set theItem to choose file -- uncomment to test in an AS editor
  11046.     tell application "Finder"
  11047.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:"
  11048.         activate
  11049.     end tell
  11050. on error errMsg number errNum
  11051.     --enter statements to perform when no records are found such as...
  11052.     display dialog "Sorry, the item you selected could not be found."
  11053.     return
  11054. end try
  11055. e    No Changef
  11056. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  11057. Dev.CD Jan 00 SDK1
  11058. D!All Packages
  11059. Mac OS SDK Edition
  11060. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  11061. OpenTptPPP.h
  11062. OT/PPP Client Dev Note 1.0K
  11063. Apr 98M
  11064. Open TransportN
  11065. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:d
  11066. 32493X
  11067. Jan 00^
  11068. --set theItem to choose file -- uncomment to test in an AS editor
  11069.     tell application "Finder"
  11070.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:"
  11071.         activate
  11072.     end tell
  11073. on error errMsg number errNum
  11074.     --enter statements to perform when no records are found such as...
  11075.     display dialog "Sorry, the item you selected could not be found."
  11076.     return
  11077. end try
  11078. e    No Changef*Open Transport
  11079. Networking
  11080. AppleTalk
  11081. TCP/IPq
  11082. Dev.CD Jan 00 SDK1
  11083. D!All Packages
  11084. Mac OS SDK Edition
  11085. Open Transport DebugI~This disk image contains a debug version of OT 2.5.2, which is useful for developers of Open Transport client and kernel code.J
  11086. Open Transport Debug.imgK
  11087. Jan 00M
  11088. Mac OS 9.0N
  11089. Open Transport debugOSDev.CD Jan 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:ngeoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/
  11090. Dev.CD Oct 95 SSWP
  11091. Dev.CD Oct 95 SSV
  11092. 29961X
  11093. Oct 95
  11094. cancelwindowcheckout
  11095. .2 (7500/8500)O
  11096. Dev.CD Oct 95 SSWP
  11097. Dev.CD Oct 95 SSV
  11098. 29962X
  11099. Oct 95
  11100. f--set theItem to choose file -- uncomment to test in an AS editor
  11101.     tell application "Finder"
  11102.         open item "Dev.CD Oct 95 SSW"
  11103.         activate
  11104.     end tell
  11105. on error errMsg number errNum
  11106.     --enter statements to perform when no records are found such as...
  11107.     display dialog "Sorry, the item you selected could not be found."
  11108.     return
  11109. end try
  11110. All Packages
  11111. 7.5.2 (7500/8500)O
  11112. Dev.CD Apr 96 SSWP
  11113. Dev.CD Apr 96 SSV
  11114. 29963X
  11115. Apr 96
  11116. f--set theItem to choose file -- uncomment to test in an AS editor
  11117.     tell application "Finder"
  11118.         open item "Dev.CD Apr 96 SSW"
  11119.         activate
  11120.     end tell
  11121. on error errMsg number errNum
  11122.     --enter statements to perform when no records are found such as...
  11123.     display dialog "Sorry, the item you selected could not be found."
  11124.     return
  11125. end try
  11126. All Packages
  11127. 7.5.2 (7500/8500)V
  11128. 29964X
  11129. All Packages
  11130. Open TransportO
  11131. Dev.CD Jun 97 SSWP
  11132. Dev.CD Jun 97 SSV
  11133. 32491X
  11134. Jun 97
  11135. f--set theItem to choose file -- uncomment to test in an AS editor
  11136.     tell application "Finder"
  11137.         open item "Dev.CD Jun 97 SSW"
  11138.         activate
  11139.     end tell
  11140. on error errMsg number errNum
  11141.     --enter statements to perform when no records are found such as...
  11142.     display dialog "Sorry, the item you selected could not be found."
  11143.     return
  11144. end try
  11145. All Packages
  11146. Open TransportO
  11147. Dev.CD Jun 97 SSWP
  11148. Dev.CD Jun 97 SSV
  11149. 32492X
  11150. Jun 97
  11151. f--set theItem to choose file -- uncomment to test in an AS editor
  11152.     tell application "Finder"
  11153.         open item "Dev.CD Jun 97 SSW"
  11154.         activate
  11155.     end tell
  11156. on error errMsg number errNum
  11157.     --enter statements to perform when no records are found such as...
  11158.     display dialog "Sorry, the item you selected could not be found."
  11159.     return
  11160. end try
  11161. D!All Packages
  11162. Mac OS SDK Edition
  11163. Open Transport 1.3
  11164. r--set theItem to choose file -- uncomment to test in an AS editor
  11165.     tell application "Finder"
  11166.         open item "Dev.CD Feb 00 TC:Sample Code:"
  11167.         activate
  11168.     end tell
  11169. on error errMsg number errNum
  11170.     --enter statements to perform when no records are found such as...
  11171.     display dialog "Sorry, the item you selected could not be found."
  11172.     return
  11173. end try
  11174.  not be found."
  11175.     return
  11176. end try
  11177. All Packages
  11178. 7.5.2 (7500/8500)O
  11179. Dev.CD Apr 96 SSWP
  11180. Dev.CD Apr 96 SSV
  11181. 29965X
  11182. Apr 96
  11183. f--set theItem to choose file -- uncomment to test in an AS editor
  11184.     tell application "Finder"
  11185.         open item "Dev.CD Apr 96 SSW"
  11186.         activate
  11187.     end tell
  11188. on error errMsg number errNum
  11189.     --enter statements to perform when no records are found such as...
  11190.     display dialog "Sorry, the item you selected could not be found."
  11191.     return
  11192. end try
  11193. All Packages
  11194. 7.5.2 (7500/8500)O
  11195. Dev.CD Apr 96 SSWP
  11196. Dev.CD Apr 96 SSV
  11197. 29966X
  11198. Apr 96
  11199. e    No Changef
  11200. appearance
  11201. gworld
  11202. off-screenq
  11203. Dev.CD Feb 00 TC
  11204. All Packages
  11205. Open TransportO
  11206. Dev.CD Jun 97 SSWP
  11207. Dev.CD Jun 97 SSV
  11208. 32489X
  11209. Jun 97
  11210. f--set theItem to choose file -- uncomment to test in an AS editor
  11211.     tell application "Finder"
  11212.         open item "Dev.CD Jun 97 SSW"
  11213.         activate
  11214.     end tell
  11215. on error errMsg number errNum
  11216.     --enter statements to perform when no records are found such as...
  11217.     display dialog "Sorry, the item you selected could not be found."
  11218.     return
  11219. end try
  11220. All Packages
  11221. Open TransportO
  11222. Dev.CD Jun 97 SSWP
  11223. Dev.CD Jun 97 SSV
  11224. 32490X
  11225. Jun 97
  11226. f--set theItem to choose file -- uncomment to test in an AS editor
  11227.     tell application "Finder"
  11228.         open item "Dev.CD Jun 97 SSW"
  11229.         activate
  11230.     end tell
  11231. on error errMsg number errNum
  11232.     --enter statements to perform when no records are found such as...
  11233.     display dialog "Sorry, the item you selected could not be found."
  11234.     return
  11235. end try
  11236.     C0].
  11237. OSL, Object Support Library, AppleScript, AE
  11238. ObjectSupportLib
  11239. Read MeK
  11240. Jan 97OdDev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:PoDev.CD Jan 97 SDK1
  11241.  - Development Kits (Disc 1)
  11242.  - Interfaces&Libraries
  11243.  - RuntimeLibraries
  11244.  - ObjectSupportLibare found such as...
  11245.     display dialog "Sorry, the item you selected could not be found."
  11246.     return
  11247. end try
  11248. All Packages
  11249. 7.5.2 (7500/8500)O
  11250. Dev.CD Apr 96 SSWP
  11251. Dev.CD Apr 96 SSV
  11252. 29970X
  11253. Apr 96
  11254. f--set theItem to choose file -- uncomment to test in an AS editor
  11255.     tell application "Finder"
  11256.         open item "Dev.CD Apr 96 SSW"
  11257.         activate
  11258.     end tell
  11259. on error errMsg number errNum
  11260.     --enter statements to perform when no records are found such as...
  11261.     display dialog "Sorry, the item you selected could not be found."
  11262.     return
  11263. end try
  11264. All Packages
  11265. 7.5.2 (7500/8500)O
  11266. Dev.CD Apr 96 SSWP
  11267. Dev.CD Apr 96 SSV
  11268. 29971X
  11269. Apr 96
  11270. 32487X
  11271. Jan 97^
  11272. --set theItem to choose file -- uncomment to test in an AS editor
  11273.     tell application "Finder"
  11274.         open item "Dev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:"
  11275.         activate
  11276.     end tell
  11277. on error errMsg number errNum
  11278.     --enter statements to perform when no records are found such as...
  11279.     display dialog "Sorry, the item you selected could not be found."
  11280.     return
  11281. end try
  11282. Deletedq
  11283. Dev.CD Jan 97 SDK1
  11284. D!All Packages
  11285. Tool Chest Edition
  11286. OffScreenControlUpdateI
  11287. A simple code sample which demonstrates how to draw controls into an off-screen GWorld so you can draw them back to the screen without flicker. 
  11288. Works under Appearance.J'Sample Code.img
  11289. Windows Sample Code.imgK
  11290. Aug 97N
  11291. appearance, gworld, off-screenO
  11292. Dev.CD Feb 00 TC:Sample Code:P
  11293. Dev.CD Feb 00 TC
  11294.  - Sample CodeV
  11295. 32488X
  11296. Feb 00^
  11297. # return
  11298. end try
  11299. All Packages
  11300. 7.5.2 (9500)O
  11301. Dev.CD Jan 96 SSWV
  11302. 29974X
  11303. This version of the Object Support Library (1.1.4) replaces previous versions.  It is installed into the Extensions folder by dropping the icon onto the closed System folder of your boot disk.
  11304. Use of the Object Support Library is described in Chapter 6 of Inside Macintosh: Interapplication Communication.
  11305. This version of the Object Support Library (1.1.4) fixes bugs in the previous (1.1.2) release.  [Note: version number 1.1.3 was used internally for testing and never released].
  11306. Bugs fix
  11307. - Missing Gestalt selector was causing some Apps not to work with AppleScript (note: checking the Gestalt selector is NOT the recommended method of checking for OSL existence!)
  11308. - CompareProc bug where a handle's memory moved, orphaning pointers.
  11309. Any Macintosh computer capable of running CFM (Code Fragment Manager) libraries.
  11310. There appears to be a memory leak in some cases when resolving boolean "whose clauses".  [This was reported against a prior version but not fixed in this release
  11311. IrSummary: This document contains some helpful tips on converting MacApp 2.0 applications from Object Pascal to C++.J
  11312. Object Pascal to C++ TipsK
  11313. Vol IIIL
  11314. Vol VIIM`Microsoft Word 3.0 word processor, or any compatible word processor, such as Claris MacWrite II.ORDev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ TipsP]Dev.CD Feb 00 TC
  11315.  - Tool Chest
  11316.  - Development Kits
  11317.  - C++ Related
  11318.  - Object Pascal to C++ TipV
  11319. 32486X
  11320. Feb 00^
  11321. --set theItem to choose file -- uncomment to test in an AS editor
  11322.     tell application "Finder"
  11323.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ Tips"
  11324.         activate
  11325.     end tell
  11326. on error errMsg number errNum
  11327.     --enter statements to perform when no records are found such as...
  11328.     display dialog "Sorry, the item you selected could not be found."
  11329.     return
  11330. end try
  11331. e    No Changeq
  11332. Dev.CD Feb 00 TC
  11333. D!All Packages
  11334. Mac OS SDK Edition
  11335. ObjectSupportLib 1.1.4
  11336. reconfiguration
  11337. record
  11338. recordable
  11339. redbook
  11340. redbook
  11341. audio
  11342. redistribution
  11343. redistribution
  11344. reference
  11345. reference
  11346. counting
  11347. reference
  11348. counts
  11349. referential
  11350. referential
  11351. integrity
  11352. rules
  11353. reformatting
  11354. region
  11355. registration
  11356. registry
  11357. related
  11358. release
  11359. rename
  11360. renderer
  11361. rendering
  11362. replace
  11363. replacement
  11364. reports
  11365. resdistributor
  11366. resedit
  11367. resedit
  11368. 2.1.1
  11369. disassembly
  11370. disassembler
  11371. viewer
  11372. edito
  11373. resolution
  11374. resource
  11375. resource
  11376. management
  11377.     tell application "Finder"
  11378.         open item "Dev.CD Oct 95 SSW"
  11379.         activate
  11380.     end tell
  11381. on error errMsg number errNum
  11382.     --enter statements to perform when no records are found such as...
  11383.     display dialog "Sorry, the item you selected could not be found."
  11384.     return
  11385. end try
  11386. All Packages
  11387. 7.5.2 (9500)O
  11388. Dev.CD Oct 95 SSWV
  11389. 29979X
  11390. NuBusTester:  A library (with source) to detect early Macintosh II CPU ROMs that didn't handle declaration ROMs in 32-bit space correctly.  Jm-Read Me
  11391. -Read Me.txt
  11392. nbTestIntf.p
  11393. nbTestLib.o
  11394. nbTestLib.
  11395. NuBusTest
  11396. NuBusTest.make
  11397. NuBusTest.p
  11398. NuBusTest.p.oK
  11399. Oct 92OCDev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:PNDev.CD Feb 00 TC
  11400.  - Tool Chest
  11401.  - Devices
  11402.  - NuBus/Slot Manager
  11403.  - NuBusTesterV
  11404. 32485X
  11405. Feb 00^
  11406. --set theItem to choose file -- uncomment to test in an AS editor
  11407.     tell application "Finder"
  11408.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  11409.         activate
  11410.     end tell
  11411. on error errMsg number errNum
  11412.     --enter statements to perform when no records are found such as...
  11413.     display dialog "Sorry, the item you selected could not be found."
  11414.     return
  11415. end try
  11416. e    No Changeq
  11417. Dev.CD Feb 00 TC
  11418. D!All Packages
  11419. Tool Chest Edition
  11420. Object Pascal to C++ Tips
  11421. area@
  11422. as-is@
  11423. asked@
  11424. association@
  11425. attention@
  11426. available@
  11427. balloon@
  11428. basis@
  11429. beaker@
  11430. bechtel@
  11431. beginning@
  11432. beta@
  11433. blackketter@
  11434. bottleneck@
  11435. boxes@
  11436. bufcallback@
  11437. build@
  11438. building@
  11439. button@
  11440. block@
  11441. byte@
  11442. calibration@
  11443. callhyper@
  11444. calvacom@
  11445. cameras@
  11446. can't@
  11447. cancelwindowcheckout@
  11448. cannot@
  11449. sample
  11450. includes
  11451. source
  11452. libraries
  11453. which
  11454. provide
  11455. sample
  11456. basic
  11457. implementation
  11458. sprite
  11459. sample
  11460. demonstration
  11461. soundsprocket
  11462. sample
  11463. quick
  11464. demonstration
  11465. implement
  11466. sample
  11467. quick
  11468. demonstration
  11469. implement
  11470. sample
  11471. simple
  11472. server
  11473. demonstrat
  11474. sample
  11475. designed
  11476. simple
  11477. drawsprocket
  11478. contains
  11479. information
  11480. advantage
  11481. survival
  11482. guide
  11483. offers
  11484. overview
  11485. audio
  11486. produces
  11487. template
  11488. building
  11489. balloon
  11490. version
  11491. object
  11492. support
  11493. library
  11494. 1.1.4
  11495. replaces
  11496. simple
  11497. sample
  11498. dumps
  11499. version
  11500. thomas
  11501. thompson
  11502. those
  11503. though
  11504. JRNew NewGWorld Test.dbg
  11505. New NewGWorld.c
  11506. New NewGWorld.CW2
  11507. New NewGWorld.CW5
  11508. Read MeX
  11509. Apr 96
  11510. g--set theItem to choose file -- uncomment to test in an AS editor
  11511.     tell application "Finder"
  11512.         open item "Dev.CD Apr 96 SDK2"
  11513.         activate
  11514.     end tell
  11515. on error errMsg number errNum
  11516.     --enter statements to perform when no records are found such as...
  11517.     display dialog "Sorry, the item you selected could not be found."
  11518.     return
  11519. end try
  11520. All Packages
  11521. 7.5.2 (PB 5300/2300/190)O
  11522. Dev.CD Apr 96 SSWP
  11523. Dev.CD Apr 96 SSV
  11524. 29983X
  11525. Apr 96
  11526. f--set theItem to choose file -- uncomment to test in an AS editor
  11527.     tell application "Finder"
  11528.         open item "Dev.CD Apr 96 SSW"
  11529.         activate
  11530.     end tell
  11531. on error errMsg number errNum
  11532.     --enter statements to perform when no records are found such as...
  11533.     display dialog "Sorry, the item you selected could not be found."
  11534.     return
  11535. end try
  11536. All Packages
  11537. 7.5.2 (PB 5300/2300/190)V
  11538. 29984X
  11539. This sample demonstrates the use of no-copy receives under Open Transport.  The code from this sample is featured in the latest release (v1.3) of the book 
  11540. Inside Macintosh: Open Transport
  11541. .J'Sample Code.img
  11542. Windows Sample Code.imgK
  11543. Nov 97L
  11544. Sep 98M
  11545. Open Transport 1.1.1 or higherN8Open Transport, no-copy receives, OTBuffer, OTBufferInfoO
  11546. Dev.CD Feb 00 TC:Sample Code:P
  11547. Dev.CD Feb 00 TC
  11548.  - Sample CodeV
  11549. 32484X
  11550. Feb 00^
  11551. r--set theItem to choose file -- uncomment to test in an AS editor
  11552.     tell application "Finder"
  11553.         open item "Dev.CD Feb 00 TC:Sample Code:"
  11554.         activate
  11555.     end tell
  11556. on error errMsg number errNum
  11557.     --enter statements to perform when no records are found such as...
  11558.     display dialog "Sorry, the item you selected could not be found."
  11559.     return
  11560. end try
  11561. e    No Changef5Open Transport
  11562. no-copy receives
  11563. OTBuffer
  11564. OTBufferInfoq
  11565. Dev.CD Feb 00 TC
  11566. D!All Packages
  11567. Tool Chest Edition
  11568. NuBus Tester
  11569. IP is not supported).
  11570. VU3.0.1d3.smiK
  11571. Dec 97L
  11572. Feb 00MIVU External Tool communications require targets with System 7.0 or later.NEVU, Virtual User, VirtualUser, Testing, Automation, Automated TestingOEDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PMDev.CD Feb 00 TC
  11573.  - Tool Chest
  11574.  - Testing & Debugging
  11575.  - Virtual User 3.0.1d3W
  11576. 4400/200
  11577. 5.0.7
  11578. 5.3.2
  11579. 5300/2300/190
  11580. Virtual User is the primary tool used by Apple Computer to perform integration, compatibility, and user-perceived performance testing.  Virtual User 3.0.1d3 is compatible with System 6.0.5 through Mac OS 9.0.
  11581. Virtual User 3.0.1d3 is a pre-releases version that has some bug fixes for Systems 8.6 and 9.0, and some minor enhancements.  See the release notes for details.
  11582. Includes: Virtual User (FAT application, Sys 9.0 compatible);  Agent VU (enabling system extension); documents; examples.
  11583. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  11584. Target machines:  Mac SE or later, 4 MB memory or greater.  System 6.5 or later (System 7.0 or later preferred).  VU External Tools require System 7.0 or later.
  11585. Virtual User is a host-target based testing system.  At least 2 machines (1 host, many targets) are necessary to perform any testing with Virtual User, and all machines must be connected via an AppleTalk network (TCP/
  11586. Dec 99M&CW2 or later and Universal Headers 3.3N8AGP, VRAM, NewGWorld, useDistantHdwrMem, useLocalHdwrMemOIDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:New NewGWorld:PTDev.CD Mar 00 RL Disk 1
  11587.  - What's New
  11588.  - Sample Code
  11589.  - Graphics 2D
  11590.  - New NewGWorldV
  11591. 32482X
  11592. Mar 00^    RL Disk 1
  11593. --set theItem to choose file -- uncomment to test in an AS editor
  11594.     tell application "Finder"
  11595.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:New NewGWorld:"
  11596.         activate
  11597.     end tell
  11598. on error errMsg number errNum
  11599.     --enter statements to perform when no records are found such as...
  11600.     display dialog "Sorry, the item you selected could not be found."
  11601.     return
  11602. end try
  11603. er errNum
  11604.     --enter statements to perform when no records are found such as...
  11605.     display dialog "Sorry, the item you selected could not be found."
  11606.     return
  11607. end try
  11608. All Packages
  11609. 7.5.2 (PB 5300/2300/190)O
  11610. Dev.CD Apr 96 SSWP
  11611. Dev.CD Apr 96 SSV
  11612. 29986X
  11613. e    No Changef4AGP
  11614. NewGWorld
  11615. useDistantHdwrMem
  11616. useLocalHdwrMemq
  11617. Dev.CD Mar 00 RL Disk 1
  11618. D!All Packages
  11619. Tool Chest Edition
  11620. New OF TokenizerIPNew FCode tokenizer for PCI board FCode driver development.
  11621. Standalone version.J'Sample Code.img
  11622. Windows Sample Code.imgK
  11623. Mar 98MnPCI Macintosh only. The tokenizer is standalone, but the included makecreate script requires MPW 3.3 or later.N
  11624. tokenizer, fcodeO
  11625. Dev.CD Feb 00 TC:Sample Code:P
  11626. Dev.CD Feb 00 TC
  11627.  - Sample CodeV
  11628. 32483X
  11629. Feb 00^
  11630. r--set theItem to choose file -- uncomment to test in an AS editor
  11631.     tell application "Finder"
  11632.         open item "Dev.CD Feb 00 TC:Sample Code:"
  11633.         activate
  11634.     end tell
  11635. on error errMsg number errNum
  11636.     --enter statements to perform when no records are found such as...
  11637.     display dialog "Sorry, the item you selected could not be found."
  11638.     return
  11639. end try
  11640. e    No Changef
  11641. tokenizer
  11642. fcodeq
  11643. Dev.CD Feb 00 TC
  11644. D!All Packages
  11645. Tool Chest Edition
  11646. NoCopyReceives988X
  11647. D!All Packages
  11648. Mac OS SDK Edition
  11649. WebObjects Tools and Techniques
  11650. WebObjects Tools and Techniques by Theresa Ray of Tensor Information Systems, Inc.
  11651. Whether you are creating a new WebObjects application or maintaining an existing one, proficiency in using the ProjectBuilder, EOModeler and WebObjects Builder tools is essential. This survival guide enumerates tips and techniques which will allow you to enhance and tailor these tools to suit your programming needs and personal style.
  11652. audio
  11653. features
  11654. newgworld
  11655. tokenizer
  11656. newgworld
  11657. nocopyreceives
  11658. notes
  11659. nubus
  11660. nubus
  11661. tester
  11662. object
  11663. object
  11664. pascal
  11665. objective-c
  11666. objectsupportlib
  11667. objectsupportlib
  11668. 1.1.4
  11669. offscreencontrolupda
  11670. onescanner
  11671. transport
  11672. transport
  11673. transport
  11674. debug
  11675. transport/ppp
  11676. opendoc
  11677. opendoc
  11678. development
  11679. framework
  11680. release
  11681. opendoc
  11682. international
  11683. openfwbridgefixjul97
  11684. opengl
  11685. opengl
  11686. drawsprocket
  11687. opengl
  11688. install
  11689. opp's
  11690. optimization
  11691. optimization
  11692. demos
  11693. option
  11694. papserversample
  11695. server
  11696. sample
  11697. 1.0.1
  11698. ot/ppp
  11699. ot/ppp
  11700. control
  11701. strip
  11702. sample
  11703. otcoderesource
  11704. Jul 98M
  11705. Acrobat Reader 3.0N#audio, compression, playback, codecO/Dev.CD Jan 00 SDK1:Interactive Media Resources:P1Dev.CD Jan 00 SDK1
  11706.  - Interactive Media ResourcesS editor
  11707.     tell application "Finder"
  11708.         open item "Dev.CD Apr 96 SSW"
  11709.         activate
  11710.     end tell
  11711. on error errMsg number errNum
  11712.     --enter statements to perform when no records are found such as...
  11713.     display dialog "Sorry, the item you selected could not be found."
  11714.     return
  11715. end try
  11716. All Packages
  11717. 7.5.2 (PB 5300/2300/190)O
  11718. Dev.CD Apr 96 SSWP
  11719. Dev.CD Apr 96 SSV
  11720. 29992X
  11721. Apr 96
  11722. f--set theItem to choose file -- uncomment to test in an AS editor
  11723.     tell application "Finder"
  11724.         open item "Dev.CD Apr 96 SSW"
  11725.         activate
  11726.     end tell
  11727. on error errMsg number errNum
  11728.     --enter statements to perform when no records are found such as...
  11729.     display dialog "Sorry, the item you selected could not be found."
  11730.     return
  11731. end try
  11732. All Packages
  11733. 29993X
  11734. kObjectiveCtoJava
  11735. Push Tech Survival Gd.pdf
  11736. QT3-More Than Dig. Video.pdf
  11737. Simplified Stream Audio.pdf
  11738. Web Animation Guide.pdf
  11739. WebObjects Database Part I.pdf
  11740. WebObjects Database Part II.pdf
  11741. WebObjects Memory Mgmt.pdf
  11742. WebObjects Tools and Techniques
  11743. WebObjectsCategories&Posers.pdf
  11744. WebObjectsPerformanceTuning
  11745. Working with WebObjects.pdf
  11746. Writing for Interactive Media
  11747. This survival guide offers an overview of the new audio features in QuickTime 3. These include Qualcomm's PureVoice compression codec for speech, QDesign's high-quality codec for music and voice, and the QuickTime Music Architecture with new, improved Roland Instruments. Highlights include information on Web and cross-platform delivery, step-by-step development tips, and links to sites with related information and resources.
  11748. Advanced Web Site Technique.pdf
  11749. Avoid Audio Pitfalls Guide.pdf
  11750. CompbasedMediaBroadcastEnv
  11751. Creating MIDI for the Web3.pdf
  11752. DeBabelizer 3.0.pdf
  11753. Design For Reuse.pdf
  11754. DesignForRobustness
  11755. Digital Asset Management.pdf
  11756. Digital Storyboard.pdf 
  11757. DVD Development.pdf
  11758. DVD_Primer.pdf
  11759. Enhanced CD Survival Guide.pdf
  11760. EOModeler
  11761. Frameworks.pdf
  11762. Gender-Based Title Creation.pdf
  11763. Int_Media_Writer_Resources.pdf
  11764. Java Survival Guide.pdf
  11765. Making Cool QD3D Apps.pdf
  11766. Music on the Net.pdf
  11767. New Audio Features QT3.pdf
  11768. Porting
  11769. Jul 987.5.2 (PB 5300/2300/190)V
  11770. 29995X
  11771. 32481X
  11772. Jan 00^
  11773. --set theItem to choose file -- uncomment to test in an AS editor
  11774.     tell application "Finder"
  11775.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:"
  11776.         activate
  11777.     end tell
  11778. on error errMsg number errNum
  11779.     --enter statements to perform when no records are found such as...
  11780.     display dialog "Sorry, the item you selected could not be found."
  11781.     return
  11782. end try
  11783. e    No Changef audio
  11784. compression
  11785. playback
  11786. codecq
  11787. Dev.CD Jan 00 SDK1
  11788. All Packages
  11789. New NewGWorld
  11790. This sample is designed to show the proper use of the the new flags (Mac OS 9+ and the iBooks, slot loading iMacs and AGP Graphics G4 PowerMacs) in the NewGWorld routine.  The application draws a re-sizable window that is updated from an offscreen GWorld.  The user has control over where to allocate the GWorld's PixMap data (in VRAM, in AGP memory or in system memory).  A blitting test can then be performed to test blitting speed using CopyBits.
  11791. 32482X
  11792. doccreator
  11793. doccreator
  11794. files
  11795. doctor
  11796. doctypes
  11797. doctypes
  11798. documenation
  11799. documenation
  11800. document
  11801. document
  11802. converter
  11803. e item you selected could not be found."
  11804.     return
  11805. end try
  11806. All Packages
  11807. 7.5.2 (PB 5300/2300/190)O
  11808. Dev.CD Jul 96 SSWP
  11809. Dev.CD Jul 96 SSV
  11810. 29998X
  11811. Jul 96
  11812. f--set theItem to choose file -- uncomment to test in an AS editor
  11813.     tell application "Finder"
  11814.         open item "Dev.CD Jul 96 SSW"
  11815.         activate
  11816.     end tell
  11817. on error errMsg number errNum
  11818.     --enter statements to perform when no records are found such as...
  11819.     display dialog "Sorry, the item you selected could not be found."
  11820.     return
  11821. end try
  11822. All Packages
  11823. 7.5.2 (PB 5300/2300/190)O
  11824. Dev.CD Jul 96 SSWP
  11825. Dev.CD Jul 96 SSV
  11826. 29999X
  11827. Jul 96
  11828. Network Watch (DMZ) v1.5
  11829. Summary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  11830. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.v.CD Jul 96 SSWP
  11831. Dev.CD Jul 96 SSV
  11832. 30001X
  11833. Jul 96
  11834. f--set theItem to choose file -- uncomment to test in an AS editor
  11835.     tell application "Finder"
  11836.         open item "Dev.CD Jul 96 SSW"
  11837.         activate
  11838.     end tell
  11839. on error errMsg number errNum
  11840.     --enter statements to perform when no records are found such as...
  11841.     display dialog "Sorry, the item you selected could not be found."
  11842.     return
  11843. end try
  11844. All Packages
  11845. 30002X
  11846. content
  11847. contents
  11848. context
  11849. context-sensitive
  11850. contextual
  11851. continue
  11852. continuing
  11853. continuing
  11854. offer
  11855. traditional
  11856. server
  11857. software
  11858. suite
  11859. contrast
  11860. contribute
  11861. contributed
  11862. controlQ
  11863. control's
  11864.   Under DMZ, the program demonstrates the use of placing the DDP node, used to send the Echo protocol packet, into raw mode, so that the return packet contains the long DDP header information.
  11865. JbDMZ.68k
  11866. DMZ.fat
  11867. dmz.make
  11868. .ppc.sc
  11869. .rsrc
  11870. Objects
  11871. sources
  11872. Think DMZ.ppcK
  11873. Sep 92L
  11874. Jul 96M
  11875. MPW distributed with ETO 18, Open Transport 1.1 SDK, CodeWarrior8, or Symantec Project Manager 8.0.3 required to build the application.NPOpen Transport, NBP, AppleTalk, DDP, rawmode, NBPLookup, OTLookup, Echo ProtocolO@Dev.CD Feb 00 TC:Tool Chest:Networking:Network Watch (DMZ) v1.5:PHDev.CD Feb 00 TC
  11876.  - Tool Chest
  11877.  - Networking
  11878.  - Network Watch (DMZ) v1.5 "Dev.CD Jul 96 SSW"
  11879.         activate
  11880.     end tell
  11881. on error errMsg number errNum
  11882.     --enter statements to perform when no records are found such as...
  11883.     display dialog "Sorry, the item you selected could not be found."
  11884.     return
  11885. end try
  11886. All Packages
  11887. 7.5.3O
  11888. Dev.CD Oct 96 SSWV
  11889. 30004X
  11890. summary
  11891. versionedit
  11892. software
  11893. development
  11894. which
  11895. summary
  11896. simple
  11897. macintosh
  11898. application
  11899. supports
  11900. summary
  11901. vucollect
  11902. virtual
  11903. summary
  11904. pleased
  11905. provide
  11906. version
  11907. 1.5.1
  11908. summary
  11909. windowpicker
  11910. system
  11911. extension
  11912. provides
  11913. summary
  11914. services
  11915. allows
  11916. application
  11917. summary
  11918. network
  11919. software
  11920. installer
  11921. insta
  11922. summary
  11923. zaptcp
  11924. provides
  11925. safety
  11926. mactcp
  11927. developers
  11928. summary
  11929. ranger
  11930. freeware
  11931. utility
  11932. provides
  11933. summer
  11934. sun's
  11935. sunsoft
  11936. super
  11937. Requires: 
  11938. - Sun Compliant Java Runtime Environment 1.1
  11939. - QuickTime 3 
  11940. - QTJava.zip
  11941. - Windows 95, 98, or NT:
  11942. - JRE/JDK from Sun Microsystems, Inc. recommendedN
  11943. QuickTime, Java, WindowsOXDev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:PcDev.CD Feb 00 TC
  11944.  - What's New?
  11945.  - Development Kits
  11946.  - Cross Platform
  11947.  - QuickTime Java Windows SDKV
  11948. 32806X
  11949. Feb 00^
  11950. --set theItem to choose file -- uncomment to test in an AS editor
  11951.     tell application "Finder"
  11952.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:"
  11953.         activate
  11954.     end tell
  11955. on error errMsg number errNum
  11956.     --enter statements to perform when no records are found such as...
  11957.     display dialog "Sorry, the item you selected could not be found."
  11958.     return
  11959. end try
  11960. e    No Changef
  11961. QuickTime
  11962. Windowso
  11963. http://developer.apple.com/sdk/q
  11964. Dev.CD Feb 00 TC
  11965. D!All Packages
  11966. Tool Chest Edition
  11967. QuickTime TMON User Area
  11968. 32480X
  11969. Feb 00^
  11970. --set theItem to choose file -- uncomment to test in an AS editor
  11971.     tell application "Finder"
  11972.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:Network Watch (DMZ) v1.5:"
  11973.         activate
  11974.     end tell
  11975. on error errMsg number errNum
  11976.     --enter statements to perform when no records are found such as...
  11977.     display dialog "Sorry, the item you selected could not be found."
  11978.     return
  11979. end try
  11980. e    No ChangefIOpen Transport
  11981. AppleTalk
  11982. rawmode
  11983. NBPLookup
  11984. OTLookup
  11985. Echo Protocolq
  11986. Dev.CD Feb 00 TC
  11987. D!All Packages
  11988. Mac OS SDK Edition
  11989. New Audio Features QT3
  11990.      item "Dev.CD Oct 96 SSW"
  11991.         activate
  11992.     end tell
  11993. on error errMsg number errNum
  11994.     --enter statements to perform when no records are found such as...
  11995.     display dialog "Sorry, the item you selected could not be found."
  11996.     return
  11997. end try
  11998. All Packages
  11999. 7.5.3O"Dev.CD Dec 96 SE
  12000. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  12001. Dev.CD Oct 96 SSV
  12002. 30006X
  12003. Dec 96
  12004. operate
  12005. operating
  12006. operation
  12007. operations
  12008. operator-defined
  12009. operators
  12010. opf-opendoc
  12011. opportunities
  12012. opportunity
  12013. opposite
  12014. optimal
  12015. optimization
  12016. aegizmos
  12017. colorsync
  12018. profile
  12019. appear
  12020. where
  12021. location
  12022. memory
  12023. what's
  12024. what's
  12025. updated
  12026. whatever
  12027. Summary:  NetworkStream is a C++ Stream IO class object for OpenTransport Network I/O. Written in Metrowerks C++, it implements a TNetworkBuf, TNetworkOStream  and TNetworkIOStream object.  
  12028. Issues:  Although I have implemented the insertion class TNetworkOStream I have not yet implemented what is needed for the TNetworkIStream class. THis is mostly because I am unclear how to best handle what happens when you read more data than is in the buffer. If you support the thread mananger then IB7 need to handle the yield/suspend/resume thread issues.
  12029. J'Sample Code.img
  12030. Windows Sample Code.imgK
  12031. Aug 96M
  12032. OpenTransportN
  12033. C++ OpenTransportO
  12034. Dev.CD Feb 00 TC:Sample Code:P
  12035. Dev.CD Feb 00 TC
  12036.  - Sample Code     open item "Dev.CD Dec 96 SE
  12037. Dev.CD Oct 96 SSW"
  12038.         activate
  12039.     end tell
  12040. on error errMsg number errNum
  12041.     --enter statements to perform when no records are found such as...
  12042.     display dialog "Sorry, the item you selected could not be found."
  12043.     return
  12044. end try
  12045. All Packages
  12046. QuickDraw GXO
  12047. Dev.CD Aug 96 TCP
  12048. Dev.CD Aug 96 TV
  12049. 32701X
  12050. Aug 96
  12051. e--set theItem to choose file -- uncomment to test in an AS editor
  12052.     tell application "Finder"
  12053.         open item "Dev.CD Aug 96 TC"
  12054.         activate
  12055.     end tell
  12056. on error errMsg number errNum
  12057.     --enter statements to perform when no records are found such as...
  12058.     display dialog "Sorry, the item you selected could not be found."
  12059.     return
  12060. end try
  12061. All Packages
  12062. QuickDraw GXO
  12063. Dev.CD Aug 96 TCP
  12064. Dev.CD Aug 96 TV
  12065. 32702X
  12066. Aug 96
  12067. e--set theItem to choose file -- uncomment to test in an AS editor
  12068.     tell application "Finder"
  12069.         open item "Dev.CD Aug 96 TC"
  12070.         activate
  12071.     end tell
  12072. on error errMsg number errNum
  12073.     --enter statements to perform when no records are found such as...
  12074.     display dialog "Sorry, the item you selected could not be found."
  12075.     return
  12076. end try
  12077. All Packages
  12078. QuickDraw GXO
  12079. Dev.CD Aug 96 TCP
  12080. Dev.CD Aug 96 TV
  12081. 32703X
  12082. 32479X
  12083. Feb 00^
  12084. r--set theItem to choose file -- uncomment to test in an AS editor
  12085.     tell application "Finder"
  12086.         open item "Dev.CD Feb 00 TC:Sample Code:"
  12087.         activate
  12088.     end tell
  12089. on error errMsg number errNum
  12090.     --enter statements to perform when no records are found such as...
  12091.     display dialog "Sorry, the item you selected could not be found."
  12092.     return
  12093. end try
  12094. Movedf
  12095. C++ OpenTransportq
  12096. Dev.CD Feb 00 TC
  12097. D!All Packages
  12098. Tool Chest Edition
  12099. mary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  12100. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.k calls are used.
  12101. nubus
  12102. number
  12103. number
  12104. formatting
  12105. resedit
  12106. localization
  12107. object
  12108. object
  12109. disassembly
  12110. ultraslimfast
  12111. dumpobj
  12112. object-oriented
  12113. objective-c
  12114. objects
  12115. objectsupportlib
  12116. macodbc
  12117. database
  12118. connectivity
  12119. drivers
  12120. network
  12121. middlewar
  12122. off-screen
  12123. opaque
  12124. choose
  12125. folder
  12126. navigation
  12127. services
  12128. transport
  12129. cache
  12130. delete
  12131. query
  12132. transport
  12133. resource
  12134. codewarrior
  12135. ethern
  12136. nmanagment
  12137. option
  12138. management
  12139. transport
  12140. appletalk
  12141. printer
  12142. access
  12143. protocol
  12144. handoff
  12145. opendoc
  12146. opendoc
  12147. component
  12148. software
  12149. compound
  12150. document
  12151. architecture
  12152. opengl
  12153. opengl
  12154. graphics
  12155. iostreams
  12156. 30016X
  12157. browser
  12158. buffered
  12159. buffered
  12160. system
  12161. buffering
  12162. bundle
  12163. bundle
  12164. services
  12165. burned-in
  12166. burned-in
  12167. address
  12168. business
  12169. business
  12170. processes
  12171. button
  12172. buttons
  12173. opentransport
  12174. cacheQ
  12175. cache
  12176. ratesQ
  12177. cad/cam
  12178. calibrator
  12179. capabilities
  12180. carbon
  12181. carbon
  12182. printing
  12183. carbon
  12184. printing
  12185. manager
  12186. socket
  12187. services
  12188. cardbus
  12189. audio
  12190. toolkit
  12191. cd-rom
  12192. center
  12193. cfallocator
  12194. cfarray
  12195. cfarray
  12196. cfbag
  12197. cfbag
  12198. cfbase
  12199. cfbase
  12200. cfbinaryheap
  12201. cfbinaryheap
  12202. cfbitvector
  12203. cfbitvector
  12204. cfbundle
  12205. cfbundle
  12206. cfcharacterset
  12207. cfcharacterset
  12208. cfcomparatorfunction
  12209. cfcomparisonresult
  12210. cfdata
  12211. cfdata
  12212. cfdictionary
  12213. cfdictionary
  12214. cfequal
  12215. cfhash
  12216. cfhashcode
  12217. cfindex
  12218. secondly
  12219. secret
  12220. secretary
  12221. secrets
  12222. section
  12223. sectionreport
  12224. sections
  12225. sector
  12226. sectors
  12227. secure
  12228. securely
  12229. security
  12230. sedit
  12231. seems
  12232. seger
  12233. segment
  12234. segmented
  12235. segmenting
  12236. segments
  12237. seldom
  12238. select
  12239. selected
  12240. selecting
  12241. selection
  12242. selections
  12243. selective
  12244. selectively
  12245.    display dialog "Sorry, the item you selected could not be found."
  12246.     return
  12247. end try
  12248. All Packages
  12249. 7.5.3O
  12250. Dev.CD Nov 96 TCP
  12251. Dev.CD Nov 96 TV
  12252. 30019X
  12253. Nov 96
  12254. e--set theItem to choose file -- uncomment to test in an AS editor
  12255.     tell application "Finder"
  12256.         open item "Dev.CD Nov 96 TC"
  12257.         activate
  12258.     end tell
  12259. on error errMsg number errNum
  12260.     --enter statements to perform when no records are found such as...
  12261.     display dialog "Sorry, the item you selected could not be found."
  12262.     return
  12263. end try
  12264. All Packages
  12265. 7.5.3O
  12266. Dev.CD Nov 96 TCV
  12267. 30020X
  12268. NyNSL, SLP, DNS, LDAP, NBP, network,  TCP/IP search, browse Internet services, network administrator, domain, neighborhood.OGDev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:NSL 1.1 SDK:PRDev.CD Mar 00 RL Disk 1
  12269.  - What's New
  12270.  - Development Kits
  12271.  - Mac OS
  12272.  - NSL 1.1 SDK records are found such as...
  12273.     display dialog "Sorry, the item you selected could not be found."
  12274.     return
  12275. end try
  12276. All Packages
  12277. 7.5.3O
  12278. Dev.CD Nov 96 TCP
  12279. Dev.CD Nov 96 TV
  12280. 30021X
  12281. Nov 96
  12282. e--set theItem to choose file -- uncomment to test in an AS editor
  12283.     tell application "Finder"
  12284.         open item "Dev.CD Nov 96 TC"
  12285.         activate
  12286.     end tell
  12287. on error errMsg number errNum
  12288.     --enter statements to perform when no records are found such as...
  12289.     display dialog "Sorry, the item you selected could not be found."
  12290.     return
  12291. end try
  12292. All Packages
  12293. 7.5.3O!Dev.CD Dec 96 SE
  12294. Dev.CD Nov 96 TCP Dev.CD Dec 96 SE
  12295. Dev.CD Nov 96 TV
  12296. 30022X
  12297. Dec 96
  12298. 32478X
  12299. Mar 00^    RL Disk 1
  12300. --set theItem to choose file -- uncomment to test in an AS editor
  12301.     tell application "Finder"
  12302.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:NSL 1.1 SDK:"
  12303.         activate
  12304.     end tell
  12305. on error errMsg number errNum
  12306.     --enter statements to perform when no records are found such as...
  12307.     display dialog "Sorry, the item you selected could not be found."
  12308.     return
  12309. end try
  12310. e    No ChangefoNSL
  12311. network
  12312.  TCP/IP search
  12313. browse Internet services
  12314. network administrator
  12315. domain
  12316. neighborhood.q
  12317. Dev.CD Mar 00 RL Disk 1
  12318. D!All Packages
  12319. Tool Chest Edition
  12320. Network Stream
  12321.     Dev.CD Dec 96 SE
  12322.         activate
  12323.     end tell
  12324. on error errMsg number errNum
  12325.     --enter statements to perform when no records are found such as...
  12326.     display dialog "Sorry, the item you selected could not be found."
  12327.     return
  12328. end try
  12329. All Packages
  12330. 7.5.3O
  12331. Dev.CD Jan 98 SSWP
  12332. Dev.CD Jan 98 SSV
  12333. 30025X
  12334. Jan 98
  12335. This SDK contains the information you need to take advantage of or extend the functionality of Network Services Location (NSL) 1.1.   NSL technology brings the easy of use of browsing through Internet services, such as ftp, http via TCP/IP similarly to the way users traditional browse for AppleTalk services using the Chooser.  Adoption of this technology would provide a solution for users looking for network services.  NSL 1.1 is a feature of Mac OS 9.
  12336. NSL 1.1 SDK Read Me
  12337. NSL 1.1 Manager B
  12338. library, DNS, SLP, LDAP, and NBP plug-ins
  12339. UI library
  12340. Detailed NSL 1.1 Developer Documentation
  12341. NSL Network Administrator's Guide (second edition)
  12342. Connect To... test tool
  12343. Sample code
  12344. Header files
  12345. J]Connect To...
  12346. Documentation:
  12347. Headers:
  12348. NSL 1.1 SDK Read Me
  12349. NSL Library & Plugins:
  12350. Sample Code:K
  12351. Nov 98L
  12352. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.OGDev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:NSL 1.1 SDK:
  12353. nt to test in an AS editor
  12354.     tell application "Finder"
  12355.         open item "Dev.CD Apr 97 SSW"
  12356.         activate
  12357.     end tell
  12358. on error errMsg number errNum
  12359.     --enter statements to perform when no records are found such as...
  12360.     display dialog "Sorry, the item you selected could not be found."
  12361.     return
  12362. end try
  12363. All Packages
  12364. 7.5.3 (4400/200)O
  12365. Dev.CD Apr 97 SSWP
  12366. Dev.CD Apr 97 SSV
  12367. 30027X
  12368. Apr 97
  12369. f--set theItem to choose file -- uncomment to test in an AS editor
  12370.     tell application "Finder"
  12371.         open item "Dev.CD Apr 97 SSW"
  12372.         activate
  12373.     end tell
  12374. on error errMsg number errNum
  12375.     --enter statements to perform when no records are found such as...
  12376.     display dialog "Sorry, the item you selected could not be found."
  12377.     return
  12378. end try
  12379. All Packages
  12380. 7.5.3 (4400/200)O
  12381. Dev.CD Apr 97 SSWV
  12382. 30028X
  12383. network
  12384. setup
  12385. network
  12386. software
  12387. networking
  12388. networking
  12389. communications
  12390. newgworld
  12391. no-copy
  12392. no-copy
  12393. receives
  12394. notes
  12395. novell
  12396. nubus
  12397. number
  12398. number
  12399. formatting
  12400. object
  12401. object
  12402. object-oriented
  12403. objective-c
  12404. objects
  12405. objectsupportlib
  12406. off-screen
  12407. opaque
  12408. opaque
  12409. types
  12410. firmware
  12411. systems
  12412. transport
  12413. module
  12414. opendoc
  12415. openfirmware
  12416. opengl
  12417. opening
  12418. opening
  12419. files
  12420. openstep
  12421. opentransport
  12422. optimization
  12423. optimizing
  12424. option
  12425. s) or by contacting an IBM representative. Specific information on relevant IBM AIX guides is found at the beginning of each section.
  12426. Issues:  This document is to be used as a reference when developing for AIX for the Apple Network Server. It only describes the differences between AIX for the Apple Network Server and IBM's AIX. It is not intended to fully document AIX.
  12427. Network Server Dev. GuideK
  12428. Jun 96N.AIX, Network Server, Symbiotic, client, serverOWDev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:P_Dev.CD Dec 99 RL
  12429.  - Technical Documentation
  12430.  - ABS Technical Notes
  12431.  - Network Server Dev. Guide activate
  12432.     end tell
  12433. on error errMsg number errNum
  12434.     --enter statements to perform when no records are found such as...
  12435.     display dialog "Sorry, the item you selected could not be found."
  12436.     return
  12437. end try
  12438. All Packages
  12439. 7.5.3 (4400/200)O
  12440. Dev.CD Apr 97 SSWP
  12441. Dev.CD Apr 97 SSV
  12442. 30030X
  12443. Apr 97
  12444. 32477X
  12445. Dec 99^
  12446. --set theItem to choose file -- uncomment to test in an AS editor
  12447.     tell application "Finder"
  12448.         open item "Dev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:"
  12449.         activate
  12450.     end tell
  12451. on error errMsg number errNum
  12452.     --enter statements to perform when no records are found such as...
  12453.     display dialog "Sorry, the item you selected could not be found."
  12454.     return
  12455. end try
  12456. Deletedf*AIX
  12457. Network Server
  12458. Symbiotic
  12459. client
  12460. serverq
  12461. Dev.CD Dec 99 RL
  12462. All Packages
  12463. Network Services Location (NSL)
  12464. 32478X
  12465. est in an AS editor
  12466.     tell application "Finder"
  12467.         open item "Dev.CD Oct 96 SSW"
  12468.         activate
  12469.     end tell
  12470. on error errMsg number errNum
  12471.     --enter statements to perform when no records are found such as...
  12472.     display dialog "Sorry, the item you selected could not be found."
  12473.     return
  12474. end try
  12475. All Packages
  12476. 7.5.3 (5400)O
  12477. Dev.CD Oct 96 SSWV
  12478. 30033X
  12479. Summary:  The Developer's Reference Guide for the Apple Network Server is the source for information about developing client/server applications and writing device drivers for the Apple Network Server.  The Guide documents differences between AIX for the Apple Network Server and IBM's AIX.
  12480. This guide covers hardware and software requirements to be considered when developing AIX for Apple Network Server device drivers or server applications and a Mac OS client. Part I covers developing cli
  12481. ent/server applications, including both Mac OS and AIX considerations. Part II covers the development of device drivers, including Open Firmware requirements. Part III documents the AppleTalk API. Part IV provides the man pages for Apple-specific AIX commands. There is an appendix for keyboard positions.
  12482. This guide is to be used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  12483. Summary: Network Management Specifications for the Macintosh.  This includes the RFCs defining the Simple Network Management Protocol (SNMP), SNMP over AppleTalk, Macintosh System MIB, and AppleTalk MIB. 
  12484. If you want to implement network management for Apple products you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  12485. Issues: Specifications only
  12486. This package is System 7.0 compatible.
  12487. J.Mac Specific files
  12488. READ ME
  12489. SNMP Specific filesK
  12490. Mar 92L
  12491. Aug 92M
  12492. Any MacOFDev.CD Feb 00 TC:Tool Chest:Networking:SNMP:Network Management (SNMP):PQDev.CD Feb 00 TC
  12493.  - Tool Chest
  12494.  - Networking
  12495.  - SNMP
  12496.  - Network Management (SNMP)rrMsg number errNum
  12497.     --enter statements to perform when no records are found such as...
  12498.     display dialog "Sorry, the item you selected could not be found."
  12499.     return
  12500. end try
  12501. All Packages
  12502. 7.5.3 (5400)O
  12503. Dev.CD Oct 96 SSWP
  12504. Dev.CD Oct 96 SSV
  12505. 30035X
  12506. Oct 96
  12507. NDNetSprocket, NSp, networking, multi-player, LAN, internet, AppleTalkO?Dev.CD Feb 00 TC:What's New?:Sample Code:Games:NetSprocketTest:PJDev.CD Feb 00 TC
  12508.  - What's New?
  12509.  - Sample Code
  12510.  - Games
  12511.  - NetSprocketTestV
  12512. 32475X
  12513. Feb 00^
  12514. --set theItem to choose file -- uncomment to test in an AS editor
  12515.     tell application "Finder"
  12516.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:NetSprocketTest:"
  12517.         activate
  12518.     end tell
  12519. on error errMsg number errNum
  12520.     --enter statements to perform when no records are found such as...
  12521.     display dialog "Sorry, the item you selected could not be found."
  12522.     return
  12523. end try
  12524. e    No Changef>NetSprocket
  12525. networking
  12526. multi-player
  12527. internet
  12528. AppleTalkq
  12529. Dev.CD Feb 00 TC
  12530. D!All Packages
  12531. Tool Chest Edition
  12532. Network Management (SNMP)
  12533.     ound such as...
  12534.     display dialog "Sorry, the item you selected could not be found."
  12535.     return
  12536. end try
  12537. All Packages
  12538. 7.5.3 (5400)O
  12539. Dev.CD Oct 96 SSWV
  12540. 30038X
  12541. 32476X
  12542. Feb 00^
  12543. --set theItem to choose file -- uncomment to test in an AS editor
  12544.     tell application "Finder"
  12545.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:Network Management (SNMP):"
  12546.         activate
  12547.     end tell
  12548. on error errMsg number errNum
  12549.     --enter statements to perform when no records are found such as...
  12550.     display dialog "Sorry, the item you selected could not be found."
  12551.     return
  12552. end try
  12553. e    No Changeq
  12554. Dev.CD Feb 00 TC
  12555. D(All Packages
  12556. Reference Library Edition
  12557. F Network Server Developer's Guide
  12558. sample
  12559. library
  12560. which
  12561. provides
  12562. indispensable
  12563. work-
  12564.  96 SSV
  12565. 30041X
  12566. Oct 96
  12567. f--set theItem to choose file -- uncomment to test in an AS editor
  12568.     tell application "Finder"
  12569.         open item "Dev.CD Oct 96 SSW"
  12570.         activate
  12571.     end tell
  12572. on error errMsg number errNum
  12573.     --enter statements to perform when no records are found such as...
  12574.     display dialog "Sorry, the item you selected could not be found."
  12575.     return
  12576. end try
  12577. All Packages
  12578. 7.5.3 (5400)O
  12579. Dev.CD Oct 96 SSWP
  12580. Dev.CD Oct 96 SSV
  12581. 30042X
  12582. Oct 96
  12583. f--set theItem to choose file -- uncomment to test in an AS editor
  12584.     tell application "Finder"
  12585.         open item "Dev.CD Oct 96 SSW"
  12586.         activate
  12587.     end tell
  12588. on error errMsg number errNum
  12589.     --enter statements to perform when no records are found such as...
  12590.     display dialog "Sorry, the item you selected could not be found."
  12591.     return
  12592. end try
  12593. All Packages
  12594. 7.5.3 (5400)O
  12595. Dev.CD Oct 96 SSWV
  12596. 30043X
  12597. discover
  12598. discovered
  12599. discovering
  12600. discs
  12601. discuss
  12602. discussed
  12603. discusses
  12604. discussion
  12605. discussions
  12606. disinfectant
  12607. utility
  12608. application
  12609. mount
  12610. disk-inserted
  12611. diskfiller
  12612. diskrestore
  12613. disks
  12614. diskscripts
  12615. disparate
  12616. dispatch
  12617. display
  12618. N5open, save, choose, file, folder, navigation servicesOMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:PXDev.CD Aug 99 TC
  12619.  - What's New?
  12620.  - Development Kits
  12621.  - Mac OS
  12622.  - Navigation Services SDKsg number errNum
  12623.     --enter statements to perform when no records are found such as...
  12624.     display dialog "Sorry, the item you selected could not be found."
  12625.     return
  12626. end try
  12627. All Packages
  12628. 7.5.3 (PB 1400)O
  12629. Dev.CD Apr 97 SSWP
  12630. Dev.CD Apr 97 SSV
  12631. 30044X
  12632. Apr 97
  12633. f--set theItem to choose file -- uncomment to test in an AS editor
  12634.     tell application "Finder"
  12635.         open item "Dev.CD Apr 97 SSW"
  12636.         activate
  12637.     end tell
  12638. on error errMsg number errNum
  12639.     --enter statements to perform when no records are found such as...
  12640.     display dialog "Sorry, the item you selected could not be found."
  12641.     return
  12642. end try
  12643. All Packages
  12644. 7.5.3 (PB 1400)O
  12645. Dev.CD Apr 97 SSWP
  12646. Dev.CD Apr 97 SSV
  12647. 30045X
  12648. Apr 97
  12649. 32474X
  12650. Aug 99^
  12651. --set theItem to choose file -- uncomment to test in an AS editor
  12652.     tell application "Finder"
  12653.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:"
  12654.         activate
  12655.     end tell
  12656. on error errMsg number errNum
  12657.     --enter statements to perform when no records are found such as...
  12658.     display dialog "Sorry, the item you selected could not be found."
  12659.     return
  12660. end try
  12661. e    No Changef0open
  12662. choose
  12663. folder
  12664. navigation servicesq
  12665. Dev.CD Aug 99 TC
  12666. D!All Packages
  12667. Tool Chest Edition
  12668. NetSprocketTestI7This sample shows a bsic implementation of NetSprocket.J
  12669. aevt.c
  12670. App.h
  12671. events.c
  12672. GameSample.
  12673. .rsrc
  12674. Global.h
  12675. init.c
  12676. main.c
  12677. makefile
  12678. NetSprocketTest.CW2.prj
  12679. NetSprocketTest.CW5.prj
  12680. NetStuff.cp
  12681. NetStuff.h
  12682. NewNSpTest
  12683. Proto.h
  12684. windows.cK
  12685. Feb 00MZSystem 8.1+, PowerPC, NetSprocket, and either Universal Interfaces 3.3 or NetSprocket SDK
  12686. :What's New?:Sample Code:Games:NetSprocketTest:V
  12687. 32475X
  12688. 1e    No Change
  12689. 30048X
  12690. The Navigation Services suite greatly enhances the user experience of opening, saving and selecting documents, while giving your application new capabilities without customizing code.
  12691. Navigation Services is a new set of APIs to:
  12692.     - open and save documents
  12693.     - confirm save / discard changes
  12694.     - select a file, folder or volume
  12695.     - create a new folder
  12696. Benefits of adopting Navigation Services APIs for your application include:
  12697.     - new movable, resizable, Appearance-aware Open & Sa
  12698. Bve dialogs
  12699.     - easier navigation: list view with disclosure triangles, recent items, favorite items, etc.
  12700.     - built-in file format translation
  12701.     - transparent delivery of new features in future versions of the System Software.
  12702. More information on the features may be found in the Navigation Services developer note.
  12703. JCDocumentation:
  12704. Examples:
  12705. Libraries:
  12706. Navigation Services 1.1 Read MeK
  12707. Aug 99M
  12708. Mac OS 8.5OMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:
  12709. navigation
  12710. nbplookup
  12711. needs
  12712. neighborhood
  12713. netsprocket
  12714. netsprocket
  12715. networking
  12716. multi-player
  12717. internet
  12718. appleta
  12719. netstat
  12720. netware
  12721. network
  12722. network
  12723. setup
  12724. configuration
  12725. appletalk
  12726. tcp/ip
  12727. network
  12728. setup
  12729. network
  12730. preferences
  12731. networking
  12732. newgworld
  12733. no-copy
  12734. notes
  12735. novell
  12736. network
  12737. tcp/ip
  12738. search
  12739. browse
  12740. internet
  12741. choose
  12742. folder
  12743. navigation
  12744. services
  12745. transport
  12746. cache
  12747. delete
  12748. query
  12749. transport
  12750. otlifo
  12751. otfifo
  12752. otlink
  12753. linked
  12754. transport
  12755. otoptionmanagment
  12756. option
  12757. management
  12758. opentransport
  12759. opentransport
  12760. cache
  12761. display
  12762. opentransport
  12763. server
  12764. thread
  12765. manager
  12766. tcp/ip
  12767. iostreams
  12768. Apr 97
  12769. tcp/ip
  12770. tcp/ip
  12771. administration
  12772. image
  12773. tcp/ip
  12774. connection
  12775. image
  12776. tcp/ip
  12777. mib-ii
  12778. alias
  12779. nique
  12780. techniques
  12781. technotes
  12782. techqa
  12783. techqa
  12784. shtml
  12785. telephony
  12786. telephony
  12787. suite
  12788. template
  12789. template
  12790. terminology
  12791. terminology
  12792. script
  12793. target
  12794. testbanks
  12795. testbanks
  12796. testcpp
  12797. testing
  12798. testmagic
  12799. testmagic
  12800. tests
  12801. testvrmedia
  12802. testvrmedia
  12803. extractors
  12804. plug-ins
  12805. textchanger
  12806. textchanger
  12807. 2.0.1
  12808. textdrag
  12809. textdrag
  12810. textfile
  12811. textfile
  12812. textfile
  12813. textfile
  12814. textfile
  12815. textfile
  12816. textoid
  12817. textoid
  12818. textres
  12819. textres
  12820. texture
  12821. texture
  12822. sample
  12823. history
  12824. history
  12825. hooks
  12826. hooks
  12827. hooks
  12828. hooks
  12829. horiz
  12830. horiz
  12831. count
  12832. hoseirdasample
  12833. hotbot
  12834. hotbot
  12835. hotsauce
  12836. hotsauce
  12837. standalone
  12838. obtain
  12839. standards
  12840. howmany
  12841. howmany
  12842. renderinglib
  12843. htmlsample
  12844. htmlsample
  12845. htmlsample
  12846. htmlsample
  12847. htmlsample
  12848. pages
  12849. htmlsample
  12850. htmlsample
  12851. htmlsample
  12852. human
  12853. human
  12854. interface
  12855. guidelines
  12856. human
  12857. interface
  12858. notes
  12859. humaninterfacetoolbo
  12860. hypercard
  12861. hypercard
  12862. update
  12863. installer
  12864. hypercard
  12865. toolkit
  12866. 1.0b2
  12867. hypercard
  12868. mactcp
  12869. toolkit
  12870. hypercard
  12871. player
  12872. hypercard
  12873. serial
  12874. toolkit
  12875. 1.0.1 -> 1.0.2 Updater
  12876. Navigable Movie Toolkit
  12877. Read Me
  12878. Read Me.txt
  12879. Software License
  12880. Software License.txt
  12881. TCCalc
  12882. User Manual
  12883. Version History
  12884. Version History.txtK
  12885. Aug 93M
  12886. For acquisition: Any Macintosh that has two serial ports (one optional).
  12887. For digitizing: Any Macintosh that supports QuickTime video digitizingN5Navigable Movies, Pan/Tilt Movies, Virtual NavigationOWDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:PbDev.CD Feb 00 TC
  12888.  - Tool Chest
  12889.  - Development Kits
  12890.  - HyperCard Related
  12891.  - Navigable Movie Toolkitin an AS editor
  12892.     tell application "Finder"
  12893.         open item "Dev.CD Apr 97 SSW"
  12894.         activate
  12895.     end tell
  12896. on error errMsg number errNum
  12897.     --enter statements to perform when no records are found such as...
  12898.     display dialog "Sorry, the item you selected could not be found."
  12899.     return
  12900. end try
  12901. All Packages
  12902. 7.5.3 (PB 1400)O
  12903. Dev.CD Apr 97 SSWP
  12904. Dev.CD Apr 97 SSV
  12905. 30055X
  12906. Apr 97
  12907. e by other utilities.  See the file "About VersionEdit" for details.
  12908. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  
  12909. Please direct correspondence regarding VersionEdit to:
  12910. Paul Cunningham
  12911. Teknosys, Inc.
  12912. 3923 Coconut Palm Drive, Suite 111
  12913. Tampa, FL  33619
  12914. America Online: TEKNOSYS
  12915. CompuServe:     75020,3540
  12916. eWorld:             TEKNOSYS
  12917. Internet:            teknosys@aol.com
  12918. JQ!NOT AN APPLE PRODUCT!
  12919. About VersionEdit
  12920. For ResEdit
  12921. Project Includes
  12922. VersionEditK
  12923. Nov 95O@Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:VersionEdit 1.1:PHDev.CD Feb 00 TC
  12924.  - Tool Chest
  12925.  - Developer Utilities
  12926.  - VersionEdit 1.1
  12927. 32473X
  12928. Feb 00^
  12929. --set theItem to choose file -- uncomment to test in an AS editor
  12930.     tell application "Finder"
  12931.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:"
  12932.         activate
  12933.     end tell
  12934. on error errMsg number errNum
  12935.     --enter statements to perform when no records are found such as...
  12936.     display dialog "Sorry, the item you selected could not be found."
  12937.     return
  12938. end try
  12939. e    No Changef3Navigable Movies
  12940. Pan/Tilt Movies
  12941. Virtual Navigationq
  12942. Dev.CD Feb 00 TC
  12943. D!All Packages
  12944. Tool Chest Edition
  12945. Navigation Services SDK
  12946.     itor
  12947.     tell application "Finder"
  12948.         open item "Dev.CD May 96 TC"
  12949.         activate
  12950.     end tell
  12951. on error errMsg number errNum
  12952.     --enter statements to perform when no records are found such as...
  12953.     display dialog "Sorry, the item you selected could not be found."
  12954.     return
  12955. end try
  12956. All Packages
  12957. 7.5.3 (PCI)O
  12958. Dev.CD May 96 TCP
  12959. Dev.CD May 96 TV
  12960. 30058X
  12961. Summary:  The Navigable Movie Toolkit (a HyperCard stack) is designed to assist in making Navigable Movies, QuickTime movies that offer a user-controllable view of an object or environment from a fixed point in space.  The Toolkit controls a specially configured set of off-the-shelf hardware and software in order to make Navigable Movies. The resulting movies can be played with the Navigable Movie Player included as part of the Toolkit; the Player may be included in your own stacks.
  12962.   Duri
  12963. ng playback, the user is able to control the view by click-dragging the mouse in the movie
  12964. s window; the experience is that of peering around the space, moving one
  12965. s head horizontally and/or vertically. Complete documentation is included.
  12966. Issues:  The Toolkit is the result of an investigation in ATG/Human Interface Group, and is supplied as-is. This is an update to version 1.0.1.
  12967. Aug 93
  12968. doesn't
  12969. doesn't
  12970. documents
  12971. properly
  12972. doesnt
  12973. dogcow
  12974. doing
  12975. domain
  12976. domestic
  12977. don't
  12978. doneW
  12979. dormant
  12980. double
  12981. current
  12982. release
  12983. mactcp
  12984. v2.0.6
  12985. mactcp
  12986. admin
  12987. v2.0.6
  12988. currently
  12989. ell application "Finder"
  12990.         open item "Dev.CD May 96 TC"
  12991.         activate
  12992.     end tell
  12993. on error errMsg number errNum
  12994.     --enter statements to perform when no records are found such as...
  12995.     display dialog "Sorry, the item you selected could not be found."
  12996.     return
  12997. end try
  12998. All Packages
  12999. 7.5.3 (PCI)O
  13000. Dev.CD May 96 TCP
  13001. Dev.CD May 96 TV
  13002. 30062X
  13003. May 96
  13004. e--set theItem to choose file -- uncomment to test in an AS editor
  13005.     tell application "Finder"
  13006.         open item "Dev.CD May 96 TC"
  13007.         activate
  13008.     end tell
  13009. on error errMsg number errNum
  13010.     --enter statements to perform when no records are found such as...
  13011.     display dialog "Sorry, the item you selected could not be found."
  13012.     return
  13013. end try
  13014. All Packages
  13015. 7.5.3 (PCI)O
  13016. Dev.CD May 96 TCP
  13017. Dev.CD May 96 TV
  13018. 30063X
  13019. previous
  13020. previously
  13021. prgeneral
  13022. prgram
  13023. price
  13024. prices
  13025. primarily
  13026. primary
  13027. primer
  13028. primitive
  13029. primitives
  13030. principles
  13031. u selected could not be found."
  13032.     return
  13033. end try
  13034. OCDev.CD Jan 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:PKDev.CD Jan 00 SDK1
  13035.  - Development Kits
  13036.  - Mac OS
  13037.  - Navigation Services SDK6 TC"
  13038.         activate
  13039.     end tell
  13040. on error errMsg number errNum
  13041.     --enter statements to perform when no records are found such as...
  13042.     display dialog "Sorry, the item you selected could not be found."
  13043.     return
  13044. end try
  13045. All Packages
  13046. 7.5.3 (PCI)O
  13047. Dev.CD May 96 TCP
  13048. Dev.CD May 96 TV
  13049. 30064X
  13050. May 96
  13051. e--set theItem to choose file -- uncomment to test in an AS editor
  13052.     tell application "Finder"
  13053.         open item "Dev.CD May 96 TC"
  13054.         activate
  13055.     end tell
  13056. on error errMsg number errNum
  13057.     --enter statements to perform when no records are found such as...
  13058.     display dialog "Sorry, the item you selected could not be found."
  13059.     return
  13060. end try
  13061. All Packages
  13062. 7.5.3 (PCI)O
  13063. Dev.CD May 96 TCP
  13064. Dev.CD May 96 TV
  13065. 30065X
  13066. May 96
  13067. 32472X
  13068. Jan 00^
  13069. --set theItem to choose file -- uncomment to test in an AS editor
  13070.     tell application "Finder"
  13071.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:"
  13072.         activate
  13073.     end tell
  13074. on error errMsg number errNum
  13075.     --enter statements to perform when no records are found such as...
  13076.     display dialog "Sorry, the item you selected could not be found."
  13077.     return
  13078. end try
  13079. e    No Changeq
  13080. Dev.CD Jan 00 SDK1
  13081. D!All Packages
  13082. Tool Chest Edition
  13083. Navigable Movie Toolkit
  13084.     l 96
  13085. f--set theItem to choose file -- uncomment to test in an AS editor
  13086.     tell application "Finder"
  13087.         open item "Dev.CD Jul 96 SSW"
  13088.         activate
  13089.     end tell
  13090. on error errMsg number errNum
  13091.     --enter statements to perform when no records are found such as...
  13092.     display dialog "Sorry, the item you selected could not be found."
  13093.     return
  13094. end try
  13095. All Packages
  13096. 7.5.3 (PCI)O
  13097. Dev.CD Jul 96 SSWP
  13098. Dev.CD Jul 96 SSV
  13099. 30068X
  13100. - create folder
  13101. - confirm save
  13102. - confirm revert
  13103. Navigation Services provides a new document saving model that enables transparent conversion, encoding, upload and download of documents. 
  13104. Navigation Services also provides a number of tools to increase productivity and speed up document access, including:
  13105. - outline view (icon, name, date modified, sorting, etc)
  13106. - simultaneous opening of multiple documents, including on different volumes
  13107. - recent documents tracking
  13108. - favorite folders and doC/cuments
  13109. - shortcuts
  13110. - history
  13111. - previews
  13112. - etc.
  13113. J@Documentation
  13114. Examples
  13115. Libraries
  13116. Navigation Services 1.1 Read MeK
  13117. May 98
  13118. 6Requirements: Software: 7.5.5 and above
  13119. Hardware: 68K or PowerPC
  13120. 68k only-- you need
  13121. - CFM-68K Runtime Enabler
  13122. -NuDragLib.slb
  13123. - NuQuickTimeLib.slb
  13124. -NuTranslationLib.slb
  13125. -NuThreadsLib.slb
  13126. -ObjectSupportLib
  13127. For 68k and PPC, you need:
  13128. -OT 1.3 or greater
  13129. -QuickTime 2.5 or greater
  13130. -Appearance 1.0.1 or greater.
  13131. --set theItem to choose file -- uncomment to test in an AS editor
  13132.     tell application "Finder"
  13133.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Networks:"
  13134.         activate
  13135.     end tell
  13136. on error errMsg number errNum
  13137.     --enter statements to perform when no records are found such as...
  13138.     display dialog "Sorry, the item you selected could not be found."
  13139.     return
  13140. end try
  13141. Dev.CD Jul 96 SSWP
  13142. Dev.CD Jul 96 SSV
  13143. 30069X
  13144. Jul 96
  13145. f--set theItem to choose file -- uncomment to test in an AS editor
  13146.     tell application "Finder"
  13147.         open item "Dev.CD Jul 96 SSW"
  13148.         activate
  13149.     end tell
  13150. on error errMsg number errNum
  13151.     --enter statements to perform when no records are found such as...
  13152.     display dialog "Sorry, the item you selected could not be found."
  13153.     return
  13154. end try
  13155. All Packages
  13156. 7.5.3 (PCI)O
  13157. Dev.CD Jul 96 SSWP
  13158. Dev.CD Jul 96 SSV
  13159. 30070X
  13160. Jul 96
  13161. D!All Packages
  13162. Tool Chest Edition
  13163. N&C MacsBug Macros/Templates 96 SSV
  13164. 30071X
  13165. Jul 96
  13166. f--set theItem to choose file -- uncomment to test in an AS editor
  13167.     tell application "Finder"
  13168.         open item "Dev.CD Jul 96 SSW"
  13169.         activate
  13170.     end tell
  13171. on error errMsg number errNum
  13172.     --enter statements to perform when no records are found such as...
  13173.     display dialog "Sorry, the item you selected could not be found."
  13174.     return
  13175. end try
  13176. All Packages
  13177. 7.5.3 (PCI)O
  13178. Dev.CD Jul 96 SSWP
  13179. Dev.CD Jul 96 SSV
  13180. 30072X
  13181. Jul 96
  13182. f--set theItem to choose file -- uncomment to test in an AS editor
  13183.     tell application "Finder"
  13184.         open item "Dev.CD Jul 96 SSW"
  13185.         activate
  13186.     end tell
  13187. on error errMsg number errNum
  13188.     --enter statements to perform when no records are found such as...
  13189.     display dialog "Sorry, the item you selected could not be found."
  13190.     return
  13191. end try
  13192. All Packages
  13193. 7.5.3 (PCI)O
  13194. Dev.CD Jul 96 SSWV
  13195. 30073X
  13196. e    No Changeq
  13197. Dev.CD Feb 00 TC
  13198. D!All Packages
  13199. Mac OS SDK Edition
  13200. Nav Svcs 1.0 SDK
  13201. Navigation Services is a new API to open, save documents and select files, folders or volumes. Navigation Services supersedes the current StandardFile packages and provides an architecture that makes it possible to access repositories other than HFS file systems, such as the LAN, Internet based servers or databases.
  13202. Navigation Services provides new standard dialogs for the following operations:
  13203. - open document
  13204. - save documents
  13205. - select volume
  13206. - select folder
  13207. - select file
  13208. - select object
  13209. --set theItem to choose file -- uncomment to test in an AS editor
  13210.     tell application "Finder"
  13211.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Networks:"
  13212.         activate
  13213.     end tell
  13214. on error errMsg number errNum
  13215.     --enter statements to perform when no records are found such as...
  13216.     display dialog "Sorry, the item you selected could not be found."
  13217.     return
  13218. end try
  13219. All Packages
  13220. 7.5.3 (PCI)O
  13221. Dev.CD Aug 96 TCP
  13222. Dev.CD Aug 96 TV
  13223. 30074X
  13224. Aug 96
  13225. e--set theItem to choose file -- uncomment to test in an AS editor
  13226.     tell application "Finder"
  13227.         open item "Dev.CD Aug 96 TC"
  13228.         activate
  13229.     end tell
  13230. on error errMsg number errNum
  13231.     --enter statements to perform when no records are found such as...
  13232.     display dialog "Sorry, the item you selected could not be found."
  13233.     return
  13234. end try
  13235. All Packages
  13236. 7.5.5O!Dev.CD Dec 96 SE
  13237. Dev.CD Nov 96 TCP Dev.CD Dec 96 SE
  13238. Dev.CD Nov 96 TV
  13239. 30075X
  13240. Dec 96
  13241. Summary:  This ResEdit file contains MacsBug 'mxbm' and 'mxwt' for the .MPP, .ATP, .XPP, and .DSP AppleTalk drivers and for the PPC Toolbox.  Add these resources to MacsBug's Debugger Prefs file and you'll be able to easily trap on AppleTalk driver control calls and PPC Toolbox calls and you'll also be able to dump the parameter blocks and associated data structures used by those calls.
  13242. Networks.imgK
  13243. Feb 94N/testing, debugging, networking & communicationsO9Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Networks:PADev.CD Feb 00 TC
  13244.  - Tool Chest
  13245.  - Testing & Debugging
  13246.  - NetworksV
  13247. 32470X
  13248. Feb 00^
  13249. e    No Change
  13250.     tell application "Finder"
  13251.         open item "Dev.CD Apr 97 SSW"
  13252.         activate
  13253.     end tell
  13254. on error errMsg number errNum
  13255.     --enter statements to perform when no records are found such as...
  13256.     display dialog "Sorry, the item you selected could not be found."
  13257.     return
  13258. end try
  13259. All Packages
  13260. 7.5.5 (73/76/86/9600)V
  13261. 30078X
  13262. e    No Changef-testing
  13263. debugging
  13264. networking & communicationsq
  13265. Dev.CD Feb 00 TC
  13266. D!All Packages
  13267. Tool Chest Edition
  13268. N&C TMON Pro Macros/Templates
  13269. lSummary: This package provides a TMON Pro 3.0 User Area for AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  13270. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  13271. Networks.imgK
  13272. Apr 92M,System 6.0.x, 7.0, and 7.0.1, TMON Pro 3.0.xO9Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Networks:PADev.CD Feb 00 TC
  13273.  - Tool Chest
  13274.  - Testing & Debugging
  13275.  - NetworksV
  13276. 32471X
  13277. Feb 00^
  13278. standards
  13279. rep-iso
  13280. hytime
  13281. standards
  13282. rep-iso/ccitt
  13283. standards
  13284. rep-mm
  13285. objects
  13286. module
  13287. monitor
  13288. atsui
  13289. moreinterfacelib
  13290. moresetup
  13291. moresetup
  13292. moretextutils
  13293. moretoolbox
  13294. mountalias
  13295. mountalias
  13296. mountalias
  13297. mountprojector
  13298. mountserver
  13299. mousoid
  13300. mousoid
  13301. movie
  13302. movie
  13303. moviecallbacks
  13304. moviecallbacks
  13305. moviefile
  13306. moviefile
  13307. moviefile
  13308. moviefile
  13309. movieshop
  13310. moving
  13311. moving
  13312. source
  13313. powerpc
  13314. mphelloworld
  13315. mphelloworld
  13316. pascal
  13317. mping
  13318. program
  13319. goodies
  13320. builds
  13321. em you selected could not be found."
  13322.     return
  13323. end try
  13324. All Packages
  13325. 7.5.5 (73/76/86/9600)O
  13326. Dev.CD Apr 97 SSWP
  13327. Dev.CD Apr 97 SSV
  13328. 30080X
  13329. Apr 97
  13330. J/mm.bat
  13331. MusicMixer
  13332. MusicMixer.zip
  13333. readme.txt
  13334. Feb 00
  13335. - Common
  13336.     - Sun Compliant Java Runtime Environment 1.1
  13337.     - QuickTime 3 
  13338.     - QTJava.zip
  13339.     - QTJava media samples
  13340. - Mac OS:
  13341.     - System 8 or later
  13342.     - Macintosh Runtime for Java (MRJ) 2.1
  13343. - Windows 95, 98, or NT::
  13344.     - JRE/JDK from Sun Microsystems, Inc. recommended
  13345. QuickTime, Java, MRJOQDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:MusicMixer:P_Dev.CD Feb 00 TC
  13346.  - What's New?
  13347.  - Sample Code
  13348.  - QuickTime
  13349.  - QuickTime for Java
  13350.  - MusicMixerV
  13351. 32468X
  13352. Feb 00^
  13353. --set theItem to choose file -- uncomment to test in an AS editor
  13354.     tell application "Finder"
  13355.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:MusicMixer:"
  13356.         activate
  13357.     end tell
  13358. on error errMsg number errNum
  13359.     --enter statements to perform when no records are found such as...
  13360.     display dialog "Sorry, the item you selected could not be found."
  13361.     return
  13362. end try
  13363. e    No Change
  13364. QuickTime
  13365. Dev.CD Feb 00 TC
  13366. D!All Packages
  13367. Tool Chest Edition
  13368. MyHelpMenuI
  13369. Sample code to demonstrate how to append your own help menu items under the help menu. As an aside, also shows how to implement hierarchical sub-menus.
  13370. Appending your own help menu items. How to implement hierarchical sub-menus.J'Sample Code.img
  13371. Windows Sample Code.imgK
  13372. Mar 98N#help, menu, hierarchical, sub-menusO
  13373. Dev.CD Feb 00 TC:Sample Code:P
  13374. Dev.CD Feb 00 TC
  13375.  - Sample CodeV
  13376. 32469X
  13377. Feb 00^
  13378. r--set theItem to choose file -- uncomment to test in an AS editor
  13379.     tell application "Finder"
  13380.         open item "Dev.CD Feb 00 TC:Sample Code:"
  13381.         activate
  13382.     end tell
  13383. on error errMsg number errNum
  13384.     --enter statements to perform when no records are found such as...
  13385.     display dialog "Sorry, the item you selected could not be found."
  13386.     return
  13387. end try
  13388. e    No Changef help
  13389. hierarchical
  13390. sub-menusq
  13391. Dev.CD Feb 00 TC
  13392. N&C MacsBug Macros/Templates Macros/TemplatesV
  13393. 32470X
  13394. N-multiprocessing, multitasking, multiprocessorOMDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:Multiprocessing 2.1 SDK:PXDev.CD Feb 00 TC
  13395.  - What's New?
  13396.  - Development Kits
  13397.  - Mac OS
  13398.  - Multiprocessing 2.1 SDKV
  13399. 32467X
  13400. Feb 00^
  13401. --set theItem to choose file -- uncomment to test in an AS editor
  13402.     tell application "Finder"
  13403.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:Multiprocessing 2.1 SDK:"
  13404.         activate
  13405.     end tell
  13406. on error errMsg number errNum
  13407.     --enter statements to perform when no records are found such as...
  13408.     display dialog "Sorry, the item you selected could not be found."
  13409.     return
  13410. end try
  13411. e    No Changef+multiprocessing
  13412. multitasking
  13413. multiprocessoro
  13414. http://developer.apple.com/sdk/q
  13415. Dev.CD Feb 00 TC
  13416. D!All Packages
  13417. Tool Chest Edition
  13418. MusicMixerI
  13419. This demo program shows the introspection of a Movie and the presentation of mixer channels to edit the playback volumes and balance of audio media.e    No Change
  13420. Apr 97
  13421. explained
  13422. explaining
  13423. explains
  13424. explanation
  13425. explicit
  13426. explicitly
  13427. exploded
  13428. exploit
  13429. exploiting
  13430. explored
  13431. explores
  13432. exploring
  13433. D!All Packages
  13434. Tool Chest Edition
  13435. Multiprocessing 2.1 SDK
  13436. This development kit has the information you will need to begin taking advantage of the multiprocessing API. The original MP API was introduced by DayStar Digital, Inc. in 1994 and shipped as a library separate from the operating system. Apple incorporated MP into the operating system starting with Mac OS 8.6 (MP version 2.0). The current version (2.1) ships in Mac OS 9.0.
  13437. This SDK includes documentation, interfaces, libraries and sample code for working with MP 2.1. New sample code (withB
  13438.  source) is included to showcase the new features introduced in MP 2.1, namely support for synchronous I/O from an MP task and access to extended MP task info.
  13439. JNDemo apps
  13440. Documentation
  13441. Guide To SDK Contents
  13442. Interfaces&Libraries
  13443. Sample CodeK
  13444. Feb 97L
  13445. Feb 00M%Multiprocessor hardware NOT required!:What's New?:Development Kits:Mac OS:Multiprocessing 2.1 SDK:V
  13446. 32467X
  13447. 1e    No Changeo
  13448. http://developer.apple.com/sdk/
  13449. All Packages
  13450. Multimedia Standards ReportsI9Summary: A collection of reports on multimedia standards.J
  13451. EIA Mini-Conference Report
  13452. How to Obtain a Standards
  13453. MM Standards Rep-ISO HyTime
  13454. MM Standards Rep-ISO/CCITT
  13455. MM Standards Rep-MM Objects
  13456. SGML Products
  13457. The SGML SIGHYPER (HYTIME)K
  13458. Mar 92M
  13459. Adobe Acrobat Reader.OUDev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:P]Dev.CD Mar 00 RL Disk 1
  13460.  - Technical Documentation
  13461.  - Misc. Standards
  13462.  - Multimedia StandardsV
  13463. 32466X
  13464. Mar 00^    RL Disk 1
  13465. --set theItem to choose file -- uncomment to test in an AS editor
  13466.     tell application "Finder"
  13467.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:"
  13468.         activate
  13469.     end tell
  13470. on error errMsg number errNum
  13471.     --enter statements to perform when no records are found such as...
  13472.     display dialog "Sorry, the item you selected could not be found."
  13473.     return
  13474. end try
  13475. e    No Changeq
  13476. Dev.CD Mar 00 RL Disk 1
  13477. animation
  13478. antlr
  13479. antlr
  13480. pccts
  13481. parser
  13482. generator
  13483. compiler
  13484. tools
  13485. appearance
  13486. appearance
  13487. gworld
  13488. off-screen
  13489. appearance
  13490. keyboard
  13491. function
  13492. appearance
  13493. manager
  13494. append
  13495. appkit
  13496. apple
  13497. W  return
  13498. end try
  13499. All Packages
  13500. Dev.CD Jun 97 SSWP
  13501. Dev.CD Jun 97 SSV
  13502. 30091X
  13503. Jun 97
  13504. f--set theItem to choose file -- uncomment to test in an AS editor
  13505.     tell application "Finder"
  13506.         open item "Dev.CD Jun 97 SSW"
  13507.         activate
  13508.     end tell
  13509. on error errMsg number errNum
  13510.     --enter statements to perform when no records are found such as...
  13511.     display dialog "Sorry, the item you selected could not be found."
  13512.     return
  13513. end try
  13514. All Packages
  13515. Dev.CD Jun 97 SSWP
  13516. Dev.CD Jun 97 SSV
  13517. 30092X
  13518. Jun 97
  13519. Dev.CD July 92
  13520. Dev.CD June 92
  13521. Dev.CD May 92
  13522. Dev.CD Apr 92
  13523. Dev.CD Mar 92
  13524. Dev.CD Feb 92
  13525. Dev.CD Jan 92
  13526. Dev.CD Vol. XI
  13527. Dev.CD Vol. X
  13528. Dev.CD Vol. IX
  13529. Dev.CD Vol. VII
  13530. Dev CD Vol. VI
  13531. Dev CD Vol. V
  13532. Dev CD Vol. IVP
  13533. Dev.CD July 92
  13534. Dev.CD June 92
  13535. Dev.CD May 92
  13536. Dev.CD Apr 92
  13537. Dev.CD Mar 92
  13538. Dev.CD Feb 92
  13539. Dev.CD Jan 92
  13540. Dev.CD Vol. XI
  13541. Dev.CD Vol. X
  13542. Dev.CD Vol. IX
  13543. Dev.CD Vol. VII
  13544. Dev CD Vol. VI
  13545. Dev CD Vol. V
  13546. Dev CD Vol. IV
  13547. 32465X
  13548. July 9
  13549. --set theItem to choose file -- uncomment to test in an AS editor
  13550.     tell application "Finder"
  13551.         open item "Dev.CD July 92
  13552. Dev.CD June 92
  13553. Dev.CD May 92
  13554. Dev.CD Apr 92
  13555. Dev.CD Mar 92
  13556. Dev.CD Feb 92
  13557. Dev.CD Jan 92
  13558. Dev.CD Vol. XI
  13559. Dev.CD Vol. X
  13560. Dev.CD Vol. IX
  13561. Dev.CD Vol. VII
  13562. Dev CD Vol. VI
  13563. Dev CD Vol. V
  13564. Dev CD Vol. IV"
  13565.         activate
  13566.     end tell
  13567. on error errMsg number errNum
  13568.     --enter statements to perform when no records are found such as...
  13569.     display dialog "Sorry, the item yoB2u selected could not be found."
  13570.     return
  13571. end try
  13572. jmanager
  13573. joystick
  13574. kernel
  13575. keyboard
  13576. keyboard
  13577. keychain
  13578. keychain
  13579. password
  13580. storage
  13581. passphrase
  13582. password
  13583. keychain
  13584. access
  13585. cryptography
  13586. signing
  13587. kibitz
  13588. korean
  13589. label
  13590. language
  13591. language
  13592. analysis
  13593. language
  13594. analysis
  13595. architecture
  13596. japanese
  13597. language
  13598. updater
  13599. arabic
  13600. chinese
  13601. cyrillic
  13602. hebrew
  13603. laserwriter
  13604. laserwriter
  13605. custom
  13606. sample
  13607. laserwriter
  13608. driver
  13609. printer
  13610. 8.5.1
  13611. launch
  13612.         open item "Dev.CD Jun 97 SSW"
  13613.         activate
  13614.     end tell
  13615. on error errMsg number errNum
  13616.     --enter statements to perform when no records are found such as...
  13617.     display dialog "Sorry, the item you selected could not be found."
  13618.     return
  13619. end try
  13620. All Packages
  13621. Dev.CD Jun 97 SSWP
  13622. Dev.CD Jun 97 SSV
  13623. 30095X
  13624. Jun 97
  13625. --set theItem to choose file -- uncomment to test in an AS editor
  13626.     tell application "Finder"
  13627.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:MRJ SDK 2.1 EA3:"
  13628.         activate
  13629.     end tell
  13630. on error errMsg number errNum
  13631.     --enter statements to perform when no records are found such as...
  13632.     display dialog "Sorry, the item you selected could not be found."
  13633.     return
  13634. end try
  13635.  be found."
  13636.     return
  13637. end try
  13638. All Packages
  13639. Dev.CD Jun 97 SSWP
  13640. Dev.CD Jun 97 SSV
  13641. 30097X
  13642. Jun 97
  13643. f--set theItem to choose file -- uncomment to test in an AS editor
  13644.     tell application "Finder"
  13645.         open item "Dev.CD Jun 97 SSW"
  13646.         activate
  13647.     end tell
  13648. on error errMsg number errNum
  13649.     --enter statements to perform when no records are found such as...
  13650.     display dialog "Sorry, the item you selected could not be found."
  13651.     return
  13652. end try
  13653. All Packages
  13654. Dev.CD Jun 97 SSWP
  13655. Dev.CD Jun 97 SSV
  13656. 30098X
  13657. Jun 97
  13658. actions
  13659. activate
  13660. active
  13661. actively
  13662. actually
  13663. graphical
  13664. editor
  13665. which
  13666. create
  13667. adapt
  13668. adaptation
  13669. adapts
  13670. adbreinit
  13671. add-ons
  13672. addchange
  13673. added
  13674. addendum
  13675. addheader
  13676. adding
  13677. addition
  13678. additional
  13679. additions
  13680. address
  13681. address
  13682. resolution
  13683. protocol
  13684. protocol
  13685. mapping
  13686. addresses
  13687. addressing
  13688. adequate
  13689. adevs
  13690. Deletedf
  13691. Runtimeq
  13692. Dev.CD Jul 99 SDK1
  13693. D!All Packages
  13694. Tool Chest Edition
  13695. MrPlus 1.0I
  13696. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  13697. MPW etc.imgK
  13698. Nov 97M
  13699. Power Macintosh systemN
  13700. performance analysisO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  13701.  - Tool Chest
  13702.  - Development Kits
  13703.  - MPW etc.V
  13704. 32464X
  13705. Feb 00^
  13706. --set theItem to choose file -- uncomment to test in an AS editor
  13707.     tell application "Finder"
  13708.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  13709.         activate
  13710.     end tell
  13711. on error errMsg number errNum
  13712.     --enter statements to perform when no records are found such as...
  13713.     display dialog "Sorry, the item you selected could not be found."
  13714.     return
  13715. end try
  13716. e    No Changef
  13717. performance analysisq
  13718. Dev.CD Feb 00 TC
  13719. All Packages
  13720. MultiFinder 6.1b9V
  13721. 32465X
  13722. style
  13723. style-linking
  13724. styled
  13725. stylemap
  13726. styles
  13727. stylewriter
  13728. stylus
  13729. sub-dialogs
  13730. sub-folders
  13731. sub-menus
  13732. subclass
  13733. subdirectory
  13734. subfolders
  13735. subject
  13736. subjects
  13737. sublaunch
  13738. submission
  13739. submit
  13740. subprocesses
  13741. subroutine
  13742. subroutines
  13743. subsection
  13744. subset
  13745. subspace
  13746. substantially
  13747. substitute
  13748. f--set theItem to choose file -- uncomment to test in an AS editor
  13749.     tell application "Finder"
  13750.         open item "Dev.CD Jun 97 SSW"
  13751.         activate
  13752.     end tell
  13753. on error errMsg number errNum
  13754.     --enter statements to perform when no records are found such as...
  13755.     display dialog "Sorry, the item you selected could not be found."
  13756.     return
  13757. end try
  13758. All Packages
  13759. Dev.CD Jun 97 SSWP
  13760. Dev.CD Jun 97 SSV
  13761. 30104X
  13762. Jun 97
  13763. generating
  13764. generation
  13765. generator
  13766. generators
  13767. generic
  13768. generically
  13769. genericness
  13770. geometric
  13771. geometries
  13772. geoport
  13773. german
  13774. germany
  13775. gestaltW
  13776. gestaltnativecputype
  13777. gestalttable
  13778. gestaltvalue
  13779. events
  13780. needs
  13781. events
  13782. get1resource
  13783. getadevtype
  13784. getdctlentry
  13785. getdraghilitecolor
  13786. getfinfo
  13787. getindstring
  13788. getinfo
  13789. getkeys
  13790. getlastchange
  13791. getmfsize
  13792. getnextevent
  13793. getnextfond
  13794. getopen
  13795. getownergroup
  13796. getprocessinformatio
  13797. getter
  13798. getting
  13799. image's
  13800. imageer
  13801. imageproducing
  13802. images
  13803. imagewriter
  13804. imaginable
  13805. imagine
  13806. imaging
  13807. immediate
  13808. impacts
  13809. implement
  13810. ev.CD Jun 97 SSWP
  13811. Dev.CD Jun 97 SSV
  13812. 30106X
  13813. Jun 97
  13814. f--set theItem to choose file -- uncomment to test in an AS editor
  13815.     tell application "Finder"
  13816.         open item "Dev.CD Jun 97 SSW"
  13817.         activate
  13818.     end tell
  13819. on error errMsg number errNum
  13820.     --enter statements to perform when no records are found such as...
  13821.     display dialog "Sorry, the item you selected could not be found."
  13822.     return
  13823. end try
  13824. All Packages
  13825. 7.6.1O
  13826. Dev.CD Jun 97 SSWP
  13827. Dev.CD Jun 97 SSV
  13828. 30107X
  13829. Jun 97
  13830. manuals
  13831. manufactured
  13832. manufacturers
  13833. hysical
  13834. codes
  13835. virtual
  13836. codes
  13837. mappings
  13838. marathi
  13839. marathon
  13840. march
  13841. markc
  13842. marked
  13843. market
  13844. marketing
  13845. marketplace
  13846. markets
  13847. markpascal
  13848. marks
  13849. maroney
  13850. marriott
  13851. martin
  13852. martin-gilles
  13853. master
  13854. masters
  13855. match
  13856. matched
  13857. matches--any
  13858. matching
  13859. material
  13860. matrix
  13861. matter
  13862. matters
  13863. matthew
  13864. maurer
  13865. maurice
  13866. maximize
  13867. maximum
  13868. N?MRJ, MRJ SDK, MRJ 2.1.4, MRJ Resdistributor, Redistribution SDKJun 97 SSV
  13869. 30108X
  13870. Jun 97
  13871. f--set theItem to choose file -- uncomment to test in an AS editor
  13872.     tell application "Finder"
  13873.         open item "Dev.CD Jun 97 SSW"
  13874.         activate
  13875.     end tell
  13876. on error errMsg number errNum
  13877.     --enter statements to perform when no records are found such as...
  13878.     display dialog "Sorry, the item you selected could not be found."
  13879.     return
  13880. end try
  13881. D!All Packages
  13882. Tool Chest Edition
  13883. his application and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  13884. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of hou good idea of h
  13885. developing
  13886. development
  13887. developments
  13888. devfeedback
  13889. device
  13890. deviceloop
  13891. devices
  13892. diagnose
  13893. diagram
  13894. dialog
  13895.  CodeWarrior targets that generate two resource files that perform two installer functions.  The first target 
  13896. Apple Installer Setup
  13897.  generates a resource file called APPLEMRJSETUP.rsrc.  This is to be included as a installer setup function.  The second target, 
  13898. Apple Installer
  13899.  generates a resource file called APPLEMRJ.rsrc that is to be included as an installer action atom called during the install.
  13900. Installer VISE example
  13901.  The Installer VISE wrapper code is contained in the source file
  13902.  MRJVise.c.
  13903.  The Installer VISE example generates an installer extension called VISEMRJ.rsrc.
  13904.  The Installer VISE example is set up to be called at initialization of the installer.  In the VISE External Code settings, specify that this extension needs to be called at initialization and before the install.
  13905. Stuffit InstallerMaker example
  13906.  The Stuffit InstallerMaker wrapper code is contained in the source file MRJStuffit.c.
  13907.  The Stuffit Installer example generates an installer extension 
  13908. called STUFFITMRJ.rsrc.
  13909.  The Stuffit Installer extension just needs to be included when you build the Stuffit installer and will automatically be called at the beginning of the install.
  13910. Warning: Java technology is not fault tolerant and is not designed, manufactured, or intended for use or resale for online control of equipment in nuclear facilities, aircraft navigation or communication systems, or air traffic control machines in which the failure of the Java technology or Mac OS RuntimeJd for Java could lead directly to death, personal injury, or severe physical or environmental damage.
  13911. J$MRJ Redistribution SDK.smi
  13912. Dec 99
  13913. !The MRJ Redistribution SDK includes the 
  13914. MRJ Redistribution.smi
  13915.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  13916. About MRJ 2.1.4
  13917.  for MRJ
  13918. s system requirements.
  13919. OTDev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:MRJ Redistribution SDK 
  13920. :P_Dev.CD Mar 00 RL Disk 1
  13921.  - What's New
  13922.  - Development Kits
  13923.  - Mac OS
  13924.  - MRJ Redistribution SDK 
  13925. e basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  13926. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of h
  13927. postscript
  13928. power
  13929. power
  13930. power
  13931. macintosh
  13932. power
  13933. macintosh
  13934. debugger
  13935. powerbook
  13936. powerbook
  13937. powerbook
  13938. series
  13939. powerbooks
  13940. powerpcQ
  13941. powerpc
  13942. bandwidthQ
  13943. powerplant
  13944. toolbox
  13945. pre-mixer
  13946. pre-mixer
  13947. component
  13948. preemptive
  13949. preemptive
  13950. preference
  13951. preferences
  13952. preview
  13953. print
  13954. printer
  13955. printer
  13956. access
  13957. protocol
  13958. printer
  13959. selected
  13960. chooser
  13961. printers
  13962. printers
  13963. drivers
  13964. sample
  13965. printing
  13966. printing
  13967. private
  13968. process
  13969. process
  13970. manager
  13971. processes
  13972. --set theItem to choose file -- uncomment to test in an AS editor
  13973.     tell application "Finder"
  13974.         open item "Dev.CD Apr 94
  13975. Dev.CD Jan 94
  13976. Dev.CD Oct 93
  13977. Dev.CD Jul 93
  13978. Dev.CD Apr 93"
  13979.         activate
  13980.     end tell
  13981. on error errMsg number errNum
  13982.     --enter statements to perform when no records are found such as...
  13983.     display dialog "Sorry, the item you selected could not be found."
  13984.     return
  13985. end try
  13986. expansion
  13987. expansion
  13988. slots
  13989. expect
  13990. expects
  13991. expensive
  13992. experience
  13993. experienced
  13994. experiences
  13995. experiment
  13996. experimental
  13997. expert
  13998. expertise
  13999. expiration
  14000. explain
  14001. explained
  14002. explaining
  14003. explains
  14004. explanation
  14005. explicit
  14006. explicitly
  14007. exploded
  14008. exploit
  14009. exploiting
  14010. explored
  14011. explores
  14012. --set theItem to choose file -- uncomment to test in an AS editor
  14013.     tell application "Finder"
  14014.         open item "Dev.CD Apr 94
  14015. Dev.CD Jan 94
  14016. Dev.CD Oct 93
  14017. Dev.CD Jul 93"
  14018.         activate
  14019.     end tell
  14020. on error errMsg number errNum
  14021.     --enter statements to perform when no records are found such as...
  14022.     display dialog "Sorry, the item you selected could not be found."
  14023.     return
  14024. end try
  14025. means
  14026. meant
  14027. measurable
  14028. measure
  14029. measurement
  14030. measuring
  14031. mechanics
  14032. mechanism
  14033. mechanisms
  14034. media
  14035. medium
  14036. meeting
  14037. meets
  14038. megabyte
  14039. megamovies
  14040. member
  14041. pple.com/techpubs/.
  14042.  CodeWarrior Pro 4.1 is required for building the sample code provided in this SDK.
  14043.  Installer proprietary headers from one or more of the following installer vendors is required for building the sample code: Installer VISE, Stuffit InstallerMaker, or the Apple Installer.
  14044.  Important:  The MRJ Redistributor returns a reply of "Restart" to indicate that a restart is required before MRJ can be used. Due to limitations in the plug-in architecture of VISE, Apple Installe
  14045. r, and Stuffit, the plug-ins generated in these examples don
  14046. t pass this restart information back to the installer application. Other installers may be able to selectively handle restarts. Because of this limitation, in using these examples, you must make sure the machine is restarted after the installation completes.
  14047. Apple Installer example
  14048.  The Apple Installer wrapper code is contained in the source files MRJAppleSetup.c and MRJApple.c.
  14049.  The Apple Installer example is comprised of two
  14050. About the MRJ  2.1.4 Redistribution SDK
  14051. The MRJ 2.1.4 Redistribution SDK enables developers to install Mac OS Runtime for Java (MRJ) 2.1.4 as part of their own installation packages. The SDK helps assure that any such redistribution complies with the terms of the Apple software licensing agreement. Before using this SDK, you must sign an Apple licensing agreement for redistributing MRJ. For more information, see the Apple Licensing web site at http://developer.apple.com/mkt/swl/. 
  14052. Java i
  14053. s evolving rapidly, and Apple frequently updates MRJ and the MRJ SDK, both as final quality for use by the general public, and as pre-release for use in testing and development.  Only the final release of MRJ 2.1.4 may be redistributed using this Redistribution SDK.  For information about the latest MRJ releases and developing in Java for the Macintosh, see Apple
  14054. s Java Developer web site at http://developer.apple.com/java/.
  14055. Contents
  14056. MRJ Redistribution.smi
  14057.  A self-mounting image which c
  14058. ontains the complete MRJ 2.1.4 package and the MRJ Redistributor.
  14059. Warning: Mounting the MRJ Redistribution.smi will automatically launch the MRJ Redistributor program. If you mount it manually to inspect its contents, you should also be sure to explicitly quit the program.
  14060. Sample Code
  14061.  Redistribution sample code that demonstrates how to write installer extensions for the Apple Installer, Installer VISE, and Stuffit InstallerMaker.
  14062. Minimum requirements
  14063. The MRJ Redistribution SDK includ
  14064. es the 
  14065. MRJ Redistribution.smi
  14066.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  14067. About MRJ 2.1.4
  14068.  for MRJ
  14069. s system requirements.
  14070.  You should be familiar with Apple Events and installer extensions to use the examples provided here.  For information on Apple Events and the Apple Event Manager, refer to the online Apple developer documentation at http://developer.a
  14071. PSDev.CD Feb 00 TC
  14072.  - What's New?
  14073.  - Development Kits
  14074.  - Mac OS
  14075.  - QuickTime Java SDKV
  14076. 32805X
  14077. Feb 00^
  14078. --set theItem to choose file -- uncomment to test in an AS editor
  14079.     tell application "Finder"
  14080.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:"
  14081.         activate
  14082.     end tell
  14083. on error errMsg number errNum
  14084.     --enter statements to perform when no records are found such as...
  14085.     display dialog "Sorry, the item you selected could not be found."
  14086.     return
  14087. end try
  14088. e    No Changef
  14089. QuickTime
  14090. http://developer.apple.com/sdk/q
  14091. Dev.CD Feb 00 TC
  14092. D!All Packages
  14093. Tool Chest Edition
  14094. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  14095. QTJava_SDK.zipK
  14096. Feb 00:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  14097. 32806X
  14098. 1e    No Changeo
  14099. http://developer.apple.com/sdk/
  14100. multi-processing
  14101. multi-processing
  14102. pascal
  14103. multicast
  14104. multihoming
  14105. multilingual
  14106. multimedia
  14107. multiple
  14108. multiprocessing
  14109. multiprocessing
  14110. multitasking
  14111. multiprocessor
  14112. multiprocessor
  14113. multitasking
  14114. music
  14115. mutable
  14116. named
  14117. navigable
  14118. navigable
  14119. movies
  14120. pan/tilt
  14121. movies
  14122. virtual
  14123. navigation
  14124. notes
  14125. number
  14126. number
  14127. formatting
  14128. resedit
  14129. localization
  14130. object-oriented
  14131. objectsupportlib
  14132. macodbc
  14133. database
  14134. connectivity
  14135. drivers
  14136. network
  14137. middlewar
  14138. opaque
  14139. transport
  14140. cache
  14141. delete
  14142. query
  14143. transport
  14144. otlifo
  14145. otfifo
  14146. otlink
  14147. linked
  14148. transport
  14149. otoptionmanagment
  14150. option
  14151. management
  14152. opentransport
  14153. opentransport
  14154. cache
  14155. display
  14156. opentransport
  14157. server
  14158. thread
  14159. manager
  14160. tcp/ip
  14161. iostreams
  14162. Dev.CD Nov 97 SSV
  14163. 30117X
  14164. 32462X
  14165. Mar 00^    RL Disk 1
  14166. --set theItem to choose file -- uncomment to test in an AS editor
  14167.     tell application "Finder"
  14168.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Development Kits:Mac OS:MRJ Redistribution SDK 
  14169.         activate
  14170.     end tell
  14171. on error errMsg number errNum
  14172.     --enter statements to perform when no records are found such as...
  14173.     display dialog "Sorry, the item you selected could not be found."
  14174.     return
  14175. end try
  14176. e    No Changef;MRJ
  14177. MRJ SDK
  14178. MRJ 2.1.4
  14179. MRJ Resdistributor
  14180. Redistribution SDKq
  14181. Dev.CD Mar 00 RL Disk 1
  14182. D!All Packages
  14183. Mac OS SDK Edition
  14184. MRJ SDK 2.1 EA3I
  14185. MRJ SDK 2.1 EA3 is the Beta Release of MRJ SDK 2.1. This is released by the MacOS Runtime for Java group, and replaces EA2, our Alpha release. J
  14186. MRJ SDK 2.1 EA3K
  14187. Aug 97L
  14188. Jan 99N
  14189. Java, MRJ, RuntimeO;Dev.CD Jul 99 SDK1:Development Kits:Mac OS:MRJ SDK 2.1 EA3:PCDev.CD Jul 99 SDK1
  14190.  - Development Kits
  14191.  - Mac OS
  14192.  - MRJ SDK 2.1 EA3V
  14193. 32463X
  14194. Jul 99^
  14195. PPDev.CD Jan 00 SDK1
  14196.  - Development Kits
  14197.  - Mac OS
  14198.  - MRJ
  14199.  - MRJ 2.1.4 Web Installry
  14200.     tell application "Finder"
  14201.         open item "Dev.CD Nov 97 SSW"
  14202.         activate
  14203.     end tell
  14204. on error errMsg number errNum
  14205.     --enter statements to perform when no records are found such as...
  14206.     display dialog "Sorry, the item you selected could not be found."
  14207.     return
  14208. end try
  14209. All Packages
  14210. F    8.0 ImageO
  14211. Dev.CD Nov 97 SSWP
  14212. Dev.CD Nov 97 SSV
  14213. 30118X
  14214. Nov 97
  14215. f--set theItem to choose file -- uncomment to test in an AS editor
  14216.     tell application "Finder"
  14217.         open item "Dev.CD Nov 97 SSW"
  14218.         activate
  14219.     end tell
  14220. on error errMsg number errNum
  14221.     --enter statements to perform when no records are found such as...
  14222.     display dialog "Sorry, the item you selected could not be found."
  14223.     return
  14224. end try
  14225. All Packages
  14226. F    8.0 ImageO
  14227. Dev.CD Nov 97 SSWP
  14228. Dev.CD Nov 97 SSV
  14229. 30119X
  14230. Nov 97
  14231. d, after MRJ opened a window.  
  14232. This release is Bronze certified for running applications built with Oracle Developer 1.6.1 and deployed on Oracle Developer Server using Apple Applet Runner 2.1.4.
  14233.  Apple has created a mailing list server, called MRJ-DEV, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  14234.  Do not call Apple
  14235. s 800 number(s) regarding this software since our operat
  14236. ors are not trained to support developer products. 
  14237.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  14238. Known issues
  14239.  Java Epoch Date: Java
  14240. s internal clock calculates dates as the time since January 1, 1970. If the system clock on your Macintosh is set to an earlier date, Java applets and applications may hang or exhibit other unusual behavior. Ensure that the current date 
  14241.     D4in your Date &Time Control Panel is at least 1/1/70.
  14242. MRJ 2.1.4 Web Install.imgK
  14243. Jul 98L
  14244. Oct 99
  14245. Minimum system requirements
  14246.  Macintosh computer with a PowerPC processor
  14247.  System 7.6.1 or later
  14248.  24 megabytes (MB) of RAM. For better performance, 32 MB of RAM is recommended, with virtual memory turned on and set to at least 33 MB. Installing more than 32 MB of RAM will greatly improve performance and increase the number of Java applets and applications that can run simultaneously.
  14249.  At least 20 MB of free disk space
  14250.  Using Java applets over the Internet requires Open Transport 1.1 orB
  14251.  later and an active Internet connection.
  14252.  You may experience improved performance if you have QuickTime 3.0 installed. QuickTime 3.0 is installed with Mac OS 8.5, or you can download it at http://quicktime.apple.com.
  14253. N-MRJ, MRJ 2.1, MRJ 2.1.2, MRJ 2.1.3, MRJ 2.1.4OEDev.CD Jan 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.1.4 Web Install:
  14254. 32461X
  14255. Jan 00^
  14256. --set theItem to choose file -- uncomment to test in an AS editor
  14257.     tell application "Finder"
  14258.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.1.4 Web Install:"
  14259.         activate
  14260.     end tell
  14261. on error errMsg number errNum
  14262.     --enter statements to perform when no records are found such as...
  14263.     display dialog "Sorry, the item you selected could not be found."
  14264.     return
  14265. end try
  14266. e    No Changef)MRJ
  14267. MRJ 2.1
  14268. MRJ 2.1.2
  14269. MRJ 2.1.3
  14270. MRJ 2.1.4q
  14271. Dev.CD Jan 00 SDK1
  14272. All Packages
  14273. MRJ Redistribution SDK
  14274. 32462X
  14275. open item "Dev.CD Nov 97 SSW"
  14276.         activate
  14277.     end tell
  14278. on error errMsg number errNum
  14279.     --enter statements to perform when no records are found such as...
  14280.     display dialog "Sorry, the item you selected could not be found."
  14281.     return
  14282. end try
  14283. All Packages
  14284. F    8.0 ImageO
  14285. Dev.CD Nov 97 SSWP
  14286. Dev.CD Nov 97 SSV
  14287. 30124X
  14288. Nov 97
  14289. Jan 96OFDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:PKDev.CD Apr 98 SDK2
  14290.  - Development Kits (Disc 2)
  14291.  - QuickTake Digital CameraV
  14292. 32713X
  14293. Apr 98^
  14294. --set theItem to choose file -- uncomment to test in an AS editor
  14295.     tell application "Finder"
  14296.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:"
  14297.         activate
  14298.     end tell
  14299. on error errMsg number errNum
  14300.     --enter statements to perform when no records are found such as...
  14301.     display dialog "Sorry, the item you selected could not be found."
  14302.     return
  14303. end try
  14304. Deletedq
  14305. Dev.CD Apr 98 SDK2
  14306. D!All Packages
  14307. Mac OS SDK Edition
  14308. QuickTake for Windows 1.5
  14309. e    No Changeq
  14310. Dev.CD Feb 00 TC
  14311. D!All Packages
  14312. Mac OS SDK Edition
  14313. MRJ 2.1.4 Web Install
  14314.  About Mac OS Runtime for Java 2.1.4
  14315. Mac OS Runtime for Java (MRJ) 2.1.4 is an upgrade to MRJ 2.1.3.  It fixes two severe bugs that affected Java applications, but not applets.
  14316.  In some Java applications, windows would occasionally disappear or become non-functional. 
  14317.  Quitting a Java application would occasionally cause another application to quit, or a file opened by another application to close. This would happen only when the second application had been launched, or the file openeent to test in an AS editor
  14318.     tell application "Finder"
  14319.         open item "Dev.CD Nov 97 SSW"
  14320.         activate
  14321.     end tell
  14322. on error errMsg number errNum
  14323.     --enter statements to perform when no records are found such as...
  14324.     display dialog "Sorry, the item you selected could not be found."
  14325.     return
  14326. end try
  14327. All Packages
  14328. F    8.0 ImageO
  14329. Dev.CD Nov 97 SSWP
  14330. Dev.CD Nov 97 SSV
  14331. 30127X
  14332. MPWTool 1.0I
  14333. Summary: This is an MPW tool which plays sounds. It is able to select a sound to play at random from the sound resources within itself. This tool can also be used to signal events like "build completed."
  14334. This package is System 7.0 compatible.JVBuildFailed
  14335. BuildProgram
  14336. BuildSucceeded
  14337. MakeFile
  14338. MPWTool
  14339. MPWTool.c
  14340. Read Me
  14341. Read Me.txtK
  14342. Vol XIM
  14343. MPWOADev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:PLDev.CD Feb 00 TC
  14344.  - Tool Chest
  14345.  - Development Kits
  14346.  - MPW Related
  14347.  - MPWToolV
  14348. 32460X
  14349. Feb 00^
  14350. --set theItem to choose file -- uncomment to test in an AS editor
  14351.     tell application "Finder"
  14352.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:"
  14353.         activate
  14354.     end tell
  14355. on error errMsg number errNum
  14356.     --enter statements to perform when no records are found such as...
  14357.     display dialog "Sorry, the item you selected could not be found."
  14358.     return
  14359. end try
  14360. script
  14361. 1.1.1
  14362. mpwtool
  14363. mpwtool
  14364. 2.1.4
  14365. install
  14366. redistribution
  14367. mrplus
  14368. mrplus
  14369. multifinder
  14370. multifinder
  14371. 6.1b9
  14372. multimedia
  14373. multimedia
  14374. standards
  14375. reports
  14376. multiprocessing
  14377. multiprocessing
  14378. musicmixer
  14379. myhelpmenu
  14380. macsbug
  14381. macros/templates
  14382. macros/templates
  14383. navigable
  14384. navigable
  14385. movie
  14386. toolkit
  14387. navigation
  14388. navigation
  14389. services
  14390. navigator
  14391. netsprockettest
  14392. network
  14393. network
  14394. management
  14395. network
  14396. server
  14397. developer's
  14398. guide
  14399. network
  14400. services
  14401. location
  14402. network
  14403. stream
  14404. network
  14405. watch
  14406. networking
  14407. onescanner
  14408. opp's
  14409. palette
  14410. e    No Changeq
  14411. Dev.CD Feb 00 TC
  14412. D!All Packages
  14413. Tool Chest Edition
  14414. MPW tool which plays sounds. It is able to select a sound to play at random from the sound resources within itself. This tool can also be used to signal events like "build completed."
  14415. This package is System 7.0 compatible.JVBuildFailed
  14416. BuildProgram
  14417. BuildSucceeded
  14418. MakeFile
  14419. MPWTool
  14420. MPWTool.c
  14421. Read Me
  14422. Read Me.txtK
  14423. Vol XIM
  14424. MPWOADev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:PLDev.CD Feb 00 TC
  14425.  - Tool Chest
  14426.  - Development Kits
  14427.  - MPW Related
  14428.  - MPWToolV
  14429. 32460X
  14430. Feb 00^
  14431. --set theItem to choose file -- uncomment to test in an AS editor
  14432.     tell application "Finder"
  14433.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPWTool:"
  14434.         activate
  14435.     end tell
  14436. on error errMsg number errNum
  14437.     --enter statements to perform when no records are found such as...
  14438.     display dialog "Sorry, the item you selected could not be found."
  14439.     return
  14440. end try
  14441. end try
  14442. --set theItem to choose file -- uncomment to test in an AS editor
  14443.     tell application "Finder"
  14444.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:"
  14445.         activate
  14446.     end tell
  14447. on error errMsg number errNum
  14448.     --enter statements to perform when no records are found such as...
  14449.     display dialog "Sorry, the item you selected could not be found."
  14450.     return
  14451. end try
  14452. goodies
  14453. goodies
  14454. scripts
  14455. readme
  14456. scripts
  14457. readme
  14458. mpwtool
  14459. mpwtool
  14460. 1.0.1b1c2
  14461. installer
  14462. 2.1.4
  14463. install
  14464. redistribution
  14465. ments to perform when no records are found such as...
  14466.     display dialog "Sorry, the item you selected could not be found."
  14467.     return
  14468. end try
  14469. All Packages
  14470. F    8.0 ImageO
  14471. Dev.CD Jan 98 SSWP
  14472. Dev.CD Jan 98 SSV
  14473. 30134X
  14474. Jan 98
  14475. f--set theItem to choose file -- uncomment to test in an AS editor
  14476.     tell application "Finder"
  14477.         open item "Dev.CD Jan 98 SSW"
  14478.         activate
  14479.     end tell
  14480. on error errMsg number errNum
  14481.     --enter statements to perform when no records are found such as...
  14482.     display dialog "Sorry, the item you selected could not be found."
  14483.     return
  14484. end try
  14485. All Packages
  14486. Dev.CD Feb 98 SSWP
  14487. Dev.CD Feb 98 SSV
  14488. 30135X
  14489. Feb 98
  14490. traditional
  14491. traffic
  14492. transaction
  14493. translation
  14494. slation
  14495. macintosh
  14496. translator
  14497. translator
  14498. transport
  14499. tsmte
  14500. tsmte
  14501. textedit
  14502. inline
  14503. input
  14504. japanese
  14505. internationalizatio
  14506. tutorial
  14507. types
  14508. typography
  14509. ultraslimfast
  14510. unicode
  14511. universal
  14512. universal
  14513. serial
  14514. storage
  14515. class
  14516. driver
  14517. systems
  14518. workstation
  14519. solaris
  14520. hp-ux
  14521. update
  14522. updater
  14523. updates
  14524. usage
  14525. usedistanthdwrmem
  14526. uselocalhdwrmem
  14527. utilities
  14528. utility
  14529. utility
  14530. space
  14531. variable
  14532. variables
  14533. vector
  14534. version
  14535. e    No ChangefEMPW
  14536. compilers
  14537. assemblers
  14538. linkers
  14539. tools
  14540. debuggers
  14541. performance analysisq
  14542. Dev.CD Feb 00 TC
  14543. D!All Packages
  14544. Tool Chest Edition
  14545. MPW Script Tips 1.1.1
  14546. )Summary: Tips supplementing the MPW 3.0 documentation for MPW scripting
  14547. Features: The sample scripts are heavily commented so that the concepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  14548. J6Documents
  14549. READMEFIRST!
  14550. Sample Makefiles
  14551. Sample ScriptsK
  14552. Mar 92M
  14553. MPW 3.2 or laterOODev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PZDev.CD Feb 00 TC
  14554.  - Tool Chest
  14555.  - Development Kits
  14556.  - MPW Related
  14557.  - MPW Script Tips 1.1.1V
  14558. 32459X
  14559. Feb 00^
  14560. #tatements to perform when no records are found such as...
  14561.     display dialog "Sorry, the item you selected could not be found."
  14562.     return
  14563. end try
  14564. All Packages
  14565. Dev.CD Jul 98 SSW/SDKP
  14566. Dev.CD Jul 98 SSW/SDV
  14567. 30138X
  14568. Jul 98
  14569. --set theItem to choose file -- uncomment to test in an AS editor
  14570.     tell application "Finder"
  14571.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  14572.         activate
  14573.     end tell
  14574. on error errMsg number errNum
  14575.     --enter statements to perform when no records are found such as...
  14576.     display dialog "Sorry, the item you selected could not be found."
  14577.     return
  14578. end try
  14579. e    No Changeq
  14580. Dev.CD Feb 00 TC
  14581. D!All Packages
  14582. Tool Chest Edition
  14583. MPW etc.
  14584. This disk image contains Golden Master and Pre-release versions of MPW, debuggers for both Power Macintosh and 68K Macintosh, some miscellaneous MPW-related software, and complete documentation.
  14585. MPW is a general-purpose development environment that can be used to create 68K and Power Macintosh applications.  It includes an editor, C/C++ compilers, assemblers, linkers, and dozens of useful tools and utilities.
  14586. MPW etc.imgK
  14587. Nov 97L
  14588. Feb 00MFMacintosh running Mac OS 8.x or later and a 68020 or higher processor.NKMPW, compilers, assemblers, linkers, tools, debuggers, performance analysisO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  14589.  - Tool Chest
  14590.  - Development Kits
  14591.  - MPW etc.V
  14592. 32458X
  14593. Feb 00^
  14594. #s...
  14595.     display dialog "Sorry, the item you selected could not be found."
  14596.     return
  14597. end try
  14598. All Packages
  14599. Dev.CD Jul 98 SSW/SDKV
  14600. 30141X
  14601. F    MPing 1.1
  14602. Summary: MPing is a network testing tool.  It uses ICMP protocol's ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.  This program is intended for use in network testing, measurement and management.  It should be used primarily for manual fault isolation.
  14603. J&***** Readme first *****
  14604. MPing
  14605. SourcesK
  14606. Vol XO8Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MPing 1.1:PCDev.CD Feb 00 TC
  14607.  - Tool Chest
  14608.  - Networking
  14609.  - MacTCP
  14610.  - MPing 1.1V
  14611. 32457X
  14612. Feb 00^
  14613. --set theItem to choose file -- uncomment to test in an AS editor
  14614.     tell application "Finder"
  14615.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MPing 1.1:"
  14616.         activate
  14617.     end tell
  14618. on error errMsg number errNum
  14619.     --enter statements to perform when no records are found such as...
  14620.     display dialog "Sorry, the item you selected could not be found."
  14621.     return
  14622. end try
  14623. 2.1.2
  14624. 2.1.3
  14625. 2.1.4
  14626. resdistributor
  14627. toolkit
  14628. multi-player
  14629. multi-processing
  14630. multicast
  14631. multihoming
  14632. multilingual
  14633. multilingual
  14634. editing
  14635. multilingual
  14636. editor
  14637. multiprocessor
  14638. multitasking
  14639. music
  14640. music
  14641. movie
  14642. mutable
  14643. mutable
  14644. string
  14645. navigable
  14646. navigable
  14647. movies
  14648. navigation
  14649. navigation
  14650. services
  14651. nbplookup
  14652. needs
  14653. neighborhood
  14654. netsprocket
  14655. netstat
  14656. netware
  14657. network
  14658. network
  14659. administrator
  14660. network
  14661. driver
  14662. network
  14663. management
  14664. network
  14665. preferences
  14666. network
  14667. server
  14668. network
  14669. services
  14670. location
  14671. option
  14672. --set theItem to choose file -- uncomment to test in an AS editor
  14673.     tell application "Finder"
  14674.         open item "Dev.CD Nov 99 TC:What's New:Development Kits:Multiprocessing SDK:Sample Code:MPHelloWorld (Pascal):"
  14675.         activate
  14676.     end tell
  14677. on error errMsg number errNum
  14678.     --enter statements to perform when no records are found such as...
  14679.     display dialog "Sorry, the item you selected could not be found."
  14680.     return
  14681. end try
  14682. All Packages
  14683. Dev.CD Jul 98 SSW/SDKP
  14684. Dev.CD Jul 98 SSW/SDV
  14685. 30145X
  14686. Jul 98
  14687. j--set theItem to choose file -- uncomment to test in an AS editor
  14688.     tell application "Finder"
  14689.         open item "Dev.CD Jul 98 SSW/SDK"
  14690.         activate
  14691.     end tell
  14692. on error errMsg number errNum
  14693.     --enter statements to perform when no records are found such as...
  14694.     display dialog "Sorry, the item you selected could not be found."
  14695.     return
  14696. end try
  14697. All Packages
  14698. Dev.CD Jul 98 SSW/SDKV
  14699. 30146X
  14700. Deletedf
  14701. Multi-processing
  14702.  MP Pascalq
  14703. Dev.CD Nov 99 TC
  14704. D!All Packages
  14705. Tool Chest Edition
  14706. a network testing tool.  It uses ICMP protocol's ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.  This program is intended for use in network testing, measurement and management.  It should be used primarily for manual fault isolation.
  14707. J&***** Readme first *****
  14708. MPing
  14709. SourcesK
  14710. Vol XO8Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MPing 1.1:PCDev.CD Feb 00 TC
  14711.  - Tool Chest
  14712.  - Networking
  14713.  - MacTCP
  14714.  - MPing 1.1V
  14715. 32457X
  14716. Feb 00^
  14717. --set theItem to choose file -- uncomment to test in an AS editor
  14718.     tell application "Finder"
  14719.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MPing 1.1:"
  14720.         activate
  14721.     end tell
  14722. on error errMsg number errNum
  14723.     --enter statements to perform when no records are found such as...
  14724.     display dialog "Sorry, the item you selected could not be found."
  14725.     return
  14726. end try
  14727. end try
  14728. e    No Changef
  14729. QuickTime
  14730. Dev.CD Feb 00 TC
  14731. D!All Packages
  14732. Tool Chest Edition
  14733. MPHelloWorld (Pascal)
  14734. ;Summary: DayStar Digital and Apple Computer, Inc. have designed a multiprocessing, multitasking, applications programming interface, the Multiprocessing API (MP API), for use in a new generation for PowerPC-based Mac OS multiprocessing systems. This is a Pascal version of the MP Sample code included with this SDK.
  14735. JFhelloWorld.rsrc
  14736. MPHelloWorld (Pascal)
  14737. MPHelloWorld (Pascal).
  14738. sources:K
  14739. Feb 97M2the MP library, but does not require a MP machine.N
  14740. Multi-processing,  MP PascalOcDev.CD Nov 99 TC:What's New:Development Kits:Multiprocessing SDK:Sample Code:MPHelloWorld (Pascal):PqDev.CD Nov 99 TC
  14741.  - What's New
  14742.  - Development Kits
  14743.  - Multiprocessing SDK
  14744.  - Sample Code
  14745.  - MPHelloWorld (Pascal)V
  14746. 32456X
  14747. Nov 99^
  14748. #lay dialog "Sorry, the item you selected could not be found."
  14749.     return
  14750. end try
  14751. All Packages
  14752. Dev.CD Jul 98 SSW/SDKV
  14753. 30151X
  14754. --set theItem to choose file -- uncomment to test in an AS editor
  14755.     tell application "Finder"
  14756.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:"
  14757.         activate
  14758.     end tell
  14759. on error errMsg number errNum
  14760.     --enter statements to perform when no records are found such as...
  14761.     display dialog "Sorry, the item you selected could not be found."
  14762.     return
  14763. end try
  14764. --set theItem to choose file -- uncomment to test in an AS editor
  14765.     tell application "Finder"
  14766.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:MountAlias 1.0:"
  14767.         activate
  14768.     end tell
  14769. on error errMsg number errNum
  14770.     --enter statements to perform when no records are found such as...
  14771.     display dialog "Sorry, the item you selected could not be found."
  14772.     return
  14773. end try
  14774. All Packages
  14775. Dev.CD Jul 98 SSW/SDKP
  14776. Dev.CD Jul 98 SSW/SDV
  14777. 30152X
  14778. Jul 98
  14779. j--set theItem to choose file -- uncomment to test in an AS editor
  14780.     tell application "Finder"
  14781.         open item "Dev.CD Jul 98 SSW/SDK"
  14782.         activate
  14783.     end tell
  14784. on error errMsg number errNum
  14785.     --enter statements to perform when no records are found such as...
  14786.     display dialog "Sorry, the item you selected could not be found."
  14787.     return
  14788. end try
  14789. All Packages
  14790. Dev.CD Jul 98 SSW/SDKP
  14791. Dev.CD Jul 98 SSW/SDV
  14792. 30153X
  14793. Jul 98
  14794. tcp/ip
  14795. appletalk
  14796. reconfiguration
  14797. network
  14798. setup
  14799. ottcpwilldial
  14800. tcp/ip
  14801. networking
  14802. standards
  14803. based
  14804. technical
  14805. technical
  14806. publications
  14807. technical
  14808. documentation
  14809. documentation
  14810. techniques
  14811. technote
  14812. technote
  14813. macintosh
  14814. techpubs
  14815. telephone
  14816. telephone
  14817. manager
  14818. telephony
  14819. analog
  14820. phone
  14821. telephony
  14822. television
  14823. tendpointinfo
  14824. testing
  14825. testing
  14826. debugging
  14827. testing
  14828. debugging
  14829. multiple
  14830. testing
  14831. debugging
  14832. networking
  14833. communications
  14834. testing
  14835. debugging
  14836. printers
  14837. testing
  14838. international
  14839. testing
  14840. memory
  14841. virtual
  14842. debugging
  14843. Msg number errNum
  14844.     --enter statements to perform when no records are found such as...
  14845.     display dialog "Sorry, the item you selected could not be found."
  14846.     return
  14847. end try
  14848. All Packages
  14849. Dev.CD Dec 98 SSWP
  14850. Dev.CD Dec 98 SSV
  14851. 30156X
  14852. Dec 98
  14853. e    No Changeq
  14854. Dev.CD Feb 00 TC
  14855. D!All Packages
  14856. Tool Chest Edition
  14857. MovieCallbacksI
  14858. This demo program shows how to display a QuickTime movie within a window and add CallBacks. The CallBacks are QuickTime calling back into Java through the MovieController, Movie and QuickTimeVR API. J7mc.bat
  14859. MovieCallbacks
  14860. MovieCallbacks.zip
  14861. README.txt
  14862. Feb 00
  14863. - Common
  14864.     - Sun Compliant Java Runtime Environment 1.1
  14865.     - QuickTime 3 
  14866.     - QTJava.zip
  14867.     - QTJava media samples
  14868. - Mac OS:
  14869.     - System 8 or later
  14870.     - Macintosh Runtime for Java (MRJ) 2.1
  14871. - Windows 95, 98, or NT::
  14872.     - JRE/JDK from Sun Microsystems, Inc. recommended
  14873. QuickTime, Java, MRJOUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:PcDev.CD Feb 00 TC
  14874.  - What's New?
  14875.  - Sample Code
  14876.  - QuickTime
  14877.  - QuickTime for Java
  14878.  - MovieCallbacksV
  14879. 32455X
  14880. Feb 00^
  14881. 32453X
  14882. Mar 00^    RL Disk 1
  14883. --set theItem to choose file -- uncomment to test in an AS editor
  14884.     tell application "Finder"
  14885.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Networking:MoreNetworkSetup:"
  14886.         activate
  14887.     end tell
  14888. on error errMsg number errNum
  14889.     --enter statements to perform when no records are found such as...
  14890.     display dialog "Sorry, the item you selected could not be found."
  14891.     return
  14892. end try
  14893. e    No ChangefnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveq
  14894. Dev.CD Mar 00 RL Disk 1
  14895. D!All Packages
  14896. Tool Chest Edition
  14897. MountAlias 1.0I}Summary: MountAlias is a control panel device that automatically creates aliases to AppleShare volumes when they are mounted.J.MountAlias
  14898. MountAlias Info
  14899. MountAlias Info.txtK
  14900. Vol XIM
  14901. System 7.0 requiredO3Dev.CD Feb 00 TC:Tool Chest:Toolbox:MountAlias 1.0:P;Dev.CD Feb 00 TC
  14902.  - Tool Chest
  14903.  - Toolbox
  14904.  - MountAlias 1.0V
  14905. 32454X
  14906. Feb 00^
  14907. uThis sample includes two source code libraries which provide simplified access to Network Setup. The first, MoreNetworkSetup, is a simple wrapper around Network Setup. The second, NetworkSetupHelpers, provides high-level functionality (for example, turning AppleTalk on/off, switching TCP/IP configurations) that works with both Network Setup and on pre-Mac OS 8.5 systems.
  14908. JQMoreInterfaceLib:
  14909. MoreSetup.h
  14910. MoreTextUtils:
  14911. NetworkSetup:
  14912. PLStringFuncs:
  14913. Read MeK
  14914. Jan 99L
  14915. Dec 99M
  14916. MoreNetworkSetup requires the Network Setup library, which is currently only available as part of Mac OS 8.5.  NetworkSetupHelpers provides compatibility glue for older systems and merely requires OT 1.1.1 or higher.NnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveOKDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Networking:MoreNetworkSetup:PVDev.CD Mar 00 RL Disk 1
  14917.  - What's New
  14918.  - Sample Code
  14919.  - Networking
  14920.  - MoreNetworkSetup
  14921. work-flow
  14922. workable
  14923. workaround
  14924. workarounds
  14925. workbook
  14926. workers
  14927. flows
  14928. workgroup
  14929. working
  14930. workings
  14931. works
  14932. works
  14933. under
  14934. appearance
  14935. workstation
  14936. workstations
  14937. world
  14938. world's
  14939. worlds
  14940. worldscript
  14941. worldwide
  14942. worldwrite
  14943. worry
  14944. would
  14945. wouldn't
  14946. wprocasm
  14947. wrapcommenttext
  14948. wrapper
  14949. wrench
  14950. wringer
  14951. write
  14952. level
  14953. toolbox
  14954. morefiles
  14955. moreisbetter
  14956. wrapper
  14957. hooper
  14958. hp-ux
  14959. htmlrenderinglib
  14960. packages
  14961. htmlrenderinglib
  14962. human
  14963. re found such as...
  14964.     display dialog "Sorry, the item you selected could not be found."
  14965.     return
  14966. end try
  14967. Aug 96
  14968. e--set theItem to choose file -- uncomment to test in an AS editor
  14969.     tell application "Finder"
  14970.         open item "Dev.CD Aug 96 TC"
  14971.         activate
  14972.     end tell
  14973. on error errMsg number errNum
  14974.     --enter statements to perform when no records are found such as...
  14975.     display dialog "Sorry, the item you selected could not be found."
  14976.     return
  14977. end try
  14978. All Packages
  14979. QuickDraw GXO
  14980. Dev.CD Aug 96 TCP
  14981. Dev.CD Aug 96 TV
  14982. 32699X
  14983. Aug 96
  14984. e--set theItem to choose file -- uncomment to test in an AS editor
  14985.     tell application "Finder"
  14986.         open item "Dev.CD Aug 96 TC"
  14987.         activate
  14988.     end tell
  14989. on error errMsg number errNum
  14990.     --enter statements to perform when no records are found such as...
  14991.     display dialog "Sorry, the item you selected could not be found."
  14992.     return
  14993. end try
  14994. All Packages
  14995. QuickDraw GXO
  14996. Dev.CD Aug 96 TCP
  14997. Dev.CD Aug 96 TV
  14998. 32700X
  14999. Aug 96
  15000. finder
  15001. appleevents
  15002. finderevents
  15003. events
  15004. finder
  15005. label
  15006. finder
  15007. display
  15008. folder
  15009. launch
  15010. finderevents
  15011. firmware
  15012. folder
  15013. fonts
  15014. fontsync
  15015. foreign
  15016. formatting
  15017. forth
  15018. foundation
  15019. framework
  15020. function
  15021. function
  15022. index
  15023. inside
  15024. functions
  15025. kages
  15026. Dev.CD Jan 99 SSWP
  15027. Dev.CD Jan 99 SSV
  15028. 30164X
  15029. Jan 99
  15030. f--set theItem to choose file -- uncomment to test in an AS editor
  15031.     tell application "Finder"
  15032.         open item "Dev.CD Jan 99 SSW"
  15033.         activate
  15034.     end tell
  15035. on error errMsg number errNum
  15036.     --enter statements to perform when no records are found such as...
  15037.     display dialog "Sorry, the item you selected could not be found."
  15038.     return
  15039. end try
  15040. All Packages
  15041. Dev.CD Jan 99 SSWP
  15042. Dev.CD Jan 99 SSV
  15043. 30165X
  15044. Jan 99
  15045. NOhigh level, toolbox, hltb, MoreFiles, MoreIsBetter, glue, wrapper, library codeOEDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:PPDev.CD Mar 00 RL Disk 1
  15046.  - What's New
  15047.  - Sample Code
  15048.  - Overview
  15049.  - MoreIsBetterV
  15050. 32452X
  15051. Mar 00^    RL Disk 1
  15052. --set theItem to choose file -- uncomment to test in an AS editor
  15053.     tell application "Finder"
  15054.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:"
  15055.         activate
  15056.     end tell
  15057. on error errMsg number errNum
  15058.     --enter statements to perform when no records are found such as...
  15059.     display dialog "Sorry, the item you selected could not be found."
  15060.     return
  15061. end try
  15062. e    No ChangefHhigh level
  15063. toolbox
  15064. MoreFiles
  15065. MoreIsBetter
  15066. wrapper
  15067. library codeq
  15068. Dev.CD Mar 00 RL Disk 1
  15069. All Packages
  15070. MoreNetworkSetup
  15071. 32453X
  15072. examples
  15073. exceeds
  15074. except
  15075. exception
  15076. exceptional
  15077. exceptions
  15078. exchange
  15079. exchanging
  15080. exciting
  15081. executable
  15082. execute
  15083. executed
  15084.  display dialog "Sorry, the item you selected could not be found."
  15085.     return
  15086. end try
  15087. All Packages
  15088. 8.5.1O
  15089. Dev.CD Apr 99 SSWP
  15090. Dev.CD Apr 99 SSV
  15091. 30167X
  15092. Apr 99
  15093. f--set theItem to choose file -- uncomment to test in an AS editor
  15094.     tell application "Finder"
  15095.         open item "Dev.CD Apr 99 SSW"
  15096.         activate
  15097.     end tell
  15098. on error errMsg number errNum
  15099.     --enter statements to perform when no records are found such as...
  15100.     display dialog "Sorry, the item you selected could not be found."
  15101.     return
  15102. end try
  15103. All Packages
  15104. 8.5.1O
  15105. Dev.CD Apr 99 SSWP
  15106. Dev.CD Apr 99 SSV
  15107. 30168X
  15108. Apr 99
  15109. happily
  15110. hard-won
  15111. hardware
  15112. hardware-dependent
  15113. hardwared
  15114. harlan
  15115. harness
  15116. tem you selected could not be found."
  15117.     return
  15118. end try
  15119.     E\ld exercise appropriate caution in making use of this code. More detailed warnings enclosed.
  15120. J'Sample Code.img
  15121. Windows Sample Code.imgK
  15122. Sep 96M    System 7.N&Finder AppleEvents FinderEvents eventsO
  15123. Dev.CD Feb 00 TC:Sample Code:P
  15124. Dev.CD Feb 00 TC
  15125.  - Sample CoderMsg number errNum
  15126.     --enter statements to perform when no records are found such as...
  15127.     display dialog "Sorry, the item you selected could not be found."
  15128.     return
  15129. end try
  15130. All Packages
  15131. 8.5.1O
  15132. Dev.CD Apr 99 SSWP
  15133. Dev.CD Apr 99 SSV
  15134. 30170X
  15135. Apr 99
  15136. f--set theItem to choose file -- uncomment to test in an AS editor
  15137.     tell application "Finder"
  15138.         open item "Dev.CD Apr 99 SSW"
  15139.         activate
  15140.     end tell
  15141. on error errMsg number errNum
  15142.     --enter statements to perform when no records are found such as...
  15143.     display dialog "Sorry, the item you selected could not be found."
  15144.     return
  15145. end try
  15146. All Packages
  15147. 8.5.1O
  15148. Dev.CD Apr 99 SSWP
  15149. Dev.CD Apr 99 SSV
  15150. 30171X
  15151. Apr 99
  15152. icon's
  15153. icondimming
  15154. iconposition
  15155. icons
  15156. iconutilcheck
  15157. ictbsample
  15158. ignoring
  15159. illustrate
  15160. illustrated
  15161. illustrates
  15162. illustrating
  15163. illustrations
  15164. im-vi
  15165. imacs
  15166. image
  15167. Summary:  The AppleEvents API is icky and you probably don't relish the idea of developing an intimate relationship with it. And you don't feel your application should yet require the scriptable Finder, which first shipped in System 7.5. Yet you still want to make Finder do backflips and cartwheels. Enter MoreFinderEvents. This package provides you with a painless API for sending some of the more simple forms of the FinderEvents, which have been with us since System 7.0.0. With this API yo
  15168. u can copy a file or open a control panel or empty the trash or any of several other things usually done by Finder at the user's request.
  15169. Issues:
  15170. [1] One of the following two things is true: [a] The handling of 'iconPosition' in 'MFE_DragLow' is buggy. [b] Finder doesn't handle this pparameter properly. The practical effect is that the icon lands in an uunpredictable position in the destination folder window. 
  15171. [2] Some FinderEvents result in Finder behavior which doesn't work well unles
  15172. s Finder is the front application. For example, you can submit a request to open the Page Setup dialog for a given folder window and Finder will happily open the Printing Manager and the appropriate dialog from the background. When the user brings Finder forward, the dialog won't (always) update properly. Bad. It's not clear what to do about this; some developers would probably rather decide for themselves when to bring Finder forward. I'd love to hear your feedback. 
  15173. [3] It's been sugges
  15174. ted you're better off using the scriptable Finder. It's said these older FinderEvents will go away eventually. These things are true, so you should use the scriptable Finder if it's available. See 'develop' magazine, issue 20, pages 65 to 78 for details. Does this mean you'll have two chunks of code in your application? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shou
  15175. packages
  15176. 32451X
  15177. Feb 00^
  15178. r--set theItem to choose file -- uncomment to test in an AS editor
  15179.     tell application "Finder"
  15180.         open item "Dev.CD Feb 00 TC:Sample Code:"
  15181.         activate
  15182.     end tell
  15183. on error errMsg number errNum
  15184.     --enter statements to perform when no records are found such as...
  15185.     display dialog "Sorry, the item you selected could not be found."
  15186.     return
  15187. end try
  15188. Movedf&Finder AppleEvents FinderEvents eventsq
  15189. Dev.CD Feb 00 TC
  15190. All Packages
  15191. MoreIsBetter
  15192. A code sample and library which provides indispensable work-arounds and illustrations for Mac OS programming.
  15193. Wrapper functions for: Control Manager, Appearance Manager, Dialog Manager, Window Manager, Menu Manager, Navigation Services, Network Setup, and more.
  15194. J.MIB-Clients:
  15195. MIB-Documentation:
  15196. MIB-Libraries:K
  15197. Nov 98L
  15198. Dec 99M
  15199. Universal Headers 3.2OEDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:V
  15200. 32452X
  15201. 1e    No Change
  15202. architecture/roadmap
  15203. architectures
  15204. archive
  15205. archived
  15206. archives
  15207. 32450X
  15208. Feb 00^
  15209. r--set theItem to choose file -- uncomment to test in an AS editor
  15210.     tell application "Finder"
  15211.         open item "Dev.CD Feb 00 TC:Sample Code:"
  15212.         activate
  15213.     end tell
  15214. on error errMsg number errNum
  15215.     --enter statements to perform when no records are found such as...
  15216.     display dialog "Sorry, the item you selected could not be found."
  15217.     return
  15218. end try
  15219. e    No Changef(File Manager
  15220. Desktop Manager
  15221. Sample Codeq
  15222. Dev.CD Feb 00 TC
  15223. ~D!All Packages
  15224. Tool Chest Edition
  15225. MoreFinderEvents
  15226. f--set theItem to choose file -- uncomment to test in an AS editor
  15227.     tell application "Finder"
  15228.         open item "Dev.CD May 99 SDK"
  15229.         activate
  15230.     end tell
  15231. on error errMsg number errNum
  15232.     --enter statements to perform when no records are found such as...
  15233.     display dialog "Sorry, the item you selected could not be found."
  15234.     return
  15235. end try
  15236. All Packages
  15237. Dev.CD Jul 99 SSWP
  15238. Dev.CD Jul 99 SSV
  15239. 30180X
  15240. Jul 99
  15241. MoreFiles is a collection of high-level routines written to answer common File Manager questions and to show how to perform common operations involving the Mac OS file system.
  15242. The routines in MoreFiles have been tested, documented, and code-reviewed by Apple.
  15243. MoreFiles provides: high-level and FSSpec style routines for parameter-block only File Manager calls; useful utility routines that perform many common File Manager related operations; a robust file copy routine; a recursive directorB
  15244. y copy routine; a catalog searching routines; high-level and FSSpec style routines for Desktop Manager calls; and routines for dealing with pathnames. See the file "!MoreFiles Read Me" for a description of fixes & improvements in version 1.4.9.
  15245. J'Sample Code.img
  15246. Windows Sample Code.imgK
  15247. Nov 93L
  15248. Nov 98N*File Manager, Desktop Manager, Sample CodeO
  15249. Dev.CD Feb 00 TC:Sample Code:P
  15250. Dev.CD Feb 00 TC
  15251.  - Sample Code
  15252. publisher
  15253. publishers
  15254. publishing
  15255. publishing
  15256. second
  15257. edition
  15258. pulled
  15259. punctuation
  15260. punjabi
  15261. puntuation
  15262. purchase
  15263. purdue
  15264. purevoice
  15265. purge
  15266. purged
  15267. purpose
  15268. purposeful
  15269. purposes
  15270. putawayvolumes
  15271. putpicproc
  15272. putting
  15273. puzzle
  15274. puzzlers
  15275. - uncomment to test in an AS editor
  15276.     tell application "Finder"
  15277.         open item "Dev.CD Jul 99 SSW"
  15278.         activate
  15279.     end tell
  15280. on error errMsg number errNum
  15281.     --enter statements to perform when no records are found such as...
  15282.     display dialog "Sorry, the item you selected could not be found."
  15283.     return
  15284. end try
  15285. All Packages
  15286. Dev.CD Jul 99 SSWP
  15287. Dev.CD Jul 99 SSV
  15288. 30183X
  15289. Jul 99
  15290. bechtel
  15291. become
  15292. becoming
  15293. bedford
  15294. before
  15295. befound
  15296. begin
  15297. 32449X
  15298. Dec 99^
  15299. --set theItem to choose file -- uncomment to test in an AS editor
  15300.     tell application "Finder"
  15301.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  15302.         activate
  15303.     end tell
  15304. on error errMsg number errNum
  15305.     --enter statements to perform when no records are found such as...
  15306.     display dialog "Sorry, the item you selected could not be found."
  15307.     return
  15308. end try
  15309. Deletedq
  15310. Dev.CD Dec 99 RL
  15311. }D!All Packages
  15312. Tool Chest Edition
  15313. MoreFiles 1.4.9
  15314. Jul 99
  15315. f--set theItem to choose file -- uncomment to test in an AS editor
  15316.     tell application "Finder"
  15317.         open item "Dev.CD Jul 99 SSW"
  15318.         activate
  15319.     end tell
  15320. on error errMsg number errNum
  15321.     --enter statements to perform when no records are found such as...
  15322.     display dialog "Sorry, the item you selected could not be found."
  15323.     return
  15324. end try
  15325. All Packages
  15326. Dev.CD Jul 99 SSWP
  15327. Dev.CD Jul 99 SSV
  15328. 30186X
  15329. Jul 99
  15330. Summary:  Macintosh Developer Notes, published on the Developer CD, contain over 700 pages of system software information not presently covered in Inside Macintosh.  Software developers seldom look for this type of information in the Macintosh Developer Notes because they assume that the notes are hardware specific. This is not a good assumption; developer notes do include detailed information on new system software APIs. To help you access this information more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  15331. JQDisplay Device Driver Guide
  15332. Mac OS Runtime Architectures
  15333. Read Me - Other SSW DocsK
  15334. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  15335.  - Technical Documentation
  15336.  - More SSW Documentation
  15337. issues
  15338. utility
  15339. compatible
  15340. system
  15341.         activate
  15342.     end tell
  15343. on error errMsg number errNum
  15344.     --enter statements to perform when no records are found such as...
  15345.     display dialog "Sorry, the item you selected could not be found."
  15346.     return
  15347. end try
  15348. All Packages
  15349. Dev.CD Aug 99P
  15350. Dev.CD Aug 9V
  15351. 30189X
  15352. Aug 99
  15353. gamma
  15354. gateway
  15355. generator
  15356. gestalt
  15357. gestalt
  15358. selector
  15359. codes
  15360. gestalt
  15361. manager
  15362. machine
  15363. identificatio
  15364. getenetaddrdirect
  15365. getnextevent
  15366. getnextevent
  15367. waitnextevent
  15368. filter
  15369. helper
  15370. getversion
  15371. global
  15372. global
  15373. search
  15374. replace
  15375. software
  15376. project
  15377. archiving
  15378. guest
  15379. guide
  15380. guidelines
  15381. gworld
  15382. fonts
  15383. typography
  15384. postscript
  15385. sample
  15386. gxgraphics
  15387. halftone
  15388. handles
  15389. handoff
  15390. handwriting
  15391. hardwareQ
  15392. hardware
  15393. developer
  15394. documentation
  15395. developer
  15396. notes
  15397. devnotes
  15398. heaps
  15399. hebrew
  15400. hierarchical
  15401. sub-menus
  15402. helper
  15403. menubar
  15404. corners
  15405. desktop
  15406. finder
  15407. grayrgn
  15408. hierarchical
  15409. human
  15410. WebObjectsToolsAndTech.pdfK
  15411. Jul 99M
  15412. Acrobat Reader 3.0NWWebObjects, EOModeler, Project Builder,  WebObjects Builder, Tools, Tips and TechniquesOODev.CD Jan 00 SDK1:Interactive Media Resources:WebObjects Tools and Techniques:PTDev.CD Jan 00 SDK1
  15413.  - Interactive Media Resources
  15414.  - WebObjects Tools and Techniques
  15415. chest
  15416. writer
  15417. writers
  15418. omment to test in an AS editor
  15419.     tell application "Finder"
  15420.         open item "Dev.CD Aug 99"
  15421.         activate
  15422.     end tell
  15423. on error errMsg number errNum
  15424.     --enter statements to perform when no records are found such as...
  15425.     display dialog "Sorry, the item you selected could not be found."
  15426.     return
  15427. end try
  15428. Summary:  MoofWars is a piece of sample code that demonstrates a few techniques to build efficient animation code on the PowerPC.  This code takes advantage of DrawSprocket to provide access to page flipping when the video hardware supports it.  This sample is written in C++.
  15429. The main features in this application are the graphic and tile classes, which are used to draw the background and then composite sprites on top of it.  The blitters within these classes are designed to move data as e
  15430. fficiently as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  15431. This version should work on any PowerMac.  It requires the DrawSprocket shared library, which can be found on the MacOS SDK and also on the Sprockets web page, http://dev.info.apple.com/games.
  15432. Issues:  There aren't any bugs that I know of.  This version runs only in 8-bit mode, although DrawSprocket should set this mo
  15433. de automatically.  By default, debugging code is compiled into the project, so you should have MacsBug installed when you run this code.
  15434. J'Sample Code.img
  15435. Windows Sample Code.imgK
  15436. Oct 96L
  15437. Nov 98N5games sprockets sprite blitters DrawSprocket MoofWarsO
  15438. Dev.CD Feb 00 TC:Sample Code:P
  15439. Dev.CD Feb 00 TC
  15440.  - Sample Coded not be found."
  15441.     return
  15442. end try
  15443. zD!All Packages
  15444. Tool Chest Edition
  15445. MiniLauncher 1.3b5
  15446. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  15447. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.y, the item you selected could not be found."
  15448.     return
  15449. end try
  15450. All Packages
  15451. Dev.CD Nov 99 SSWP
  15452. Dev.CD Nov 99 SSV
  15453. 30195X
  15454. Nov 99
  15455. f--set theItem to choose file -- uncomment to test in an AS editor
  15456.     tell application "Finder"
  15457.         open item "Dev.CD Nov 99 SSW"
  15458.         activate
  15459.     end tell
  15460. on error errMsg number errNum
  15461.     --enter statements to perform when no records are found such as...
  15462.     display dialog "Sorry, the item you selected could not be found."
  15463.     return
  15464. end try
  15465. All Packages
  15466. Dev.CD Nov 99 SSWP
  15467. Dev.CD Nov 99 SSV
  15468. 30196X
  15469. Nov 99
  15470. 32448X
  15471. Feb 00^
  15472. r--set theItem to choose file -- uncomment to test in an AS editor
  15473.     tell application "Finder"
  15474.         open item "Dev.CD Feb 00 TC:Sample Code:"
  15475.         activate
  15476.     end tell
  15477. on error errMsg number errNum
  15478.     --enter statements to perform when no records are found such as...
  15479.     display dialog "Sorry, the item you selected could not be found."
  15480.     return
  15481. end try
  15482. e    No Changef5games sprockets sprite blitters DrawSprocket MoofWarsq
  15483. Dev.CD Feb 00 TC
  15484. |D(All Packages
  15485. Reference Library Edition
  15486. More SSW Documentation
  15487. Advanced Web Site Technique.pdf
  15488. Avoid Audio Pitfalls Guide.pdf
  15489. CompbasedMediaBroadcastEnv
  15490. Creating MIDI for the Web3.pdf
  15491. DeBabelizer 3.0.pdf
  15492. Design For Reuse.pdf
  15493. DesignForRobustness
  15494. Digital Asset Management.pdf
  15495. Digital Storyboard.pdf 
  15496. DVD Development.pdf
  15497. DVD_Primer.pdf
  15498. Enhanced CD Survival Guide.pdf
  15499. EOModeler
  15500. Frameworks.pdf
  15501. Gender-Based Title Creation.pdf
  15502. Int_Media_Writer_Resources.pdf
  15503. Java Survival Guide.pdf
  15504. Making Cool QD3D Apps.pdf
  15505. Music on the Net.pdf
  15506. New Audio Features QT3.pdf
  15507. Porting
  15508. kObjectiveCtoJava
  15509. Push Tech Survival Gd.pdf
  15510. QT3-More Than Dig. Video.pdf
  15511. Simplified Stream Audio.pdf
  15512. Web Animation Guide.pdf
  15513. WebObjects Database Part I.pdf
  15514. WebObjects Database Part II.pdf
  15515. WebObjects Memory Mgmt.pdf
  15516. WebObjects Tools and Techniques
  15517. WebObjectsCategories&Posers.pdf
  15518. WebObjectsPerformanceTuning
  15519. Working with WebObjects.pdf
  15520. Writing for Interactive Media
  15521. All Packages
  15522. System Enabler 003 (LC III)OEDev.CD Apr 94
  15523. Dev.CD Jan 94
  15524. Dev.CD Oct 93
  15525. Dev.CD Jul 93
  15526. Dev.CD Apr 93PDDev.CD Apr 94
  15527. Dev.CD Jan 94
  15528. Dev.CD Oct 93
  15529. Dev.CD Jul 93
  15530. Dev.CD Apr 9V
  15531. 33030X
  15532. Apr 94
  15533. --set theItem to choose file -- uncomment to test in an AS editor
  15534.     tell application "Finder"
  15535.         open item "Dev.CD Apr 94
  15536. Dev.CD Jan 94
  15537. Dev.CD Oct 93
  15538. Dev.CD Jul 93
  15539. Dev.CD Apr 93"
  15540.         activate
  15541.     end tell
  15542. on error errMsg number errNum
  15543.     --enter statements to perform when no records are found such as...
  15544.     display dialog "Sorry, the item you selected could not be found."
  15545.     return
  15546. end try
  15547. All Packages
  15548. System Enabler 003 (LC III)O7Dev.CD Apr 94
  15549. Dev.CD Jan 94
  15550. Dev.CD Oct 93
  15551. Dev.CD Jul 93P6Dev.CD Apr 94
  15552. Dev.CD Jan 94
  15553. Dev.CD Oct 93
  15554. Dev.CD Jul 9V
  15555. 33031X
  15556. Apr 94
  15557. michael
  15558. microprocessor
  15559. microprocessorsQ
  15560. microsystems
  15561. microtrends
  15562. middle
  15563. 32447X
  15564. Feb 00^
  15565. --set theItem to choose file -- uncomment to test in an AS editor
  15566.     tell application "Finder"
  15567.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  15568.         activate
  15569.     end tell
  15570. on error errMsg number errNum
  15571.     --enter statements to perform when no records are found such as...
  15572.     display dialog "Sorry, the item you selected could not be found."
  15573.     return
  15574. end try
  15575. e    No Changeq
  15576. Dev.CD Feb 00 TC
  15577. {D!All Packages
  15578. Tool Chest Edition
  15579. Moofwars 1.02
  15580.     ov 99
  15581. f--set theItem to choose file -- uncomment to test in an AS editor
  15582.     tell application "Finder"
  15583.         open item "Dev.CD Nov 99 SSW"
  15584.         activate
  15585.     end tell
  15586. on error errMsg number errNum
  15587.     --enter statements to perform when no records are found such as...
  15588.     display dialog "Sorry, the item you selected could not be found."
  15589.     return
  15590. end try
  15591. All Packages
  15592. Dev.CD Nov 99 SSWP
  15593. Dev.CD Nov 99 SSV
  15594. 30199X
  15595. Nov 99
  15596. Virtual User tools.imgK
  15597. Vol VIIL
  15598. Nov/Dec 92OCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  15599.  - Tool Chest
  15600.  - Testing & Debugging
  15601.  - Virtual User toolsum
  15602.     --enter statements to perform when no records are found such as...
  15603.     display dialog "Sorry, the item you selected could not be found."
  15604.     return
  15605. end try
  15606. might
  15607. miller
  15608. million
  15609. millions
  15610. mimicks
  15611. mimics
  15612. minilauncher
  15613. minimal
  15614. minimising
  15615. minimize
  15616. minimum
  15617. minor
  15618. minow
  15619. minute
  15620. minutes
  15621. mirror
  15622. misaligned
  15623. misalignment
  15624. miscellaneous
  15625. miscreant
  15626. misdemeanors
  15627. misguided
  15628. mismatched
  15629. misrecognized
  15630. missing
  15631. mistake
  15632. mixed
  15633. mixed-mode
  15634. mixed-partition
  15635. mixer
  15636. mixing
  15637. mobile
  15638. mockup
  15639. modal
  15640. modallist
  15641. model
  15642. Dev.CD Dec 99 SSWP
  15643. Dev.CD Dec 99 SSV
  15644. 30202X
  15645. Dec 99
  15646. summary
  15647. midiconverter
  15648. application
  15649. converting
  15650. gener
  15651. summary
  15652. minilauncher
  15653. launch
  15654. applications
  15655. summary
  15656. moofwars
  15657. piece
  15658. sample
  15659. demonstrates
  15660. summary
  15661. mountalias
  15662. control
  15663. panel
  15664. device
  15665. automatica
  15666. summary
  15667. mping
  15668. network
  15669. testing
  15670. protoco
  15671. summary
  15672. network
  15673. management
  15674. specifications
  15675. macintosh
  15676. summary
  15677. networkstream
  15678. stream
  15679. class
  15680. object
  15681. summary
  15682. objects
  15683. hypercard
  15684. allowed
  15685. variabl
  15686. summary
  15687. opendoc
  15688. industry
  15689. standard
  15690. architecture
  15691. summary
  15692. opendoc
  15693. j-1.1
  15694. localized
  15695. version
  15696. opendoc
  15697. summary
  15698. control
  15699. strip
  15700. sample
  15701. project
  15702. summary
  15703. manager
  15704. comprehensive
  15705. developm
  15706. summary
  15707. pccts
  15708. purdue
  15709. compiler-constructio
  15710. summary
  15711. sample
  15712. discussion
  15713. detect
  15714. whether
  15715. summary
  15716. sample
  15717. network
  15718. chess
  15719. application
  15720. window's
  15721. windowcolors
  15722. windowcompare
  15723. windowed
  15724. windowpicker
  15725. windows
  15726. windows/dos
  15727. windowshade
  15728. wintermyre
  15729. wireless
  15730. MIDI, Music movie, converterO4Dev.CD Feb 00 TC:Tool Chest:QuickTime:MIDIConverter:P<Dev.CD Feb 00 TC
  15731.  - Tool Chest
  15732.  - QuickTime
  15733.  - MIDIConverterV
  15734. 32446X
  15735. Feb 00^
  15736. --set theItem to choose file -- uncomment to test in an AS editor
  15737.     tell application "Finder"
  15738.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickTime:MIDIConverter:"
  15739.         activate
  15740.     end tell
  15741. on error errMsg number errNum
  15742.     --enter statements to perform when no records are found such as...
  15743.     display dialog "Sorry, the item you selected could not be found."
  15744.     return
  15745. end try
  15746. e    No Changef
  15747. Music movie
  15748. converterq
  15749. Dev.CD Feb 00 TC
  15750. MiniLauncher 1.3b5
  15751. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  15752. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.print a document.
  15753. iw-half-dither
  15754. j-1.1
  15755. james
  15756. jamie
  15757. january
  15758. january/february
  15759. japan
  15760. japanese
  15761. jasik's
  15762. client
  15763. tutorial
  15764. java's
  15765. javadoc
  15766. javascript
  15767. jazzed-up
  15768. jbindery
  15769. jdirect
  15770. jgnefilter
  15771. jmanager
  15772. johnson
  15773. joins
  15774. joseph
  15775. journey
  15776. joust
  15777. joysticks
  15778. l Packages
  15779. Tool Chest Edition
  15780. A/ROSE
  15781.  1.2.1
  15782. outdated
  15783. outline
  15784. outlined
  15785. outlines
  15786. outlining
  15787. outlook
  15788. outperform
  15789. output
  15790. outputs
  15791. outside
  15792. outstanding
  15793. ovals
  15794. overW
  15795. sample
  15796. applications
  15797. tools
  15798. terminology
  15799. aegizmos
  15800. aegizmos
  15801. 1.4.2
  15802. aetracker
  15803. aetracker
  15804. alias
  15805. alias
  15806. analysis
  15807. appearance
  15808. appearance
  15809. 1.0.2
  15810. appearance
  15811. 1.0.4
  15812. apple
  15813. apple
  15814. cd-rom
  15815. handbook
  15816. apple
  15817. color
  15818. onescanner
  15819. apple
  15820. detectors
  15821. 33246X
  15822. Jul 99^
  15823. --set theItem to choose file -- uncomment to test in an AS editor
  15824.     tell application "Finder"
  15825.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:"
  15826.         activate
  15827.     end tell
  15828. on error errMsg number errNum
  15829.     --enter statements to perform when no records are found such as...
  15830.     display dialog "Sorry, the item you selected could not be found."
  15831.     return
  15832. end try
  15833. Deletedf5Telephone Manager
  15834. Telephony
  15835. Analog
  15836. Phone
  15837. Dev.CD Jul 99 SDK1
  15838. All Packages
  15839. Text Encoding Converter 1.5
  15840. 33247X
  15841. plish
  15842. accomplished
  15843. accomplishing
  15844. according
  15845. account/password
  15846. accumulate
  15847. accuracy
  15848. accurate
  15849. accurately
  15850. accurately
  15851. print
  15852. image
  15853. scanned
  15854. accurately
  15855. print
  15856. image
  15857. viewed
  15858. monitor
  15859. acgis
  15860. achieve
  15861. achieved
  15862. achieves
  15863. globalmaster
  15864. graphical@
  15865. hardware@
  15866. history
  15867. hypercard
  15868. video
  15869. toolkit
  15870. images@
  15871. import@
  15872. info@
  15873. install
  15874. install
  15875. instance
  15876. variable
  15877. text@
  15878. international@
  15879. issue@
  15880. keycode@
  15881. connectivity
  15882. consumer
  15883. container
  15884. content
  15885. context
  15886. contextual
  15887. contextual
  15888. manager
  15889. control
  15890. control
  15891. strip
  15892. powerbook
  15893. control
  15894. panel
  15895. controls
  15896. conversion
  15897. converter
  15898. coprocessor
  15899. corba
  15900. foundation
  15901. overview
  15902. opaque
  15903. types
  15904. reference
  15905. counts
  15906. corners
  15907. counter
  15908. counter
  15909. windows
  15910. introduction
  15911. document
  15912. modal
  15913. dialog
  15914. countersQ
  15915. counting
  15916. counts
  15917. conversion
  15918. apple
  15919. event
  15920. server
  15921. scripting
  15922. database
  15923. database
  15924. MenuScripter 4.0
  15925. Summary:  The purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  15926. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Th
  15927. Token Ringq
  15928. Dev.CD Feb 00 TC
  15929. D!All Packages
  15930. Tool Chest Edition
  15931. About Developer University
  15932. chest
  15933. edition
  15934. copy-and-paste
  15935. copy/paste
  15936. copybitmask
  15937. copybits
  15938. copybitsspeedpalette
  15939. copydeepmask
  15940. copying
  15941. country
  15942. course
  15943. courses
  15944. courseware
  15945. cpu's
  15946. craig
  15947. crash
  15948. crashed
  15949. crashes
  15950. crawl
  15951. create
  15952. created
  15953. creates
  15954. creating
  15955. creation
  15956. creator
  15957. crimes
  15958. critical
  15959. critically
  15960. cross-platform
  15961. crucial
  15962. cryptic
  15963. culture
  15964. curbow
  15965. curious
  15966. current
  15967. cursive
  15968. curves
  15969. custom
  15970. customchoose
  15971. customenabler
  15972. DJTObject
  15973. Read ME 2.0
  15974. Readme 2.1.1
  15975. SetupProj
  15976. Source
  15977. StdFileSaver
  15978. wDev registration infoK
  15979. Vol VIIIL
  15980. Nov 96M*MPW with SC. Can only be compiled for 68K.N!printers drivers sample code pictO:Dev.CD Feb 00 TC:Tool Chest:Printing:STD File Saver 2.1.1:PBDev.CD Feb 00 TC
  15981.  - Tool Chest
  15982.  - Printing
  15983.  - STD File Saver 2.1.1V
  15984. 32905X
  15985. Feb 00^
  15986. --set theItem to choose file -- uncomment to test in an AS editor
  15987.     tell application "Finder"
  15988.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:STD File Saver 2.1.1:"
  15989.         activate
  15990.     end tell
  15991. on error errMsg number errNum
  15992.     --enter statements to perform when no records are found such as...
  15993.     display dialog "Sorry, the item you selected could not be found."
  15994.     return
  15995. end try
  15996. e    No Changef!printers drivers sample code pictq
  15997. Dev.CD Feb 00 TC
  15998. StopXPP dcmdI
  15999. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  16000. Networks.imger.J
  16001. Networks.img Change
  16002. river for the traditional Mac OS.  The sample tries to implement the simplest possible device driver and therefore doesn
  16003. t talk to any real hardware.  Instead it mounts disk images over the network.
  16004. ATA demo:  This ATA Manager Sample scans ATA bus and gathers info on ATA (AT-Attachment), such as ATA hard disk drives, (sometimes referred to as integrated drive electronics or IDE drives) and ATAPI (ATA Packet Interface) devices.
  16005. DriverGestalt Demo:  This DriverGestalt Sample scans drive ta
  16006. bles and displays relevant to the DriverGestalt Info for installed drives.
  16007. RAMDisk 1.4d5:  This sample demonstrates how to write a simple Mac OS block device driver, in this case a RAM disk.  It also demonstrates how to bundle a system extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  16008. SCSI Samples 1.0:  This folder contains several
  16009.  snippets that illustrate the original and asy
  16010. e Open Scripting Architecture' and 'Implementing Inheritance In Scripts' (see references). If you intend to use the OSA then I recommend that you read these articles.
  16011. Here is a list of the OSA features MenuScripter demonstrates:
  16012.  Attaching scripts to objects.
  16013.  Installing a predispatch Apple event handler to allow an objects script first go at handling any events targetted at the object.
  16014.  Directly compiling and executing scripts.
  16015.  Decompiling existing scripts for editing.
  16016.  Gettin
  16017. g and setting properties in scripts.
  16018.  Retrieving information on errors that occur in a script.
  16019.  Loading and storing scripts.
  16020. MenuScripter compiles under :
  16021.   Metrowerks CodeWarrior 7 and 8, 68K and PPC
  16022.   Symantec C++ 8.0.1
  16023.   Symantec 7.0.4
  16024.   ETO, MPW Pro #19 'Latest MPW'- Symantec C++ for MPW, MrC
  16025. Here is a list of the changes to MenuScripter 3.1 to produce MenuScripter 4.0:
  16026.  Updated script terminology consistent with 7Edit 3.1.
  16027.  Improvements to user interface.
  16028.  A results window
  16029.  for displaying the results and errors of scripts.
  16030.  Better script error reporting.
  16031.  Allowing of scripts to be attached to documents and the application.
  16032.  Ability to set and get an objects script through scripting.
  16033.  Use of a predispatch Apple event handler to allow an objects script first go at handling an Apple event.
  16034.  The 'SCPT' resource storing uncompiled scripts changed to a C string for easier reading and modification.
  16035.  Added differentiation between window and document objeE
  16036. J'Sample Code.img
  16037. Windows Sample Code.imgK
  16038. Jan 96L
  16039. Sep 96N
  16040. MenuScripter, AppleScriptO
  16041. Dev.CD Feb 00 TC:Sample Code:P
  16042. Dev.CD Feb 00 TC
  16043.  - Sample Codeton:
  16044. 11-Other topics:
  16045. 12-Training Schedule.pdf
  16046. 13-DU Training Sites.pdf
  16047. May 92L
  16048. Oct 96M
  16049. Adobe Acrobat ReaderOADev.CD Nov 99 TC:Programs & Marketing:About Developer University:PFDev.CD Nov 99 TC
  16050.  - Programs & Marketing
  16051.  - About Developer University
  16052. licenced
  16053. license
  16054. licensed
  16055. licenses
  16056. licensing
  16057. 2-335
  16058. 2-341
  16059. 2-364
  16060. 2-byte
  16061. 3.2.1
  16062. 32-bit
  16063. 350000
  16064. 3d-party
  16065. 3d-the
  16066. 40-60
  16067. program
  16068. control
  16069. access
  16070. 5thcolumnW
  16071. 6.0.4
  16072. 32873X
  16073. Feb 00^
  16074. r--set theItem to choose file -- uncomment to test in an AS editor
  16075.     tell application "Finder"
  16076.         open item "Dev.CD Feb 00 TC:Sample Code:"
  16077.         activate
  16078.     end tell
  16079. on error errMsg number errNum
  16080.     --enter statements to perform when no records are found such as...
  16081.     display dialog "Sorry, the item you selected could not be found."
  16082.     return
  16083. end try
  16084. e    No Changeq
  16085. Dev.CD Feb 00 TC
  16086. %D!All Packages
  16087. Tool Chest Edition
  16088. Snippets - Hardware
  16089. (** = new, * = revised)
  16090. TimerTst:  This hardware-dependent snippet shows how to use the VIA timers (for the few times when the Time Manager is not appropriate).
  16091. VBL Snippet:  A simple example of a persistent VBL written in C that works with 68K or PowerPC.
  16092. J'Sample Code.img
  16093. Windows Sample Code.imgK
  16094. Feb 92L
  16095. Nov 96O
  16096. Dev.CD Feb 00 TC:Sample Code:P
  16097. Dev.CD Feb 00 TC
  16098.  - Sample CodeV
  16099. 32874X
  16100. Feb 00^
  16101. #09-multimedia
  16102. 09-multimedia
  16103. graphics
  16104. 09/95
  16105. 09/96
  16106. 09/97
  16107. lains what the extension does.  (Technogeek for "minor concern"; my definition of the UniversalProcPtr for the PowerOff gestalt function didn't include space for a return code.  I was using a prerelease of the System 7.5.3 tech note.  It shouldn't have caused any problems, but I'm being anal.)
  16108. PackMan C:  This snippet shows how to implement a simpleChooser Package in C, based on Scott 
  16109.  Zimmerman's PACKman pascal sample
  16110. PBxxx Serial Demo:  Shows how to use the serial ports correctly. 
  16111.  Connect your macs up with a serial cable if you want to see it in action.  Or just look at the code to see how things ought to be done.
  16112. Play:  With this program on your hard disk; you can double click on a track on an Audio CD and the CD SC drive will start playing the audio track and will continue until the end of the disk
  16113. ReadSector MSDOS:  This snippet shows how to read and write physical sectors on MS-DOS floppies within your application (as Apple File Exchange does), rather than wr
  16114. checked
  16115. checked-in/checked-o
  16116. 3.0.1
  16117. 3.6.5
  16118. 4.0.1
  16119. 4.0.8
  16120. adbreinit
  16121. advanced
  16122. advanced
  16123. color
  16124. imaging
  16125. advanced
  16126. color
  16127. imaging
  16128. coercion
  16129. aegizmos
  16130. aegizmos
  16131. 1.4.2
  16132. editor
  16133. stack
  16134. 1.0b3
  16135. resedit
  16136. template
  16137. aetracker
  16138. aetracker
  16139. aeusertermtypes
  16140. aeusertermtypes
  16141. resource
  16142. analyzer
  16143. apple
  16144. apple
  16145. workgroup
  16146. servers
  16147. appleeventtypes
  16148. appleeventtypes
  16149. applesearch
  16150. appleshare
  16151. appletalk
  16152. appletalk
  16153. remote
  16154. access
  16155. autoguest
  16156. 32445X
  16157. Feb 00^
  16158. r--set theItem to choose file -- uncomment to test in an AS editor
  16159.     tell application "Finder"
  16160.         open item "Dev.CD Feb 00 TC:Sample Code:"
  16161.         activate
  16162.     end tell
  16163. on error errMsg number errNum
  16164.     --enter statements to perform when no records are found such as...
  16165.     display dialog "Sorry, the item you selected could not be found."
  16166.     return
  16167. end try
  16168. Movedf
  16169. MenuScripter
  16170. AppleScriptq
  16171. Dev.CD Feb 00 TC
  16172. yD!All Packages
  16173. Tool Chest Edition
  16174. MIDIConverter
  16175. Summary:  MIDIConverter is an application for converting general MIDI files (file type 'Midi') to QuickTime movie files. To convert just select the MIDI files and drag them on top of this app. When the conversion is done, the movies files can be found in the original file folder.
  16176. J;MIDIConverter
  16177. MIDIConverter Readme
  16178. MIDIConverter Readme.txtK
  16179. Apr 95M*System 7 or later, QuickTime 1.5 or later.:Tool Chest:QuickTime:MIDIConverter:V
  16180. 32446X
  16181. 1e    No Change
  16182. sample
  16183. shows
  16184. transport
  16185. a-trap
  16186. a/rose
  16187. ability
  16188. aborts
  16189. about
  16190. about
  16191. runtime
  16192. 2.1.4
  16193. about
  16194. 2.1.4
  16195. redistribution
  16196. virtual
  16197. summary
  16198. macintosh
  16199. software
  16200. distributed
  16201. world
  16202. summary
  16203. objects
  16204. hypercard
  16205. allowed
  16206. variabl
  16207. toolbox
  16208. contains
  16209. 32869X
  16210. Nov 99^
  16211. --set theItem to choose file -- uncomment to test in an AS editor
  16212.     tell application "Finder"
  16213.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Snarfer:"
  16214.         activate
  16215.     end tell
  16216. on error errMsg number errNum
  16217.     --enter statements to perform when no records are found such as...
  16218.     display dialog "Sorry, the item you selected could not be found."
  16219.     return
  16220. end try
  16221. Deletedq
  16222. Dev.CD Nov 99 TC
  16223. !D!All Packages
  16224. Tool Chest Edition
  16225. F!Snippets - Communications Toolbox
  16226. f(** = new, * = revised)
  16227. FindSerialPorts:  This is a little snippet from the "Inside the Macintosh Communications Toolbox" which demonstrates the correct method for detecting which serial ports are present.
  16228. Get Tool Config:  This sample shows how to accumulate into a TEXT file the config strings of Connection Tools that have been configured with CMChoose.
  16229. J'Sample Code.img
  16230. Windows Sample Code.imgK
  16231. Feb 92L
  16232. Apr 97O
  16233. Dev.CD Feb 00 TC:Sample Code:nge
  16234. wD!All Packages
  16235. Tool Chest Edition
  16236. Menu Defproc 1.0.3
  16237. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  16238. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  16239. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  16240. ev.CD Feb 00 TC
  16241. ADB Analyzer 1.0D6
  16242. oSummary: This tool allows the developer to monitor the ADB Bus on a host Macintosh.  It will capture a sequence of packets and display them in both packet and trace forms.
  16243. Features: User can specify an ADB command to trigger the capture.
  16244. Issues: Special cable needs to be made to adapt the ADB bus to the host Macs modem port.  Menu item shows cable diagram.  
  16245. ADB AnalyzerK
  16246. Mar 92M%Mac SE or later machine for the host.ine for the host.
  16247. concrete
  16248. concurrent
  16249. concurrently
  16250. condition
  16251. conditional
  16252. conditions
  16253. condone
  16254. conference
  16255. conferences
  16256. conferencing
  16257. confessions
  16258. confident
  16259. confidential
  16260. config
  16261. configurable
  16262. configuration
  16263. A license agreement is presented when the product is installed to which the person installing AB2d Lib must agree before installation will proceed.
  16264. Install Ad Lib 3.0.1K
  16265. Dec 98L
  16266. Dec 99M
  16267. PPC only, Mac OS 7.5 or laterNIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO*Dev.CD Feb 00 TC:Tool Chest:MacApp:Ad Lib:P2Dev.CD Feb 00 TC
  16268.  - Tool Chest
  16269.  - MacApp
  16270.  - Ad Lib
  16271. All Packages
  16272. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  16273. Dev.CD Jan 94
  16274. Dev.CD Oct 93P(Dev.CD Apr 94
  16275. Dev.CD Jan 94
  16276. Dev.CD Oct 9V
  16277. 33141X
  16278. Apr 94
  16279. ~--set theItem to choose file -- uncomment to test in an AS editor
  16280.     tell application "Finder"
  16281.         open item "Dev.CD Apr 94
  16282. Dev.CD Jan 94
  16283. Dev.CD Oct 93"
  16284.         activate
  16285.     end tell
  16286. on error errMsg number errNum
  16287.     --enter statements to perform when no records are found such as...
  16288.     display dialog "Sorry, the item you selected could not be found."
  16289.     return
  16290. end try
  16291. All Packages
  16292. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  16293. Dev.CD Jan 94
  16294. Dev.CD Oct 93
  16295. Dev.CD Jul 93P6Dev.CD Apr 94
  16296. Dev.CD Jan 94
  16297. Dev.CD Oct 93
  16298. Dev.CD Jul 9V
  16299. 33142X
  16300. Apr 94
  16301. front
  16302. J?hardware:
  16303. Java_pdf 
  16304. macos8_pdf
  16305. macosx:
  16306. webobjects:
  16307. README.html
  16308. capture
  16309. carbon
  16310. carbonlib
  16311. provides the function BuildGLFromWindow and DestroyGLFromWindow to handle cases where you want to setup OpenGL on a preexisting window.  Ensure you call the DestroyGLFromWindow to destroy the context.
  16312. - PauseGL and ResumeGL are provided to allow the user control over the screen.  Suppose you wish to draw a movie in the same window as OpenGL is using, just call PauseGL, play your movie and then ResumeGL when finished to start drawing your OpenGL scene again.
  16313. Descriptions of the operation 
  16314. of the major functions and the structures can be found in the SetupGL.h header file.
  16315. The include test application shows the basic use of SetupGL by building a context and letting the user control the specifications on the fly, rebuilding the context when the request changes.  This code also demonstrates the use of aglFonts, providing reusable font drawing routines.
  16316. Note: Some of the access paths will have to reset to point to the location of the OpenGL SDK on your local system.
  16317. Feb 00
  16318. Vol IIIFeb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:PTDev.CD Feb 00 TC
  16319.  - Tool Chest
  16320.  - Devices
  16321.  - Apple Desktop Bus
  16322.  - ADB Analyzer 1.0d6V
  16323. 30210X
  16324. Feb 00^
  16325. --set theItem to choose file -- uncomment to test in an AS editor
  16326.     tell application "Finder"
  16327.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:"
  16328.         activate
  16329.     end tell
  16330. on error errMsg number errNum
  16331.     --enter statements to perform when no records are found such as...
  16332.     display dialog "Sorry, the item you selected could not be found."
  16333.     return
  16334. end try
  16335. e    No Changeq
  16336. Dev.CD Feb 00 TC
  16337. D!All Packages
  16338. Tool Chest Edition
  16339. ADB Key Spy 1.0.1b3
  16340. ChooseTkl.c
  16341. ChooseTkl.h
  16342. Concordia
  16343. Concordia Info
  16344. Concordia Info.txt
  16345. Concordia.c
  16346. Concordia.h
  16347. Concordia.make
  16348. Concordia.r
  16349. DrawTkl.c
  16350. DrawTkl.h
  16351. PopUpTkl.c
  16352. PopUpTkl.h
  16353. SizeTkl.c
  16354. SizeTkl.hs and display them in both packet and trace forms.
  16355. Features: User can specify an ADB command to trigger the capture.
  16356. Issues: Special cable needs to be made to adapt the ADB bus to the host Macs modem port.  Menu item shows cable diagram.  
  16357. ADB AnalyzerK
  16358. Mar 92M%Mac SE or later machine for the host.
  16359. 32444X
  16360. Feb 00^
  16361. --set theItem to choose file -- uncomment to test in an AS editor
  16362.     tell application "Finder"
  16363.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:Menu Defproc 1.0.3:"
  16364.         activate
  16365.     end tell
  16366. on error errMsg number errNum
  16367.     --enter statements to perform when no records are found such as...
  16368.     display dialog "Sorry, the item you selected could not be found."
  16369.     return
  16370. end try
  16371. e    No Changeq
  16372. Dev.CD Feb 00 TC
  16373. xD!All Packages
  16374. Tool Chest Edition
  16375. he purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  16376. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Thr Flexibility: Th
  16377. Vol VIIM-Any Macintosh, This MDEF is not fully tested.O7Dev.CD Feb 00 TC:Tool Chest:Toolbox:Menu Defproc 1.0.3:P?Dev.CD Feb 00 TC
  16378.  - Tool Chest
  16379.  - Toolbox
  16380.  - Menu Defproc 1.0.3ing a system extension
  16381.  using the ADB API
  16382.  "patching" ADB service routines
  16383.  building, installing, and using a driver
  16384.  mapping physical key codes to virtual key codes
  16385. J'Sample Code.img
  16386. Windows Sample Code.imgK
  16387. Nov 95L
  16388. May 97M
  16389. anything later than a Mac SEN
  16390. keyboard map adbO
  16391. Dev.CD Feb 00 TC:Sample Code:P
  16392. Dev.CD Feb 00 TC
  16393.  - Sample Code
  16394. toolbox
  16395. toolkit
  16396. toolkits
  16397. tools
  16398. top-selling
  16399. topic
  16400. topics
  16401. topping
  16402. total
  16403. totally
  16404. totals
  16405. touch
  16406. touches
  16407. tough
  16408. toward
  16409. towards
  16410. tpifile
  16411. tracing
  16412. track
  16413. tracker
  16414. tracking
  16415. transferred
  16416. transfers
  16417. P@Dev.CD Feb 00 TC
  16418.  - Tool Chest
  16419.  - Devices
  16420.  - SCSI
  16421.  - Sedit 1.0b3V
  16422. 32847X
  16423. Feb 00^
  16424. --set theItem to choose file -- uncomment to test in an AS editor
  16425.     tell application "Finder"
  16426.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:Sedit 1.0b3:"
  16427.         activate
  16428.     end tell
  16429. on error errMsg number errNum
  16430.     --enter statements to perform when no records are found such as...
  16431.     display dialog "Sorry, the item you selected could not be found."
  16432.     return
  16433. end try
  16434. e    No Changeq
  16435. Dev.CD Feb 00 TC
  16436. D!All Packages
  16437. Tool Chest Edition
  16438. Server Remote Control 1.1
  16439. norway
  16440. distributors/localiz
  16441. apple
  16442. product
  16443. example
  16444. notes
  16445. nubustest
  16446. nubustest
  16447. nubustest
  16448. nubustest
  16449. actually
  16450. graphical
  16451. editor
  16452. which
  16453. create
  16454. adapt
  16455. adaptation
  16456. adapts
  16457. adbreinit
  16458. add-ons
  16459. addchange
  16460. added
  16461. addendum
  16462. addheader
  16463. adding
  16464. addition
  16465. additional
  16466. additionally
  16467. additions
  16468. address
  16469. address
  16470. resolution
  16471. protocol
  16472. protocol
  16473. mapping
  16474. addresses
  16475. addressing
  16476. adequate
  16477. adevs
  16478. adjust
  16479. vPKDev.CD Feb 00 TC
  16480.  - Tool Chest
  16481.  - Testing & Debugging
  16482.  - Virtual User tools 1.0V
  16483. 30213X
  16484. Feb 00^
  16485. --set theItem to choose file -- uncomment to test in an AS editor
  16486.     tell application "Finder"
  16487.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:"
  16488.         activate
  16489.     end tell
  16490. on error errMsg number errNum
  16491.     --enter statements to perform when no records are found such as...
  16492.     display dialog "Sorry, the item you selected could not be found."
  16493.     return
  16494. end try
  16495. e    No Changef
  16496. Dev.CD Feb 00 TC
  16497. All Packages
  16498. Adobe Acrobat Reader
  16499. 30214X
  16500. All Packages
  16501. System Enabler 065 (LC 575)O
  16502. Dev.CD Apr 94
  16503. Dev.CD Jan 94P
  16504. Dev.CD Apr 94
  16505. Dev.CD Jan 9V
  16506. 33065X
  16507. Apr 94
  16508. p--set theItem to choose file -- uncomment to test in an AS editor
  16509.     tell application "Finder"
  16510.         open item "Dev.CD Apr 94
  16511. Dev.CD Jan 94"
  16512.         activate
  16513.     end tell
  16514. on error errMsg number errNum
  16515.     --enter statements to perform when no records are found such as...
  16516.     display dialog "Sorry, the item you selected could not be found."
  16517.     return
  16518. end try
  16519. All Packages
  16520. System Enabler 065 (LC 575)O
  16521. Dev.CD Apr 94
  16522. Dev.CD Jan 94P
  16523. Dev.CD Apr 94
  16524. Dev.CD Jan 9V
  16525. 33066X
  16526. Apr 94
  16527.  leaks.
  16528. Features:  Memory Monitor provides infomation about memory usage from three vantage points: 
  16529. 1) From Macsbug's point of view you can obtain the same info as the Heap Totals (HT), Heap Zones (HZ), and Heap Check (HC) commands.
  16530. 2) From the Process Manager's point of view you can obtain a list of active processes and get the information provided by the GetProcessInformation tool box call for each process.
  16531. 3) From Finder's point of view you can obtain the numbers provided by the "AbouC
  16532. t this Macintosh" dialog.
  16533. Virtual User tools.imgK
  16534. Jul 93L
  16535. Aug 94
  16536. Memory Monitor requires System Software 7.0 or greater, and Apple
  16537.  Event Manager v1.0.1 or later. Memory Monitor can be utilized by either Virtual User 2.0 or any AppleScript capable environment. Memory Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  16538. N(Testing, Memory, Virtual User, DebuggingOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:est information
  16539. 32443X
  16540. Feb 00^
  16541. --set theItem to choose file -- uncomment to test in an AS editor
  16542.     tell application "Finder"
  16543.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  16544.         activate
  16545.     end tell
  16546. on error errMsg number errNum
  16547.     --enter statements to perform when no records are found such as...
  16548.     display dialog "Sorry, the item you selected could not be found."
  16549.     return
  16550. end try
  16551. e    No Changef%Testing
  16552. Memory
  16553. Virtual User
  16554. Debuggingq
  16555. Dev.CD Feb 00 TC
  16556. Menu Defproc 1.0.3
  16557. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  16558. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  16559. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  16560. dimming.
  16561. ue    No Changef2MemHell
  16562. Memory
  16563. stress
  16564. debug
  16565. debugging
  16566. testingq
  16567. Dev.CD Feb 00 TC
  16568. vD!All Packages
  16569. Tool Chest Edition
  16570. Memory Monitor
  16571. Summary:  Memory Monitor is a software utility which provides memory usage information to a programatically driven environment, such as Virtual User (V.U.), AppleScript or any Apple Event capable environment. Memory Monitor was created to assist test engineers using an automated test environment to obtain memory usage information without the need of human intervention. It has been used extensively for gathering Ram foot print information of software products. It can also help locate memory
  16572. --set theItem to choose file -- uncomment to test in an AS editor
  16573.     tell application "Finder"
  16574.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:MemHell:"
  16575.         activate
  16576.     end tell
  16577. on error errMsg number errNum
  16578.     --enter statements to perform when no records are found such as...
  16579.     display dialog "Sorry, the item you selected could not be found."
  16580.     return
  16581. end try
  16582. webobjects
  16583. developer's
  16584. guide
  16585. webobjects
  16586. memory
  16587. management
  16588. theresa
  16589. tensor
  16590. inform
  16591. webobjects
  16592. tools
  16593. techniques
  16594. theresa
  16595. tensor
  16596. website
  16597. websites
  16598. weekly
  16599. weeks
  16600. weird
  16601. weiss
  16602. well-trod
  16603. bal's
  16604. balance
  16605. balloon
  16606. r--set theItem to choose file -- uncomment to test in an AS editor
  16607.     tell application "Finder"
  16608.         open item "Dev.CD Feb 00 TC:Sample Code:"
  16609.         activate
  16610.     end tell
  16611. on error errMsg number errNum
  16612.     --enter statements to perform when no records are found such as...
  16613.     display dialog "Sorry, the item you selected could not be found."
  16614.     return
  16615. end try
  16616. robustness
  16617. rocket
  16618. roger
  16619. roland
  16620. rolled
  16621. rollin
  16622. romaja
  16623. roman
  16624. romanized
  16625. romresourcedump
  16626. rosenberg
  16627. rotate
  16628. rotatebegin/end
  16629. rotated
  16630. rotatestring
  16631. rotating
  16632. rotation
  16633. roughly
  16634. round
  16635. rounded
  16636. safely
  16637. sakes
  16638. sales
  16639. Summary: System 7.0 standard window definition procedure.
  16640. Features: Use this as a guideline for making your custom windows emulate the standard system 7 look.J
  16641. StandardWDEF.aK
  16642. Vol VIIIM
  16643. System 7.0O4Dev.CD Feb 00 TC:Tool Chest:Toolbox:System 7.0 WDEF:P<Dev.CD Feb 00 TC
  16644.  - Tool Chest
  16645.  - Toolbox
  16646.  - System 7.0 WDEFV
  16647. 32940X
  16648. Feb 00^
  16649. --set theItem to choose file -- uncomment to test in an AS editor
  16650.     tell application "Finder"
  16651.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:System 7.0 WDEF:"
  16652.         activate
  16653.     end tell
  16654. on error errMsg number errNum
  16655.     --enter statements to perform when no records are found such as...
  16656.     display dialog "Sorry, the item you selected could not be found."
  16657.     return
  16658. end try
  16659. e    No Changeq
  16660. Dev.CD Feb 00 TC
  16661. All Packages
  16662. System 7.5 Update 1.0O
  16663. Dev.CD Jan 96 SSWP
  16664. Dev.CD Jan 96 SSV
  16665. 32941X
  16666. Jan 96
  16667. revoice
  16668. purge
  16669. purged
  16670. purpose
  16671. purposeful
  16672. f--set theItem to choose file -- uncomment to test in an AS editor
  16673.     tell application "Finder"
  16674.         open item "Dev.CD Jun 97 SSW"
  16675.         activate
  16676.     end tell
  16677. on error errMsg number errNum
  16678.     --enter statements to perform when no records are found such as...
  16679.     display dialog "Sorry, the item you selected could not be found."
  16680.     return
  16681. end try
  16682. webobjects
  16683. animation
  16684. antlr
  16685. appearance
  16686. appearance
  16687. manager
  16688. appearance
  16689. append
  16690. appkit
  16691. appkit
  16692. reference
  16693. macintosh
  16694. macintosh
  16695. coprocessor
  16696. platform
  16697. missQ
  16698. network
  16699. network
  16700. software
  16701. object-oriented
  16702. performance
  16703. performance
  16704. countersQ
  16705. platform
  16706. powerpcQ
  16707. powerpc
  16708. bandwidthQ
  16709. ratesQ
  16710. reader
  16711. recordable
  16712. resources
  16713. script
  16714. scriptable
  16715. software
  16716. token
  16717. token
  16718. tokentalk
  16719. video
  16720. gough
  16721. gourdol
  16722. governed
  16723. grabber
  16724. grabguy
  16725. gracefully
  16726. grafport
  16727. grafports
  16728. grammar
  16729. grammars
  16730. grammatical
  16731. grant
  16732. granted
  16733. graphic
  16734. graphical
  16735. graphically
  16736. graphics
  16737. graphicsimporter
  16738. graphicsimporterdraw
  16739. gratitude
  16740. grayed
  16741. grayishoutline
  16742. grayrgn
  16743. grayscale
  16744. graytext
  16745. great
  16746. greater
  16747. guide-intelligent
  16748. guidelines
  16749. cursive
  16750. cursor
  16751. cursordevice
  16752. cursordevicemanager
  16753. cursordevices
  16754. cursordevicesetaccel
  16755. cursors
  16756. curve
  16757. curves
  16758.  hypertext links to new and modified material in those books. For an overview of these changes, see the document What's New in ACI.
  16759. Advanced Color Imaging on the Mac OS describes how to enhance your application
  16760. s color capabilities using the Palette Manager, the Color Picker Manager, the ColorSync Manager, and the CB
  16761. olor Manager. It
  16762. s companion book, Advanced Color Imaging Reference, documents the constants, data types, and functions your application uses to provide color support.
  16763. JCAdvanced Color Imaging
  16764. Advanced Color Imaging Ref
  16765. What's New in ACIK
  16766. Jan 97O:Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:P?Dev.CD Dec 99 RL
  16767.  - Technical Documentation
  16768.  - Inside Macintosh
  16769. Mask can used to fade a screen to a  lighter color.
  16770. Custom PicComments/Bottlenecks:  This sample groups a bunch of pictures together and takes them apart using PicComments and a QuickDraw bottleneck procedure.  It's an example of how to store and retrieve custom PicComments, among other things.
  16771.  Example of custom PicComment usage with unique identifiers. {-> CustomPicProc, CompositePictures <-}
  16772.  Example of a custom QuickDraw bottleneck procedure which works in both GrafPorts and CGraf
  16773. Ports. {-> DisassemblePictures <-}
  16774.  Example of finding the deepest device and placing  a window on it.
  16775. DeepScreen Picker:  This sample shows how to slam and center the Color Picker dialog onto the deepest device when 32 Bit QuickDraw is not available.
  16776. Direct Pixel Access:  This snippet shows one example of how to directly change the pixel values stored in a pixel image.
  16777. DirectSetEntries:  This sample demonstrates the use of DirectSetEntries to remap colors on a direct device.
  16778. DrawLin
  16779. getresource
  16780. getstdfilterproc
  16781. gettable/settable
  16782. getter
  16783. getting
  16784. getting
  16785. started
  16786. webobjects
  16787. summary
  16788. package
  16789. contains
  16790. application
  16791. demonstrat
  16792. summary
  16793. package
  16794. helps
  16795. developers
  16796. implement
  16797. inline
  16798. input
  16799. summary
  16800. package
  16801. includes
  16802. draft
  16803. specifications
  16804. summary
  16805. package
  16806. apple
  16807. summary
  16808. package
  16809. provides
  16810. summary
  16811. package
  16812. provides
  16813. english
  16814. error
  16815. messages
  16816. summary
  16817. package
  16818. provides
  16819. something
  16820. replacement
  16821. summary
  16822. piece
  16823. intended
  16824. assist
  16825. non-us
  16826. developers
  16827. summary
  16828. program
  16829. illustrates
  16830. menus
  16831. window
  16832. summary
  16833. resedit
  16834. editor
  16835. prepare
  16836. localized
  16837. numbe
  16838. summary
  16839. submission
  16840. contains
  16841. virtual
  16842. external
  16843. 33290X
  16844. Mar 98^
  16845. --set theItem to choose file -- uncomment to test in an AS editor
  16846.     tell application "Finder"
  16847.         open item "Dev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:"
  16848.         activate
  16849.     end tell
  16850. on error errMsg number errNum
  16851.     --enter statements to perform when no records are found such as...
  16852.     display dialog "Sorry, the item you selected could not be found."
  16853.     return
  16854. end try
  16855. DeletedfvApple servers
  16856. 9650/350
  16857. Workgroup Server
  16858. server
  16859. server developer note
  16860. 100BaseTx Ethernet
  16861. network server
  16862. internet serverq
  16863. Dev.CD Mar 98 RL
  16864. D!All Packages
  16865. Tool Chest Edition
  16866. WorldScript Updater
  16867.     ample
  16868. shows
  16869. write
  16870. fully
  16871. asynchronous
  16872. block
  16873. through@
  16874. time-based@
  16875. tiny@
  16876. tiresome@
  16877. tobias@
  16878. tokentalk@
  16879. toolbox@
  16880. translations@
  16881. transparent@
  16882. transport@
  16883. truffles@
  16884. ultimate@
  16885. unified@
  16886. unobtrusive@
  16887. up-to-date@
  16888. used@
  16889. e    No Changeq
  16890. Dev.CD Feb 00 TC
  16891. D!All Packages
  16892. Tool Chest Edition
  16893. Sample Code - QuickDraw
  16894. (** = new, * = revised)
  16895. OffSample:  OffSample demonstrates the usage of the Offscreen unit.  It shows how to use off-screen bitmaps and pixel maps to produce flicker- free updating with a minimum of code restructuring.  OffSample attempts to reduce the amount of 
  16896. knowledge
  16897.  it has of the off- screen structure so as to minimize its dependence upon that unit.
  16898. Palette&GWorld (Fat):  This code sample demonstrates how to use a palette when drawing into a GWorld. The trick is understanding tha
  16899. windows
  16900. system
  16901. files
  16902. oto Beginning or End:  You can hop to the beginning or end of the active movie or for all movies. This can be particularly useful when putting multiple movies in synch.
  16903. Bit Depth switching:  Changing the monitor bit depths from black&white, 4, 16, 256 colors in any order and in any combination.  Switching occurs during a set interval time.
  16904. Heap Scrambling:  During movie play, you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  16905. ager.  This can involve scrambling the system heap or application heap.
  16906. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  16907. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  16908. ow sizes.  The standard Macintosh WDEFs are also included.  Note that when selecting a particular window shape, all movies opened after that will reflect that change.
  16909. Movie Status:  Opens a window displaying the current movie being examined.  It will tell you all you need to know about movie controllers, frames/sec performance, playback rates, etc.
  16910. Also:  Preference Settings, AppleEvents aware, Flattenning Movies, Hiding and Showing of Controllers
  16911. MegaMovies
  16912. Read Me
  16913. Read Me.txtK
  16914. Jul 92L
  16915. Feb 93MHMac with 68020 or later, System 6.0.7 or later, QuickTime
  16916.  1.0 extensionO7Dev.CD Feb 00 TC:Tool Chest:QuickTime:MegaMovies 1.6.2:P?Dev.CD Feb 00 TC
  16917.  - Tool Chest
  16918.  - QuickTime
  16919.  - MegaMovies 1.6.2
  16920. tpifile
  16921. sample
  16922. module
  16923. tpifile
  16924. trace
  16925. traceroute
  16926. tracing
  16927. track
  16928. tracker
  16929. tracking
  16930. interapplication
  16931. communication
  16932. sample
  16933. networking
  16934. sample
  16935. utilities
  16936. sample
  16937. overview
  16938. sample
  16939. printing
  16940. sample
  16941. quickdraw
  16942. sample
  16943. quickdraw
  16944. sample
  16945. quicktime
  16946. sample
  16947. sound
  16948. sample
  16949. survey
  16950. sample
  16951. sample
  16952. toolbox
  16953. selectors
  16954. server
  16955. services
  16956. setup
  16957. shared
  16958. sound
  16959. source
  16960. sources
  16961. spooler
  16962. stack
  16963. standards
  16964. starter
  16965. stream
  16966. strip
  16967. style
  16968. success
  16969. suite
  16970. 32441X
  16971. Feb 00^
  16972. --set theItem to choose file -- uncomment to test in an AS editor
  16973.     tell application "Finder"
  16974.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickTime:MegaMovies 1.6.2:"
  16975.         activate
  16976.     end tell
  16977. on error errMsg number errNum
  16978.     --enter statements to perform when no records are found such as...
  16979.     display dialog "Sorry, the item you selected could not be found."
  16980.     return
  16981. end try
  16982. e    No Changeq
  16983. Dev.CD Feb 00 TC
  16984. uD!All Packages
  16985. Tool Chest Edition
  16986. MemHellIqMemory stress too.   Update to previous version.
  16987. Fixes and ehancements to 1.0a5.  Works with QT 4.0 and Mac OS 9J
  16988. MemHell
  16989. MemHell 1.0a6 ReadMeK
  16990. Dec 93L
  16991. Dec 99M
  16992. System Software 7.0N8MemHell, Tool, Memory, stress, debug, debugging, testingO8Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:MemHell:P@Dev.CD Feb 00 TC
  16993.  - Tool Chest
  16994.  - Testing & Debugging
  16995.  - MemHellV
  16996. 32442X
  16997. Feb 00^
  16998. Terminology Dev Note 3/92K
  16999. May 92L
  17000. May 94M
  17001. System 7.0N
  17002. AE, Apple Events, AppleEventsents, AppleEvents
  17003.  can control movies with operations : start, stop, sound on/off, frame advance, playbar, size grow box, hide and show of controllers.  The special Movie Controller window allows the user to eliminate movie controllers from any window.
  17004. Movie Editing:  Cut, copy, paste, clear and undo of movies. This tool supports both editing conventions with either the standard controllers or by copying movie selections using the Movie Toolbox.  Use the shift key and move the playbar to make a selection. 
  17005.  The selection portion of the playbar turns black.  After that, all items in the Edit menu will function.  Movies copied to the clipboard will include both the poster PICT and the 'moov' sequence.  The Finder will show only the Poster PICT.
  17006. Looping:  Both forms of looping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  17007. se    No Changeq
  17008. Dev.CD Feb 00 TC
  17009. tD!All Packages
  17010. Tool Chest Edition
  17011. MegaMovies 1.6.2
  17012. Summary: This test tool application demonstrates the use of the standard movie controllers and its manipulation of movie files.  This tool tests other functions to integrate QuickTime
  17013.  with other components of the System Software.
  17014. Features:
  17015. Multiple Movie Files:  More than one movie an be opened at once.  By selecting "Open Multiple", the user can input the number of movies from the same movie file to open.  This is useful for multiple movie testing.
  17016. Standard Movie Controllers:  The userelected could not be found."
  17017.     return
  17018. end try
  17019. e    No Changef
  17020. Apple Events
  17021. AppleEventsq
  17022. Dev.CD Feb 00 TC
  17023. D!All Packages
  17024. Tool Chest Edition
  17025. AEGizmos 1.4.2I
  17026. What Are the AEGizmos?
  17027. AEGizmos consists of four libraries in one. These libraries provide alternate ways of building and reading Apple events and Apple event descriptors.30219X
  17028. 1e    No Change
  17029. --set theItem to choose file -- uncomment to test in an AS editor
  17030.     tell application "Finder"
  17031.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:"
  17032.         activate
  17033.     end tell
  17034. on error errMsg number errNum
  17035.     --enter statements to perform when no records are found such as...
  17036.     display dialog "Sorry, the item you selected could not be found."
  17037.     return
  17038. end try
  17039. ote 3/92K
  17040. May 92L
  17041. May 94M
  17042. System 7.0N
  17043. AE, Apple Events, AppleEvents
  17044. white
  17045. whizzy
  17046. whole
  17047. wholesale
  17048. whose
  17049. -angle
  17050. widely
  17051. wildcard
  17052. wilderness
  17053. executing@
  17054. explained@
  17055. expo@
  17056. extensions@
  17057. externals@
  17058. fails@
  17059. feature@
  17060. features
  17061. allows
  17062. reset
  17063. interrupt
  17064. keyboard@
  17065. file-related@
  17066. fileinfo@
  17067. files
  17068. files/folders@
  17069. finally@
  17070. fine-tune@
  17071. fixes
  17072. fixing@
  17073. flashing@
  17074. folders@
  17075. font@
  17076. years
  17077. multimedia
  17078. developers
  17079. regarded
  17080. equilibrium's
  17081. forbidden@
  17082. foundation@
  17083. fragment
  17084. fragments@
  17085. friends@
  17086. front@
  17087. fundamental@
  17088. gains@
  17089. generating@
  17090. getresource@
  17091. getting/setting@
  17092. giving@
  17093. global-aware@
  17094. glue@
  17095. gory@
  17096. gough@
  17097. greatest@
  17098. guideplugin@
  17099. guillermo@
  17100. hand-tweak@
  17101. happily@
  17102. harper@
  17103. haven't@
  17104. help@
  17105. highlighting@
  17106. holland@
  17107. horizon@
  17108. however@
  17109. htmlsample
  17110. application
  17111. illustrating
  17112. All Packages
  17113. F    QuickTimeO
  17114. Dev.CD Jun 97 SSWP
  17115. Dev.CD Jun 97 SSV
  17116. 32794X
  17117. Jun 97
  17118. f--set theItem to choose file -- uncomment to test in an AS editor
  17119.     tell application "Finder"
  17120.         open item "Dev.CD Jun 97 SSW"
  17121.         activate
  17122.     end tell
  17123. on error errMsg number errNum
  17124.     --enter statements to perform when no records are found such as...
  17125.     display dialog "Sorry, the item you selected could not be found."
  17126.     return
  17127. end try
  17128. All Packages
  17129. F    QuickTimeO
  17130. Dev.CD Jun 97 SSWP
  17131. Dev.CD Jun 97 SSV
  17132. 32795X
  17133. Jun 97
  17134. f--set theItem to choose file -- uncomment to test in an AS editor
  17135.     tell application "Finder"
  17136.         open item "Dev.CD Jun 97 SSW"
  17137.         activate
  17138.     end tell
  17139. on error errMsg number errNum
  17140.     --enter statements to perform when no records are found such as...
  17141.     display dialog "Sorry, the item you selected could not be found."
  17142.     return
  17143. end try
  17144. All Packages
  17145. F    QuickTimeO
  17146. Dev.CD Jun 97 SSWP
  17147. Dev.CD Jun 97 SSV
  17148. 32796X
  17149. Deletedq
  17150. Dev.CD Nov 99 TC
  17151. sD!All Packages
  17152. Tool Chest Edition
  17153. Maximizing Quadra FloatingPoint
  17154. !Summary: This software improves the float-to-int conversion speed of the Quadra by over an order of magnitude.
  17155. Features: 
  17156.  Round (to nearest),Truncate (toward zero),
  17157. Floor (toward -
  17158.  Optimized for 68040; functional with 68881/2
  17159.  Over 15X faster on Quadra, but 2.6X slower on the FX
  17160. FloatToLong.a
  17161. ReadMe
  17162. ReadMe.txtK
  17163. Apr 93OYDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:PdDev.CD Feb 00 TC
  17164.  - Tool Chest
  17165.  - Development Kits
  17166.  - MPW Related
  17167.  - Maximizing Quadra FloatingPointV
  17168. 32440X
  17169. Feb 00^
  17170. #contents of an AppleEvent record.  It is most useful when used in conjuntion with an ATB or TVB set on AESend to examine the contents of an event being sent or the result returned.
  17171. Much improved on the previous version, including many bug fixes and several enhancement to display format and additional type displays.
  17172. e    No Change
  17173. ethernets
  17174. ethertalkW
  17175. euc-cn
  17176. european
  17177. evaluates
  17178. evaluating
  17179. evangelical
  17180. evangelism
  17181. evans
  17182. evenbetterbuserror
  17183. event
  17184. event-aware
  17185. event-driven
  17186. events
  17187. eventually
  17188. everest
  17189. every
  17190. everybody
  17191. everyday
  17192. everyone
  17193. everything
  17194. --set theItem to choose file -- uncomment to test in an AS editor
  17195.     tell application "Finder"
  17196.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:"
  17197.         activate
  17198.     end tell
  17199. on error errMsg number errNum
  17200.     --enter statements to perform when no records are found such as...
  17201.     display dialog "Sorry, the item you selected could not be found."
  17202.     return
  17203. end try
  17204. progresswindoid
  17205. progresswindoid
  17206. progresswindoid
  17207. progresswindoid
  17208. worksheet
  17209. project
  17210. project
  17211. includes
  17212. project
  17213. large
  17214. project
  17215. large
  17216. project
  17217. quick
  17218. start
  17219. guide
  17220. projectdrag
  17221. projectdrag
  17222. applets
  17223. projectdrag
  17224. manual
  17225. projectfolders
  17226. projectmenu
  17227. projects
  17228. projectxplugin68k
  17229. projectxplugin68knfp
  17230. projectxpluginppc
  17231. projlistmenu
  17232. promptoid
  17233. promptoid
  17234. proto
  17235. proto
  17236. allocating
  17237. allow
  17238. allowing
  17239. allowsW
  17240. almost
  17241. along
  17242. alpha
  17243. already
  17244. altdboxproc
  17245. alter
  17246. field
  17247. fields
  17248. fifteen
  17249. fifth
  17250. figure
  17251. figured
  17252. protos
  17253. appearance
  17254. appearance
  17255. extension
  17256. appearance
  17257. sample
  17258. appearance
  17259. appearance
  17260. versions
  17261. appearancecdev
  17262. apple
  17263. apple
  17264. cd-rom
  17265. der Mac OS. (This is not an endorsement.)
  17266. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable applDfications for some number of developers by exposing scripting support in terms they already understand.
  17267. J<Project
  17268. ScriptableStuffItEngine
  17269. ScriptableStuffItEngine.htmlK
  17270. Feb 99M
  17271. Universal Headers 3.2, System 7N0AppleScript, StuffIt, Engine, scriptable, scriptOSDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:P[Dev.CD Feb 00 TC
  17272.  - Tool Chest
  17273.  - Interapplication Communication
  17274.  - ScriptableStuffItEngine
  17275. other
  17276. sample
  17277. All Packages
  17278. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  17279. Dev.CD Jan 94
  17280. Dev.CD Oct 93
  17281. Dev.CD Jul 93
  17282. Dev.CD Apr 93PDDev.CD Apr 94
  17283. Dev.CD Jan 94
  17284. Dev.CD Oct 93
  17285. Dev.CD Jul 93
  17286. Dev.CD Apr 9V
  17287. 33159X
  17288. Apr 94
  17289. --set theItem to choose file -- uncomment to test in an AS editor
  17290.     tell application "Finder"
  17291.         open item "Dev.CD Apr 94
  17292. Dev.CD Jan 94
  17293. Dev.CD Oct 93
  17294. Dev.CD Jul 93
  17295. Dev.CD Apr 93"
  17296.         activate
  17297.     end tell
  17298. on error errMsg number errNum
  17299.     --enter statements to perform when no records are found such as...
  17300.     display dialog "Sorry, the item you selected could not be found."
  17301.     return
  17302. end try
  17303. All Packages
  17304. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  17305. Dev.CD Jan 94
  17306. Dev.CD Oct 93
  17307. Dev.CD Jul 93
  17308. Dev.CD Apr 93PDDev.CD Apr 94
  17309. Dev.CD Jan 94
  17310. Dev.CD Oct 93
  17311. Dev.CD Jul 93
  17312. Dev.CD Apr 9V
  17313. 33160X
  17314. Apr 94
  17315. --set theItem to choose file -- uncomment to test in an AS editor
  17316.     tell application "Finder"
  17317.         open item "Dev.CD Apr 94
  17318. Dev.CD Jan 94
  17319. Dev.CD Oct 93
  17320. Dev.CD Jul 93
  17321. Dev.CD Apr 93"
  17322.         activate
  17323.     end tell
  17324. on error errMsg number errNum
  17325.     --enter statements to perform when no records are found such as...
  17326.     display dialog "Sorry, the item you selected could not be found."
  17327.     return
  17328. end try
  17329. enterprise
  17330. objects
  17331. enterprise
  17332. objects
  17333. documentation
  17334. enterprise
  17335. objects
  17336. framework
  17337. entertainment
  17338. entire
  17339. entirely
  17340. entities
  17341. entries
  17342. entry
  17343. enumerated
  17344. enumerates
  17345. enumeration
  17346. enviroment
  17347. environement
  17348. environment
  17349. environmental
  17350. f--set theItem to choose file -- uncomment to test in an AS editor
  17351.     tell application "Finder"
  17352.         open item "Dev.CD Jun 97 SSW"
  17353.         activate
  17354.     end tell
  17355. on error errMsg number errNum
  17356.     --enter statements to perform when no records are found such as...
  17357.     display dialog "Sorry, the item you selected could not be found."
  17358.     return
  17359. end try
  17360. All Packages
  17361. F    QuickTimeO
  17362. Dev.CD Jun 97 SSWP
  17363. Dev.CD Jun 97 SSV
  17364. 32792X
  17365. Jun 97
  17366. f--set theItem to choose file -- uncomment to test in an AS editor
  17367.     tell application "Finder"
  17368.         open item "Dev.CD Jun 97 SSW"
  17369.         activate
  17370.     end tell
  17371. on error errMsg number errNum
  17372.     --enter statements to perform when no records are found such as...
  17373.     display dialog "Sorry, the item you selected could not be found."
  17374.     return
  17375. end try
  17376. All Packages
  17377. F    QuickTimeO
  17378. Dev.CD Jun 97 SSWP
  17379. Dev.CD Jun 97 SSV
  17380. 32793X
  17381. Jun 97
  17382. blitters
  17383. block
  17384. MakeMake 2.0d38
  17385. ,Summary: MakeMake is an MPW tool which generates correct, complete makefiles.
  17386. Features: Automatically generates complete included-file dependencies for C, C++, Pascal, Asm, and Rez sources. The makefiles are self-maintaining and easily modified or updated. Handles builds of almost any complexity.  
  17387. Makemake
  17388. Makemake manualK
  17389. Vol IIIL
  17390. Aug 92OIDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:PTDev.CD Feb 00 TC
  17391.  - Tool Chest
  17392.  - Development Kits
  17393.  - MPW Related
  17394.  - MakeMake 2.0d38V
  17395. 32438X
  17396. Feb 00^
  17397. --set theItem to choose file -- uncomment to test in an AS editor
  17398.     tell application "Finder"
  17399.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:"
  17400.         activate
  17401.     end tell
  17402. on error errMsg number errNum
  17403.     --enter statements to perform when no records are found such as...
  17404.     display dialog "Sorry, the item you selected could not be found."
  17405.     return
  17406. end try
  17407. end try
  17408. qD!All Packages
  17409. Tool Chest Edition
  17410. Toolkit (AIAT) is an object-oriented information access engine that provides required capabilities to index, search, and analyze large volumes of documents. The AIAT, formerly known by its code name 
  17411. V-Twin,
  17412.  is a collection of tools which can be used separately or together to perform a variety of information access tasks.
  17413. New feaures of AIAT 1.1 include:
  17414.  Document summarization - rank sentences within a document
  17415.  Document routing - specify arbitrary documenB
  17416. t categories and route documents among them
  17417.  Incremental accessor updating
  17418.  Improved related terms algorithm
  17419. Contact Apple's Software Licensing Department for licensing information
  17420. JOAIAT 1.0 Manual.pdf
  17421. AIAT 1.1 Changes.pdf
  17422. AIAT ReadMe
  17423. Examples
  17424. Headers
  17425. LibrariesK
  17426. Nov 97L
  17427. Jun 98MLMetrowerks CodeWarrior Pro version 1 or Metrowerks CodeWarrior Pro version 2N
  17428. search, index, vtwin, summaryO0Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AIAT:
  17429. qe    No Changeq
  17430. Dev.CD Feb 00 TC
  17431. rD!All Packages
  17432. Tool Chest Edition
  17433. Manalyzer 2.0d3
  17434. jSummary: Manalyzer is a Local Area Network Analyzer that works with the Apple NuBus Ethernet card and the NuBus Token Ring card.
  17435. Features: Filters incoming traffic by node, byte or network protocol.
  17436.       - Generates background traffic at any bandwidth.
  17437.       - Displays incoming data in several formats.
  17438.       - Decodes AppleTalk  packets up to the ATP level. 
  17439. JcManalyzer
  17440. Manalyzer Read Me
  17441. Manalyzer Read Me.txt
  17442. Manalyzer Relase Notes
  17443. Manalyzer Relase Notes.txtK
  17444. Vol VIIL
  17445. Vol VIIIMMMacintosh II or better, the NuBus Ethernet card or the NuBus Token Ring card.O7Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:P?Dev.CD Nov 99 TC
  17446.  - Tool Chest
  17447.  - Networking
  17448.  - Manalyzer 2.0d3V
  17449. 32439X
  17450. Nov 99^
  17451. resources
  17452. respect
  17453. respective
  17454. respectively
  17455. responses
  17456. responsible
  17457. ressler
  17458. restartW
  17459. restarted
  17460. restarts
  17461. restore
  17462. restored
  17463. restructured
  17464. restructuring
  17465. result
  17466. resulting
  17467. results
  17468. resume
  17469. resumegl
  17470. retail
  17471. retrain
  17472. retreived
  17473. retrieval
  17474. retrieve
  17475. retrieving
  17476. retry
  17477. return
  17478. returned
  17479. returns
  17480. reusable
  17481. reuse
  17482. reusing
  17483. system's
  17484. summary
  17485. aetracker
  17486. init/control
  17487. panel
  17488. allows
  17489. summary
  17490. application
  17491. which
  17492. provides
  17493. various
  17494. video
  17495. summary
  17496. controlling
  17497. finder
  17498. through
  17499. apple
  17500. summary
  17501. which
  17502. known
  17503. finderevents
  17504. summary
  17505. apple
  17506. peoplesoft
  17507. launched
  17508. partnership
  17509. summary
  17510. apple
  17511. computer
  17512. espana
  17513. prepared
  17514. guide
  17515. summary
  17516. apple
  17517. designed
  17518. maccheck
  17519. suport
  17520. provid
  17521. atrapper
  17522. application
  17523. records
  17524. a-trap
  17525. calls
  17526. summary
  17527. audit
  17528. small
  17529. library
  17530. functions
  17531. provide
  17532. summary
  17533. backlight
  17534. control
  17535. control
  17536. panel
  17537. powerbooks
  17538. samples
  17539. samplesndplay
  17540. sanctioned
  17541. sanity
  17542. sanskrit
  17543. satisfy
  17544. satisfying
  17545. saturate
  17546. saved
  17547. saved-off
  17548. savedpapfilexx
  17549. savemenu
  17550. saver
  17551. saves
  17552. saving
  17553. savings
  17554. savory
  17555. savvy
  17556. sawitzki
  17557. sbarcdef
  17558. scalable
  17559. scale
  17560. scales
  17561. scaling
  17562. scanned
  17563. scanner
  17564. scanners
  17565. scanning
  17566. theme
  17567. themes
  17568. theory
  17569. there
  17570. there's
  17571. appearance
  17572. 1.0.3
  17573. All Packages
  17574. F    QuickTimeO
  17575. Dev.CD Jan 96 SSWP
  17576. Dev.CD Jan 96 SSV
  17577. 32721X
  17578. Jan 96
  17579. f--set theItem to choose file -- uncomment to test in an AS editor
  17580.     tell application "Finder"
  17581.         open item "Dev.CD Jan 96 SSW"
  17582.         activate
  17583.     end tell
  17584. on error errMsg number errNum
  17585.     --enter statements to perform when no records are found such as...
  17586.     display dialog "Sorry, the item you selected could not be found."
  17587.     return
  17588. end try
  17589. All Packages
  17590. F    QuickTimeO
  17591. Dev.CD Jan 96 SSWP
  17592. Dev.CD Jan 96 SSV
  17593. 32722X
  17594. Jan 96
  17595. f--set theItem to choose file -- uncomment to test in an AS editor
  17596.     tell application "Finder"
  17597.         open item "Dev.CD Jan 96 SSW"
  17598.         activate
  17599.     end tell
  17600. on error errMsg number errNum
  17601.     --enter statements to perform when no records are found such as...
  17602.     display dialog "Sorry, the item you selected could not be found."
  17603.     return
  17604. end try
  17605. All Packages
  17606. F    QuickTimeO
  17607. Dev.CD Jan 96 SSWP
  17608. Dev.CD Jan 96 SSV
  17609. 32723X
  17610. MacTCP 1.1, System 7, Mac+O;Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:PFDev.CD Feb 00 TC
  17611.  - Tool Chest
  17612.  - Networking
  17613.  - MacTCP
  17614.  - MacTCP+ ToolV
  17615. 32436X
  17616. Feb 00^
  17617. --set theItem to choose file -- uncomment to test in an AS editor
  17618.     tell application "Finder"
  17619.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  17620.         activate
  17621.     end tell
  17622. on error errMsg number errNum
  17623.     --enter statements to perform when no records are found such as...
  17624.     display dialog "Sorry, the item you selected could not be found."
  17625.     return
  17626. end try
  17627. e    No Changeq
  17628. Dev.CD Feb 00 TC
  17629. All Packages
  17630. Mail Suite 1.0
  17631. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  17632. Nov 96V
  17633. 32437X
  17634. 1e    No Change
  17635. manager
  17636. manalyzer
  17637. manalyzer
  17638. 2.0d3
  17639. market
  17640. maximizing
  17641. maximizing
  17642. quadra
  17643. floatingpoint
  17644. media
  17645. megamovies
  17646. megamovies
  17647. 1.6.2
  17648. memhell
  17649. memory
  17650. memory
  17651. monitor
  17652. defproc
  17653. 1.0.3
  17654. menuscripter
  17655. menuscripter
  17656. midiconverter
  17657. minilauncher
  17658. minilauncher
  17659. 1.3b5
  17660. modern
  17661. module
  17662. modules
  17663. monitor
  17664. moofwars
  17665. moofwars
  17666. documentation
  17667. morefiles
  17668. morefiles
  17669. 1.4.9
  17670. morefinderevents
  17671. moreisbetter
  17672. morenetworksetup
  17673. mountalias
  17674. mountalias
  17675. movie
  17676. moviecallbacks
  17677. mphelloworld
  17678. mphelloworld
  17679. pascal
  17680. mping
  17681. mping
  17682. opp's
  17683. palette
  17684. MM SDK 1.0.2:
  17685. pJxDemo of Mail Suite Dict. 1.0
  17686. Mail Suite (1.0)
  17687. Mail Suite Dictionary ('aete')
  17688. MailFoo
  17689. MailSuite.h
  17690. ReadMe - Mail Suite 1.0K
  17691. Nov 96N,Mail Suite, Apple Events, AppleScript, emailOrDev.CD Mar 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:P}Dev.CD Mar 00 RL Disk 1
  17692.  - Technical Documentation
  17693.  - Apple Event Registry & Suites
  17694.  - Apple Event Registry
  17695.  - Mail Suite 1.0V
  17696. 32437X
  17697. Mar 00^    RL Disk 1
  17698. --set theItem to choose file -- uncomment to test in an AS editor
  17699.     tell application "Finder"
  17700.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:"
  17701.         activate
  17702.     end tell
  17703. on error errMsg number errNum
  17704.     --enter statements to perform when no records are found such as...
  17705.     display dialog "Sorry, the item you selected could not be found."
  17706.     return
  17707. end try
  17708. e    No Changef)Mail Suite
  17709. Apple Events
  17710. AppleScript
  17711. emailq
  17712. Dev.CD Mar 00 RL Disk 1
  17713. P5Dev.CD Feb 00 TC
  17714.  - Tool Chest
  17715.  - Text
  17716.  - WASTE 1.3a6
  17717. 32879X
  17718. Feb 00^
  17719. r--set theItem to choose file -- uncomment to test in an AS editor
  17720.     tell application "Finder"
  17721.         open item "Dev.CD Feb 00 TC:Sample Code:"
  17722.         activate
  17723.     end tell
  17724. on error errMsg number errNum
  17725.     --enter statements to perform when no records are found such as...
  17726.     display dialog "Sorry, the item you selected could not be found."
  17727.     return
  17728. end try
  17729. e    No Changeq
  17730. Dev.CD Feb 00 TC
  17731. +D!All Packages
  17732. Tool Chest Edition
  17733. Snippets - Processes
  17734. (** = new, * = revised)
  17735. 7.0fo:  An After Dark module which displays the processes currently running on the Macintosh. Shows how to use the Process Manager and uses True Type fonts.
  17736. Just Finder:  Handy little application for font workers -- run this and when it's done, the only foreground process you have left is the Finder, which means you can work freely within the Fonts folder.  Shows how to kill processes safely, which isn't as easy as it looks even though we have other snippets to do
  17737. f--set theItem to choose file -- uncomment to test in an AS editor
  17738.     tell application "Finder"
  17739.         open item "Dev.CD Jul 96 SSW"
  17740.         activate
  17741.     end tell
  17742. on error errMsg number errNum
  17743.     --enter statements to perform when no records are found such as...
  17744.     display dialog "Sorry, the item you selected could not be found."
  17745.     return
  17746. end try
  17747. perfectly
  17748. perform
  17749. performa
  17750. performanceQ
  17751. performance
  17752. tuning
  17753. performance
  17754. tuning
  17755. webobjects
  17756. application
  17757. critical
  17758. performas
  17759. performed
  17760. performing
  17761. performs
  17762. peridically
  17763. perils
  17764. powermacs
  17765. powerpcQ
  17766. powerpc-based
  17767. powertalk
  17768. practices
  17769. carbon
  17770. carbon
  17771. printing
  17772. carbon
  17773. printing
  17774. manager
  17775. carbonlib
  17776. socket
  17777. services
  17778. cardbus
  17779. categories
  17780. audio
  17781. audio
  17782. toolkit
  17783. cd-rom
  17784. control
  17785. panel
  17786. symantec
  17787. metrowerks
  17788. standardfile
  17789. center
  17790. cfallocator
  17791. cfarray
  17792. cfarray
  17793. cfbag
  17794. cfbag
  17795. cfbase
  17796. cfbase
  17797. cfbinaryheap
  17798. cfbinaryheap
  17799. cfbitvector
  17800. cfbitvector
  17801. cfbundle
  17802. cfbundle
  17803. cfcharacterset
  17804. cfcharacterset
  17805. cfcomparatorfunction
  17806. cfcomparisonresult
  17807. cfdata
  17808. cfdata
  17809. cfdictionary
  17810. cfdictionary
  17811. cfequal
  17812. cfhash
  17813. cfhashcode
  17814. cfindex
  17815. MacTCP Token Ring MTU ToolI
  17816. Summary: The MacTCP Token Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  17817. MTU Tool
  17818. Read me
  17819. Read me.txtK
  17820. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOIDev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:PTDev.CD Feb 00 TC
  17821.  - Tool Chest
  17822.  - Networking
  17823.  - MacTCP
  17824.  - MacTCP Token Ring MTU ToolV
  17825. 32435X
  17826.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:"
  17827.         activate
  17828.     end tell
  17829. on error errMsg number errNum
  17830.     --enter statements to perform when no records are found such as...
  17831.     display dialog "Sorry, the item you selected could not be found."
  17832.     return
  17833. end try
  17834. e    No Changef"Appearance
  17835. .Keyboard
  17836. function keysq
  17837. Dev.CD Jan 00 SDK1
  17838. "D(All Packages
  17839. Reference Library Edition
  17840. Apple CD-ROM Handbook
  17841. macosxserver
  17842. appkit
  17843. foundation
  17844. project
  17845. builder
  17846. interface
  17847. macsbug
  17848. macsbug
  17849. appleevent
  17850. apple
  17851. event
  17852. macsbug
  17853. debugger
  17854. debugging
  17855. assembly
  17856. mactcp
  17857. mactcp
  17858. communications
  17859. toolbox
  17860. serial
  17861. ports
  17862. audio
  17863. mactcp
  17864. development
  17865. transport
  17866. zaptcp
  17867. mactcp
  17868. tcp/ip
  17869. suite
  17870. apple
  17871. events
  17872. applescript
  17873. email
  17874. management
  17875. manager
  17876. managers
  17877. manuals
  17878. All Packages
  17879. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  17880. Dev.CD Jan 94
  17881. Dev.CD Oct 93
  17882. Dev.CD Jul 93
  17883. Dev.CD Apr 93PDDev.CD Apr 94
  17884. Dev.CD Jan 94
  17885. Dev.CD Oct 93
  17886. Dev.CD Jul 93
  17887. Dev.CD Apr 9V
  17888. 33187X
  17889. Apr 94
  17890. --set theItem to choose file -- uncomment to test in an AS editor
  17891.     tell application "Finder"
  17892.         open item "Dev.CD Apr 94
  17893. Dev.CD Jan 94
  17894. Dev.CD Oct 93
  17895. Dev.CD Jul 93
  17896. Dev.CD Apr 93"
  17897.         activate
  17898.     end tell
  17899. on error errMsg number errNum
  17900.     --enter statements to perform when no records are found such as...
  17901.     display dialog "Sorry, the item you selected could not be found."
  17902.     return
  17903. end try
  17904. All Packages
  17905. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  17906. Dev.CD Jan 94
  17907. Dev.CD Oct 93
  17908. Dev.CD Jul 93P6Dev.CD Apr 94
  17909. Dev.CD Jan 94
  17910. Dev.CD Oct 93
  17911. Dev.CD Jul 9V
  17912. 33188X
  17913. Apr 94
  17914. blepictures
  17915. disassembly
  17916. discard
  17917. disclaimer
  17918. disclosure
  17919. disconnect
  17920. discourages
  17921. discover
  17922. Feb 00^
  17923. --set theItem to choose file -- uncomment to test in an AS editor
  17924.     tell application "Finder"
  17925.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:"
  17926.         activate
  17927.     end tell
  17928. on error errMsg number errNum
  17929.     --enter statements to perform when no records are found such as...
  17930.     display dialog "Sorry, the item you selected could not be found."
  17931.     return
  17932. end try
  17933. e    No Changeq
  17934. Dev.CD Feb 00 TC
  17935. oD!All Packages
  17936. Tool Chest Edition
  17937. MacTCP+ Tool 1.0
  17938. ASummary: This tool updates the MacTCP 1.1 driver to correct a problem with the reception of packets on Macintosh Pluses running System 7.0 or later. 
  17939. Features: The modified MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  17940. J@MacTCP+ Tool
  17941. README for MacTCP+ Tool
  17942. README for MacTCP+ Tool.txtK
  17943. Mar 92:Tool Chest:Networking:MacTCP:MacTCP+ Tool:V
  17944. 32436X
  17945. 1e    No Change
  17946. surely
  17947. surf's
  17948. surface
  17949. surfboards
  17950. surfer
  17951. surovell
  17952. surprise
  17953. surround
  17954. survey
  17955. sustains
  17956. swaps
  17957. swatches
  17958. swedish
  17959. swiss
  17960. switch
  17961. switching
  17962. symantec
  17963. symbol
  17964. symbols
  17965. symptom
  17966. synch
  17967. synchronization
  17968. synchronizeW
  17969. synchronous
  17970. syncing
  17971. syntactic
  17972. syntax
  17973. sysbeep
  17974. system
  17975. plug-in's
  17976. witha
  17977. mentation for the scanner API, an addendum for the new 4.1 scanner driver, and C sample code that demonstrates how to use the API.  A header file and link library have been Included with the sample code.
  17978. The sample code should not be considered as a model for the next great scanner application but rather a simple demonstration of how to communicate with a scanner. Special considerations should  be taken when considering memory requirements
  17979. A for your imaging model. Images scanned at high resolutions can be extremely large so you may want to consider spooling the data off to disk as it comes in from the scanner. This method will reduce the overall footprint of your application and allow for high resolution scans without allocating huge quantities of memory.
  17980. JRProgGuide to Apple Scanners
  17981. Scan Image 1.0:
  17982. Scanner - Read Me
  17983. Scanner 4.1 AddendumK
  17984. Mar 93L
  17985. Nov 96
  17986. All Packages
  17987. System UpdateO
  17988. Dev.CD Oct 94
  17989. Dev.CD Apr 94P
  17990. Dev.CD Oct 94
  17991. Dev.CD Apr 9V
  17992. 33211X
  17993. Oct 94
  17994. p--set theItem to choose file -- uncomment to test in an AS editor
  17995.     tell application "Finder"
  17996.         open item "Dev.CD Oct 94
  17997. Dev.CD Apr 94"
  17998.         activate
  17999.     end tell
  18000. on error errMsg number errNum
  18001.     --enter statements to perform when no records are found such as...
  18002.     display dialog "Sorry, the item you selected could not be found."
  18003.     return
  18004. end try
  18005. All Packages
  18006. System UpdateO
  18007. Dev.CD Oct 94P
  18008. Dev.CD Oct 9V
  18009. 33212X
  18010. Oct 94
  18011. b--set theItem to choose file -- uncomment to test in an AS editor
  18012.     tell application "Finder"
  18013.         open item "Dev.CD Oct 94"
  18014.         activate
  18015.     end tell
  18016. on error errMsg number errNum
  18017.     --enter statements to perform when no records are found such as...
  18018.     display dialog "Sorry, the item you selected could not be found."
  18019.     return
  18020. end try
  18021. All Packages
  18022. System UpdateV
  18023. 33213X
  18024. All Packages
  18025. System Enabler 111 (PB 160/180)O
  18026. Dev.CD Apr 93P
  18027. Dev.CD Apr 9V
  18028. 33114X
  18029. Apr 93
  18030. b--set theItem to choose file -- uncomment to test in an AS editor
  18031.     tell application "Finder"
  18032.         open item "Dev.CD Apr 93"
  18033.         activate
  18034.     end tell
  18035. on error errMsg number errNum
  18036.     --enter statements to perform when no records are found such as...
  18037.     display dialog "Sorry, the item you selected could not be found."
  18038.     return
  18039. end try
  18040. All Packages
  18041. System Enabler 111 (PB 160/180)O
  18042. Dev.CD Apr 93P
  18043. Dev.CD Apr 9V
  18044. 33115X
  18045. Apr 93
  18046. b--set theItem to choose file -- uncomment to test in an AS editor
  18047.     tell application "Finder"
  18048.         open item "Dev.CD Apr 93"
  18049.         activate
  18050.     end tell
  18051. on error errMsg number errNum
  18052.     --enter statements to perform when no records are found such as...
  18053.     display dialog "Sorry, the item you selected could not be found."
  18054.     return
  18055. end try
  18056. All Packages
  18057. 33116X
  18058. orizontally
  18059. association
  18060. assortment
  18061. assume
  18062. assumed
  18063. assumption
  18064. assure
  18065. asyncdriversample
  18066. asynch
  18067. asynchronous
  18068. asynchronous
  18069. background
  18070. networking
  18071. macintosh
  18072. harry
  18073. asynchronously
  18074. asyncpb
  18075. asyncronous
  18076. at-attachment
  18077. endps
  18078. serial
  18079. server
  18080. servers
  18081. servervols
  18082. servervols
  18083. services
  18084. movie
  18085. setfileflag
  18086. setfileflag
  18087. simpleprefs
  18088. 32434X
  18089. Apr 98^
  18090. --set theItem to choose file -- uncomment to test in an AS editor
  18091.     tell application "Finder"
  18092.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:"
  18093.         activate
  18094.     end tell
  18095. on error errMsg number errNum
  18096.     --enter statements to perform when no records are found such as...
  18097.     display dialog "Sorry, the item you selected could not be found."
  18098.     return
  18099. end try
  18100. e    No Changef
  18101. MacTCP
  18102. TCP/IPq
  18103. Dev.CD Apr 98 SDK1
  18104. nD!All Packages
  18105. Tool Chest Edition
  18106. ry: The MacTCP Token Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  18107. MTU Tool
  18108. Read me
  18109. Read me.txtK
  18110. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOIDev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:PTDev.CD Feb 00 TC
  18111.  - Tool Chest
  18112.  - Networking
  18113.  - MacTCP
  18114.  - MacTCP Token Ring MTU ToolV
  18115. 32435X
  18116. 1TU ToolV
  18117. 32435X
  18118. 1e    No Change
  18119. Features: Apple Data Detectors Extension - provides base functional
  18120. e attempting to update MacTCP.  Be aware that opening or configuring MacTCP may cause it to modify itself.
  18121. NOTE:  Developers should do all new development with Open Transport where possible.
  18122. 2.0.6 Files:
  18123. MacTCP - Read Me First
  18124. MacTCP 2.x Docs:
  18125. MacTCP Developer Tools:
  18126. TCP/IP Administration.image
  18127. TCP/IP Connection.imageK
  18128. Apr 96N
  18129. MacTCP, TCP/IPO4Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  18130.  - Development Kits (Disc 1)
  18131.  - MacTCP panel require Mac OS 7.6 or 
  18132. later
  18133. Detector Editor requires Mac OS 8 or later
  18134. Apple initially shipped Internet Address Detectors 1.0.1 as the premiere set of detectors and actions using the technology Apple Data Detectors.  This was limited to Mac OS 8 only.  Now, developers can write new detectors and actions and deliver this functionality to users who are running Mac OS 7.6 because the extension and control panel for the SDK (1.0.2) have been qualified to work on Mac OS 7.6 or later.  Note that developers will als
  18135. Summary:  This package contains:
  18136.  current release of MacTCP  (v2.0.6) and MacTCP Admin (v2.0.6)
  18137.  TCP/IP Connection for Macintosh (v2.0.4)
  18138.  TCP/IP Administration for Macintosh (v2.0.4)
  18139. This folder also includes:
  18140.  MacTCP 2.0.6 Release Notes
  18141.  an updater for the MacTCP and MacTCP Admin control panels (from v2.0.4 to 2.0.6)
  18142.  MacTCP development tools and documentation
  18143. IMPORTANT NOTES
  18144.  This is one of the electronic distribution channels available for MacTCP documentation and developer to
  18145. ols.  These options replace the separate Developer Kits previously available for individual networking products.
  18146.  Only the MacTCP and MacTCP Admin control panels have changed to 2.0.6.  The Connection and Administration disks have not been re-rolled to use the new files.
  18147. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  18148. synthesis
  18149. system
  18150. systems
  18151. table
  18152. tables
  18153. tablet
  18154. tanzania
  18155. tanzania
  18156. zanzibar
  18157. starmax
  18158. firmware
  18159. tasking
  18160. tasks
  18161. tcp/ip
  18162. self-moderating
  18163. self-mounting
  18164. self-paced
  18165. semchishen
  18166. sendappleevent
  18167. sending
  18168. sends
  18169. sentences
  18170. separate
  18171. separately
  18172. separations
  18173. september
  18174. sequel
  18175. sequence
  18176. sergeant
  18177. serial
  18178. series
  18179. server
  18180. servers
  18181. serves
  18182. service
  18183. services
  18184. session
  18185. setdialogdefaultitem
  18186. --set theItem to choose file -- uncomment to test in an AS editor
  18187.     tell application "Finder"
  18188.         open item "Dev.CD Apr 94
  18189. Dev.CD Jan 94
  18190. Dev.CD Oct 93
  18191. Dev.CD Jul 93
  18192. Dev.CD Apr 93"
  18193.         activate
  18194.     end tell
  18195. on error errMsg number errNum
  18196.     --enter statements to perform when no records are found such as...
  18197.     display dialog "Sorry, the item you selected could not be found."
  18198.     return
  18199. end try
  18200. chwithdoc
  18201. launchwithdoc2
  18202. launchwithsize
  18203. laurence
  18204. lavoie
  18205. layer
  18206. layering
  18207. layout
  18208. layouts
  18209. lclick
  18210. ldefproc0
  18211. leading-edge
  18212. leads
  18213. leaks
  18214. libraries
  18215. libraryQ
  18216. Dev.CD Jul 93
  18217. Dev.CD Apr 9V
  18218. 32771X
  18219. Jul 93
  18220. p--set theItem to choose file -- uncomment to test in an AS editor
  18221.     tell application "Finder"
  18222.         open item "Dev.CD Jul 93
  18223. Dev.CD Apr 93"
  18224.         activate
  18225.     end tell
  18226. on error errMsg number errNum
  18227.     --enter statements to perform when no records are found such as...
  18228.     display dialog "Sorry, the item you selected could not be found."
  18229.     return
  18230. end try
  18231. All Packages
  18232. F    QuickTimeO
  18233. Dev.CD Jul 93
  18234. Dev.CD Apr 93P
  18235. Dev.CD Jul 93
  18236. Dev.CD Apr 9V
  18237. 32772X
  18238. Jul 93
  18239. p--set theItem to choose file -- uncomment to test in an AS editor
  18240.     tell application "Finder"
  18241.         open item "Dev.CD Jul 93
  18242. Dev.CD Apr 93"
  18243.         activate
  18244.     end tell
  18245. on error errMsg number errNum
  18246.     --enter statements to perform when no records are found such as...
  18247.     display dialog "Sorry, the item you selected could not be found."
  18248.     return
  18249. end try
  18250. All Packages
  18251. F    QuickTimeO
  18252. Dev.CD Jul 93
  18253. Dev.CD Apr 93V
  18254. 32773X
  18255. lMrMacTCP 2.0.2 driver, which is available as part of the TCP/IP Connection from Macintosh product or on the E
  18256. O CDN#TCP/IP, networking, standards basedD May 98 TC:Programs & Marketing:Apple Dev News Archive:"
  18257.         activate
  18258.     end tell
  18259. on error errMsg number errNum
  18260.     --enter statements to perform when no records are found such as...
  18261.     display dialog "Sorry, the item you selected could not be found."
  18262.     return
  18263. end try
  18264. Deletedf#Apple news
  18265. Apple Developer Newsq
  18266. Dev.CD May 98 TC
  18267. &D!All Packages
  18268. Tool Chest Edition
  18269. Apple Directions 1995
  18270. zoneranger
  18271. zoneranger
  18272. revision
  18273. history
  18274. zoomed
  18275. 33270X
  18276. Feb 00^
  18277. --set theItem to choose file -- uncomment to test in an AS editor
  18278.     tell application "Finder"
  18279.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:Verifier:"
  18280.         activate
  18281.     end tell
  18282. on error errMsg number errNum
  18283.     --enter statements to perform when no records are found such as...
  18284.     display dialog "Sorry, the item you selected could not be found."
  18285.     return
  18286. end try
  18287. e    No Changeq
  18288. Dev.CD Feb 00 TC
  18289. D!All Packages
  18290. Tool Chest Edition
  18291. rsionEdit is a software development tool which automatically creates and updates product version information throughout the life of a software product.
  18292. As an alternative to using ResEdit or Rez, VersionEdit can be used to create and intelligently increment 'vers' type resources that adhere to Apple's version guidelines. VersionEdit also allows developers to encapsulate additional information about the product and their company within the application, making it available for us available for us
  18293. providing
  18294. psetselfsend
  18295. pseudo-item
  18296. pub/pccts
  18297. public
  18298. publications
  18299. published
  18300. yly done by Finder at the user's request.
  18301. Set Folder Windows:  This little AppleScript droplet is used to setup drive and folder windows in preperation for  burning a CD. It requires the scriptable Finder from System 7.5 or later. It seems to be more reliable than SWAt at setting things up right, since it uses the Finder rather than directly manipulating desktop information.
  18302. J'Sample Code.img
  18303. Windows Sample Code.imgK
  18304. May 97L
  18305. May 97O
  18306. Dev.CD Feb 00 TC:Sample Code:P
  18307. Dev.CD Feb 00 TC
  18308.  - Sample Code
  18309. consumer
  18310. container
  18311. content
  18312. context
  18313. contextual
  18314. contextual
  18315. manager
  18316. control
  18317. control
  18318. strip
  18319. powerbook
  18320. control
  18321. panel
  18322. controls
  18323. conversion
  18324. erter
  18325. coprocessor
  18326. corba
  18327. foundation
  18328. overview
  18329. opaque
  18330. types
  18331. reference
  18332. counts
  18333. corners
  18334. countersQ
  18335. counting
  18336. counts
  18337. crccalc
  18338. crcpatch
  18339. creator
  18340. creator
  18341. signature
  18342. registration
  18343. cross-platform
  18344. cryptographic
  18345. cryptographic
  18346. authentication
  18347. appleshare
  18348. appearance
  18349. cryptography
  18350. ctabhandle
  18351. ctseed
  18352. cursors
  18353. custom
  18354. customgetfile
  18355. customgetfile
  18356. customputfile
  18357. dialog
  18358. select
  18359. folder
  18360. balloo
  18361. customputfile
  18362. cyrillic
  18363. conversion
  18364. apple
  18365. event
  18366. server
  18367. scripting
  18368. database
  18369. database
  18370. lOKDev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:PSDev.CD Apr 98 SDK1
  18371.  - Development Kits (Disc 1)
  18372.  - MacTCP
  18373.  - MacTCP Developer ToolsV
  18374. 32433X
  18375. Apr 98^
  18376. --set theItem to choose file -- uncomment to test in an AS editor
  18377.     tell application "Finder"
  18378.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:"
  18379.         activate
  18380.     end tell
  18381. on error errMsg number errNum
  18382.     --enter statements to perform when no records are found such as...
  18383.     display dialog "Sorry, the item you selected could not be found."
  18384.     return
  18385. end try
  18386. e    No Changef!TCP/IP
  18387. networking
  18388. standards basedq
  18389. Dev.CD Apr 98 SDK1
  18390. mD!All Packages
  18391. Mac OS SDK Edition
  18392. MacTCP SDK 2.0.6
  18393. November 1995 Apple Directions Articles
  18394. Apple's Developer Business Report with news and information about Apple's strategic, technological, and business directions
  18395. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  18396. datasheet
  18397. white
  18398. paper
  18399. mag'n
  18400. magic
  18401. magic
  18402. magic
  18403. utility
  18404. magican
  18405. magician
  18406. suite
  18407. suite
  18408. dictionary
  18409. mailfoo
  18410. mailsuite
  18411. mailsuite
  18412. makefile
  18413. makefilealias
  18414. makefilehelp
  18415. makefiles
  18416. makemake
  18417. makemake
  18418. manual
  18419. makeout
  18420. makethefolder
  18421. making
  18422. making
  18423. malph
  18424. malph
  18425. management
  18426. manager
  18427. relase
  18428. notes
  18429. manalyzer
  18430. relase
  18431. notes
  18432. manual
  18433. mappings
  18434. markc
  18435. market
  18436. marketing
  18437. marketing
  18438. stuff
  18439. th System 7.5.
  18440. AppleTalk
  18441. MacSNMP - Read Me First
  18442. MacSNMP demo and test:
  18443. MacSNMP Dev Docs:
  18444. MacSNMP Update 1.1.1:
  18445. MacTCP
  18446. SNMP Transports Dev Kit:K
  18447. Jan 96O5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:P:Dev.CD Apr 98 SDK1
  18448.  - Development Kits (Disc 1)
  18449.  - MacSNMP PCI Bus; Strategy Mosaic: Seeing Through Windows
  18450. And Into the Future; Editor
  18451.  Note: Guy Returns; IndustryWatch: No-So-Subtle Messages; In With eWorld, Out With AppleLink; Apple Ships OpenDoc Developer Release 3
  18452. ; New Newton Toolkit Offers Commpiler, Reduced Prices; Apple to Offer Oracle Power Objects for Client/Server Development; Apple Internet Connection Kit Gives Macintosh Users Internet Access; Apple Is Committed to Gaining Market Share; Apple Enterprise Awards Go to Nine Developers at PC EXPO.
  18453. Technology:  develop Issue 23: Music, 3D and More; CD Highlights: Reference Library Edition, September 1995; Human Interface: Easy to Use; Unified Networking for Mac OS Computers.
  18454. Business & Marketin
  18455. Summary:  This folder contains the MacSNMP developer's kit. It has all the interface files, documentation, demo and test software that are necessary to start development of agents for the MacSNMP architecture.
  18456. This folder also contains the MacSNMP transport developer's kit. It contains all the additional information you would need to implement SNMP over transports other than AppleTalk or TCP (which are supplied by Apple).
  18457. In order to install a working SNMP client on your Macintosh, you n
  18458. eed to install the AppleTalk Connection and/or TCP/IP Connection product software. These products are included on E.T.O. - an alias has been provided for your convenience.
  18459. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  18460. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  18461. 32432X
  18462. Apr 98^
  18463. --set theItem to choose file -- uncomment to test in an AS editor
  18464.     tell application "Finder"
  18465.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:"
  18466.         activate
  18467.     end tell
  18468. on error errMsg number errNum
  18469.     --enter statements to perform when no records are found such as...
  18470.     display dialog "Sorry, the item you selected could not be found."
  18471.     return
  18472. end try
  18473. e    No Changeq
  18474. Dev.CD Apr 98 SDK1
  18475. lD!All Packages
  18476. Mac OS SDK Edition
  18477. MacTCP Developer Tools
  18478. Summary:  Contains documentation, header files, and tools to enable developers to write applications which use MacTCP as a networking protocol.
  18479. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  18480. J]802 LAP:
  18481. HyperCard MacTCP Toolkit 1.0:
  18482. MacTCP LAP Tech Note
  18483. Universal Interfaces:
  18484. ZapTCP 1.1:K
  18485. Aug 93nge
  18486.  Most Popular Application Categories
  18487. Special Marketing Report:
  18488. MacsBug is Apple's assembly-level PowerPC and 68K debugger. It fully supports debugging in the mixed-mode PowerPC and 68K environment. This is a must-have tool for any serious Macintosh software or hardware developer.
  18489. This version contains many new features including dynamic register colorization (displays registers as they change in hilighted colors), supports displays at any bit depth (previous versions required 8-bit or less), as well as a host of bug fixes (Memory Manager heaps are beB
  18490. tter examined for consistency).
  18491. Building dcmds
  18492. Emulator Update Extension
  18493. into Debugger Prefs file
  18494. into MacsBug Preferences folder
  18495. into System folder
  18496. MacsBug 6.6 Read Me
  18497. MacsBugAppK
  18498. Apr 94L
  18499. Feb 00M@Macintosh running  Mac OS 8.x or later and a Power PC processor.N,MacsBug, debugger, debugging, assembly, bugsONDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:PYDev.CD Feb 00 TC
  18500.  - Tool Chest
  18501.  - Testing & Debugging
  18502.  - Debuggers & dcmds
  18503.  - MacsBug 6.6 Apple N
  18504. 32431X
  18505. Feb 00^
  18506. --set theItem to choose file -- uncomment to test in an AS editor
  18507.     tell application "Finder"
  18508.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:"
  18509.         activate
  18510.     end tell
  18511. on error errMsg number errNum
  18512.     --enter statements to perform when no records are found such as...
  18513.     display dialog "Sorry, the item you selected could not be found."
  18514.     return
  18515. end try
  18516. e    No Changef(MacsBug
  18517. debugger
  18518. debugging
  18519. assembly
  18520. bugsoOftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Debuggers_-_dcmds/q
  18521. Dev.CD Feb 00 TC
  18522. kD!All Packages
  18523. Mac OS SDK Edition
  18524. MacSNMP
  18525.     Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  18526. February 1995 Apple Directions Articles
  18527. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  18528. iN$Mac OS 8, Human Interface Guidelineslishing); Editor's Note (The Shadow Doesn't Know); IndustryWatch.
  18529. Technology: News (ETO and MPW Pro #16; New Paper Tech Notes)CD Highlights;  Human Interface (Fad Gadgets); OpenDoc HI Q&A, pt 2; QuickTime 2.0.
  18530. Business & Marketing:  Marketing Feature (HyperCard Alive and Well).
  18531. This is final draft copy from the February Apple Directions, 
  18532.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  F
  18533. or permission, contact the editor on AppleLink at A.DIRECTIONS. 
  18534. January 1995 Apple Directions Articles
  18535. News: Apple News (Announcing Pippin; Macintosh Brand Strongest; Macintosh Top-Selling; Windows/DOS on Macintosh; Newton Developer Support; Apple Expands; QuickTime 2.0); Strategy Mosaic (Power Macintosh Developers Speak); Editor's Note (Games); IndustryWatch.
  18536. Technology: CD Highlights;  Human Interface (Doc's Holiday Wish List); OpenDoc HI Q&A; New Macintosh Run-Time Environment.
  18537. iOTDev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:P\Dev.CD Mar 00 RL Disk 1
  18538.  - Technical Documentation
  18539.  - Human Interface
  18540.  - MacOS8DocumentationV
  18541. 32430X
  18542. Mar 00^    RL Disk 1
  18543. --set theItem to choose file -- uncomment to test in an AS editor
  18544.     tell application "Finder"
  18545.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:"
  18546.         activate
  18547.     end tell
  18548. on error errMsg number errNum
  18549.     --enter statements to perform when no records are found such as...
  18550.     display dialog "Sorry, the item you selected could not be found."
  18551.     return
  18552. end try
  18553. e    No Changef#Mac OS 8
  18554. Human Interface Guidelinesq
  18555. Dev.CD Mar 00 RL Disk 1
  18556. jD!All Packages
  18557. Tool Chest Edition
  18558. MacsBug 6.6
  18559.     irections 1995:PUDev.CD Nov 99 TC
  18560.  - Programs & Marketing
  18561.  - Apple Directions
  18562.  - Apple Directions 1995
  18563. O)Dev.CD Apr 94
  18564. Dev.CD Jan 94
  18565. Dev.CD Dec 93P(Dev.CD Apr 94
  18566. Dev.CD Jan 94
  18567. Dev.CD Dec 9V
  18568. 33221X
  18569. Apr 94
  18570. ~--set theItem to choose file -- uncomment to test in an AS editor
  18571.     tell application "Finder"
  18572.         open item "Dev.CD Apr 94
  18573. Dev.CD Jan 94
  18574. Dev.CD Dec 93"
  18575.         activate
  18576.     end tell
  18577. on error errMsg number errNum
  18578.     --enter statements to perform when no records are found such as...
  18579.     display dialog "Sorry, the item you selected could not be found."
  18580.     return
  18581. end try
  18582. All Packages
  18583. System UpdateO
  18584. Dev.CD Apr 94
  18585. Dev.CD Jan 94P
  18586. Dev.CD Apr 94
  18587. Dev.CD Jan 9V
  18588. 33222X
  18589. Apr 94
  18590. p--set theItem to choose file -- uncomment to test in an AS editor
  18591.     tell application "Finder"
  18592.         open item "Dev.CD Apr 94
  18593. Dev.CD Jan 94"
  18594.         activate
  18595.     end tell
  18596. on error errMsg number errNum
  18597.     --enter statements to perform when no records are found such as...
  18598.     display dialog "Sorry, the item you selected could not be found."
  18599.     return
  18600. end try
  18601. All Packages
  18602. System 7 Tune-UpO
  18603. Dev.CD Sept 92
  18604. Dev.CD Aug 92P
  18605. Dev.CD Sept 92
  18606. Dev.CD Aug 9V
  18607. 32918X
  18608. Sept 9
  18609. q--set theItem to choose file -- uncomment to test in an AS editor
  18610.     tell application "Finder"
  18611.         open item "Dev.CD Sept 92
  18612. Dev.CD Aug 92"
  18613.         activate
  18614.     end tell
  18615. on error errMsg number errNum
  18616.     --enter statements to perform when no records are found such as...
  18617.     display dialog "Sorry, the item you selected could not be found."
  18618.     return
  18619. end try
  18620. All Packages
  18621. System 7 Tune-UpO
  18622. Dev.CD Sept 92
  18623. Dev.CD Aug 92P
  18624. Dev.CD Sept 92
  18625. Dev.CD Aug 9V
  18626. 32919X
  18627. Sept 9
  18628. q--set theItem to choose file -- uncomment to test in an AS editor
  18629.     tell application "Finder"
  18630.         open item "Dev.CD Sept 92
  18631. Dev.CD Aug 92"
  18632.         activate
  18633.     end tell
  18634. on error errMsg number errNum
  18635.     --enter statements to perform when no records are found such as...
  18636.     display dialog "Sorry, the item you selected could not be found."
  18637.     return
  18638. end try
  18639. P<Dev.CD Aug 97 TC
  18640.  - Language Kits
  18641.  - WorldScript Updater 1.1released@
  18642. replacement@
  18643. reproduction@
  18644. requirements@
  18645. resolve@
  18646. resources@
  18647. respect@
  18648. respectively
  18649. respond@
  18650. restarted@
  18651. return@
  18652. right@
  18653. rounded-corner@
  18654. routines
  18655. patching
  18656. manager
  18657. simulate
  18658. contro@
  18659. sample@
  18660. sample
  18661. code@
  18662. savedpapfilexx@
  18663. says@
  18664. scanning@
  18665. schedule@
  18666. screens@
  18667. scriptability@
  18668. second@
  18669. security@
  18670. segment@
  18671. senior@
  18672. services@
  18673. setprojector@
  18674. settings@
  18675. shading@
  18676. sherlock@
  18677. shown@
  18678. shutdown@
  18679. silly@
  18680. simulate@
  18681. cludes
  18682. a/rose
  18683. v1.2.1
  18684. system
  18685. extension
  18686. includin@
  18687. summary
  18688. control
  18689. strip
  18690. control
  18691. panel
  18692. provides
  18693. summary
  18694. brochure
  18695. serves
  18696. foundation
  18697. explaining
  18698. impo@
  18699. summary
  18700. folder
  18701. contains@
  18702. summary
  18703. folder
  18704. contains
  18705. revised
  18706. acrobat
  18707. versions
  18708. manalyzer
  18709. manalyzer
  18710. manalyzer
  18711. manalyzer
  18712. relase
  18713. notes
  18714. manalyzer
  18715. relase
  18716. notes
  18717. manual
  18718. mappings
  18719. markc
  18720. market
  18721. marketing
  18722. marketing
  18723. stuff
  18724. ships
  18725. shoot
  18726. short
  18727. shortcuts
  18728. shotsW
  18729. should
  18730. shouldn't
  18731. show/hide
  18732. showballoon
  18733. showcase
  18734. showdraghilite
  18735. showicon
  18736. showing
  18737. shrink-wrapped
  18738. shrinking
  18739. rbon:
  18740. Carbon Dater
  18741. Carbon Overview
  18742. Carbon Specification
  18743. CarbonLib Porting Guide
  18744. Mac OS 9 Technote
  18745. Human Interface Toolbox:
  18746. Appearance Manager
  18747. Control Manager
  18748. Dialog Manager
  18749. Human Interface Guidelines
  18750. Icon Services and Utilities [New]
  18751. List Manager
  18752. Menu Manager
  18753. Window Manager
  18754. Files:
  18755. Alias Manager
  18756. Disk Initialization Manager
  18757. File Manager [New]
  18758. Finder Interface
  18759. Folder Manager
  18760. Navigation Services [Updated]
  18761. Resource Manager
  18762. Translation Manager
  18763. Help Systems:
  18764. Apple Guide
  18765. Apple Help [New]
  18766. Help 
  18767. Manager
  18768. Networking and Communications:
  18769. AppleShare
  18770. Communications Toolbox
  18771. Network Services Location (NSL) Manager [Updated]
  18772. Open Transport
  18773. URL Access Manager
  18774. Utilities:
  18775. Collection Manager
  18776. Control Panels
  18777. Control Strip Services
  18778. Location Manager
  18779. Mathematical and Logical Utilities
  18780. Power PC Numerics
  18781. Core Foundation:
  18782. Base Services
  18783. Bundle Services
  18784. Collection Services
  18785. Overview
  18786. Property List Services 
  18787. String Services 
  18788. Multimedia and Graphics:
  18789. Apple Game Sprockets
  18790. Carbon Printing Manager 
  18791. Color P
  18792. All Packages
  18793. System Enabler 003 (LC III)OEDev.CD Apr 94
  18794. Dev.CD Jan 94
  18795. Dev.CD Oct 93
  18796. Dev.CD Jul 93
  18797. Dev.CD Apr 93PDDev.CD Apr 94
  18798. Dev.CD Jan 94
  18799. Dev.CD Oct 93
  18800. Dev.CD Jul 93
  18801. Dev.CD Apr 9V
  18802. 33024X
  18803. Apr 94
  18804. --set theItem to choose file -- uncomment to test in an AS editor
  18805.     tell application "Finder"
  18806.         open item "Dev.CD Apr 94
  18807. Dev.CD Jan 94
  18808. Dev.CD Oct 93
  18809. Dev.CD Jul 93
  18810. Dev.CD Apr 93"
  18811.         activate
  18812.     end tell
  18813. on error errMsg number errNum
  18814.     --enter statements to perform when no records are found such as...
  18815.     display dialog "Sorry, the item you selected could not be found."
  18816.     return
  18817. end try
  18818. All Packages
  18819. System Enabler 003 (LC III)OEDev.CD Apr 94
  18820. Dev.CD Jan 94
  18821. Dev.CD Oct 93
  18822. Dev.CD Jul 93
  18823. Dev.CD Apr 93PDDev.CD Apr 94
  18824. Dev.CD Jan 94
  18825. Dev.CD Oct 93
  18826. Dev.CD Jul 93
  18827. Dev.CD Apr 9V
  18828. 33025X
  18829. Apr 94
  18830. nubus
  18831. numerous
  18832. object
  18833. object-oriented
  18834. objects
  18835. october
  18836. All Packages
  18837. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  18838. Dev.CD Jan 94
  18839. Dev.CD Oct 93
  18840. Dev.CD Jul 93P6Dev.CD Apr 94
  18841. Dev.CD Jan 94
  18842. Dev.CD Oct 93
  18843. Dev.CD Jul 9V
  18844. 33153X
  18845. Apr 94
  18846. --set theItem to choose file -- uncomment to test in an AS editor
  18847.     tell application "Finder"
  18848.         open item "Dev.CD Apr 94
  18849. Dev.CD Jan 94
  18850. Dev.CD Oct 93
  18851. Dev.CD Jul 93"
  18852.         activate
  18853.     end tell
  18854. on error errMsg number errNum
  18855.     --enter statements to perform when no records are found such as...
  18856.     display dialog "Sorry, the item you selected could not be found."
  18857.     return
  18858. end try
  18859. All Packages
  18860. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  18861. Dev.CD Jan 94
  18862. Dev.CD Oct 93
  18863. Dev.CD Jul 93
  18864. Dev.CD Apr 93PDDev.CD Apr 94
  18865. Dev.CD Jan 94
  18866. Dev.CD Oct 93
  18867. Dev.CD Jul 93
  18868. Dev.CD Apr 9V
  18869. 33154X
  18870. Apr 94
  18871. features
  18872. allows
  18873. users
  18874. chess
  18875. network
  18876. pb3400
  18877. manager
  18878. pccardnetworksample
  18879. pccts
  18880. pccts
  18881. sound
  18882. input
  18883. driver
  18884. pdlog
  18885. pdlog
  18886. expand
  18887. viewer
  18888. peoplesoft/apple
  18889. peoplesoft/apple
  18890. white
  18891. paper
  18892. peoplesurveyor
  18893. peoplesurveyor
  18894. 2.1.2
  18895. performa
  18896. performa
  18897. 7.1p2
  18898. performa
  18899. 7.1p5
  18900. (** = new, * = revised)
  18901. AEGestalt:  AEGestalt is a MacApp application which shows how to make use of the built in Apple events support.
  18902. Bits o' MacApp Code:  A few MacApp snippets: Windows Menu,a view that stays centered in its superview,  TTextListView, TTextGridView, a Light Gray Adorner, and more.
  18903. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  18904. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),
  18905.  including a complete  framework for writing small applications.
  18906. DumpSRec:  This MPW tool converts an arbitrary Macintosh data file or resource into Motorola S-Record format, mostly to assist in downloading code and data to EPROM programmers or non-Macintosh target platforms.
  18907. Eenie:  Eenie - example MacApp program showing how to use the Dependency mechanism and Adorners. Also shows how to use the new View format with defining customized cursors over views.
  18908. LockFile:  Demonstrates settin
  18909. oldies
  18910. install
  18911. browser
  18912. begin
  18913. first
  18914. browser
  18915. transport
  18916. debug
  18917. transport
  18918. debug
  18919. transport
  18920. opencheckedout
  18921. opendoc
  18922. opendoc
  18923. development
  18924. opendoc
  18925. development
  18926. framework
  18927. opendoc
  18928. readme
  18929. opendoc
  18930. source
  18931. openfwbridgefixjuly9
  18932. opengl
  18933. opengl
  18934. parts
  18935. opengl
  18936. openmultfiles
  18937. opentptppp
  18938. opentptppp
  18939. opp's
  18940. opportunities
  18941. optimized
  18942. order
  18943. order
  18944. oriented
  18945. oserr
  18946. debug
  18947. 1.0b1
  18948. ossvcs
  18949. osutilities
  18950. ot/ppp
  18951. ot/ppp
  18952. client
  18953. links
  18954. links
  18955. links
  18956. pascal
  18957. pasmatit
  18958. g the file lock bit in an action atom for the installer.  This action atom code resource must be called through a post installation action atom.  In the selector field, pass in the name of the target 'infs'  resource id.
  18959. Long doubles w/MathLib: This sample shows how to call MathLib functions that take or return parameters of type long double from Metrowerks PPC code.
  18960. Low Level Debugger macros:  Debugger macros for MacApp 3.0.
  18961. MacApp C++ Load/dump:  Two MPW scripts that show a couple way
  18962. s to use load/dump in MAMake files.
  18963. MouseInfo:  This sample shows how to make use of MacApp 3.0 Behaviors, how to create them, how behaviors could control window information, track events, and also spawn off other behaviors.
  18964. PICTDialog:  This MacApp sample shows how easy it is to include PICT resources in modal dialogs.
  18965. RemoveVMSVersionNumbers:  This MPW script removes VMS style version number extensions from file  names.
  18966. ScreenShots from MacsBug:  It is possible to take a screen shot 
  18967. wdefcolorsample
  18968. wdefpatch
  18969. wdefs
  18970. Wation "Finder"
  18971.         open item "Dev.CD Feb 98 TC:Programs & Marketing:Apple Directions:Apple Directions 1997:"
  18972.         activate
  18973.     end tell
  18974. on error errMsg number errNum
  18975.     --enter statements to perform when no records are found such as...
  18976.     display dialog "Sorry, the item you selected could not be found."
  18977.     return
  18978. end try
  18979. Deletedq
  18980. Dev.CD Feb 98 TC
  18981. All Packages
  18982. Apple Event Registry & SuitesIySummary: This folder contains the Apple Event Registry and information about Apple Event Suites from the AppleScript SDK.K
  18983. Feb 92L
  18984. Apr 93V
  18985. 30233X
  18986. 1e    No Change
  18987. while in MacsBug  by adding this function to your program.  You can jump directly to this function from anywhere in your program using MacsBug commands, take a screen shot, and then continue with normal program execution.
  18988. Shared Lib. Mgr. C++:  This snippet shows how to turn a generic C++ class (not Pascal/Handle object based) into a Shared Library class. The Makefile is a suitable template for similar work.
  18989. ShowBalloon XFCN:  This XFCN allows you to use Balloon Help in conjunction with 
  18990. HyperCard. The source code and the demo stack will get you going.
  18991. UserFunction Gestalt:  This snippet is for Installer scripters.  The UserChkGestaltFunction provides an alternative to the CheckGestalt clause which requires that the scripter provide all possible matches to the results of the Gestalt call.  With the User Function, the script writer can simply check for the existence of a gestalt selector, without having to worry about it's return values.
  18992. Windoid:  Windoid is a MacApp 3.0 
  18993. hP:Dev.CD Apr 98 SDK1
  18994.  - Development Kits (Disc 1)
  18995.  - MacODBCV
  18996. 32429X
  18997. Apr 98^
  18998. --set theItem to choose file -- uncomment to test in an AS editor
  18999.     tell application "Finder"
  19000.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:"
  19001.         activate
  19002.     end tell
  19003. on error errMsg number errNum
  19004.     --enter statements to perform when no records are found such as...
  19005.     display dialog "Sorry, the item you selected could not be found."
  19006.     return
  19007. end try
  19008. e    No ChangefGODBC
  19009. MacODBC
  19010. Database
  19011. Connectivity
  19012. Drivers
  19013. Network
  19014. Middleware
  19015. Visigenicq
  19016. Dev.CD Apr 98 SDK1
  19017. All Packages
  19018. MacOS8Documentation
  19019. Mac OS 8 Human Interface Guidelines
  19020. This new supplement to Macintosh Human Interface Guidelines will help developers take advantage of Mac OS 8 and beyond. Get the inside information on the Appearance Manager, new and upgraded controls, dialog box layout guidelines and much more!
  19021. MacOS8 HIGuidelines.pdf
  19022. READMEK
  19023. Oct 97V
  19024. 32430X
  19025. 1e    No Change
  19026. --set theItem to choose file -- uncomment to test in an AS editor
  19027.     tell application "Finder"
  19028.         open item "Dev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:"
  19029.         activate
  19030.     end tell
  19031. on error errMsg number errNum
  19032.     --enter statements to perform when no records are found such as...
  19033.     display dialog "Sorry, the item you selected could not be found."
  19034.     return
  19035. end try
  19036. selected could not be found."
  19037.     return
  19038. end try
  19039. e    No Changeq
  19040. Dev.CD Feb 00 TC
  19041. All Packages
  19042. Apple Grayscale Appearance
  19043. 30235X
  19044. specifically
  19045. specification
  19046. specifications
  19047. specified
  19048. specifiers
  19049. specifies
  19050. specify
  19051. specifying
  19052. speech
  19053. speed
  19054. speed-critical
  19055. speeding
  19056. speeds
  19057. spellcheck
  19058. spellchecking
  19059. speller
  19060. spelling
  19061. spells
  19062. spellswell
  19063. spend
  19064. sphere
  19065. splash
  19066. splasher
  19067.  XCMDs DocK
  19068. Nov 94OeDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PsDev.CD Feb 00 TC
  19069.  - Tool Chest
  19070.  - Development Kits
  19071.  - HyperCard Related
  19072.  - XCMDs & XFCNs
  19073.  - Apple Event XCMDs 1.0b3
  19074. Updatedf
  19075. Technote
  19076. Macintosho.http://developer.apple.com/techpubs/index.htmlq
  19077. Dev.CD Mar 00 RL1
  19078. hD!All Packages
  19079. Mac OS SDK Edition
  19080. MacODBC 2.1.2 GM
  19081. Summary:  MacODBC is the standard way for developers to write MacOS-based applications that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  19082. Features:
  19083.  Cross-platform remote database access
  19084.  Wide range of third party drivers
  19085.  All major relational databases covered
  19086.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  19087. PleaB3se report bugs and problems to kodom@visigenic.com.
  19088. J\Documentation:
  19089. ODBC Install.image
  19090. ODBC Sample Bins.image
  19091. ODBC Tools.image
  19092. Readme - InstallerK
  19093. Sep 93L
  19094. Sep 96M
  19095. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:nge
  19096. things
  19097. developer
  19098. monitor
  19099. summary
  19100. makes
  19101. survey
  19102. people
  19103. electron
  19104. summary
  19105. training
  19106. stack
  19107. gives
  19108. general
  19109. overview
  19110. summary
  19111. allows
  19112. hypertalk
  19113. scripter
  19114. display
  19115. summary
  19116. supplementing
  19117. documentation
  19118. summary
  19119. validator
  19120. utility
  19121. testing
  19122. sierra/i
  19123. summary
  19124. simple
  19125. macintosh
  19126. application
  19127. supports
  19128. summary
  19129. network
  19130. software
  19131. installer
  19132. insta
  19133. sun's
  19134. sunsoft
  19135. supersedes
  19136. suport
  19137. supplement
  19138. supplementing
  19139. supplied
  19140. supply
  19141. support
  19142. Movedq
  19143. Dev.CD Feb 00 TC
  19144. fD(All Packages
  19145. Reference Library Edition
  19146. Macintosh Technical Q&As
  19147. Summary:  The Macintosh Technical Q&As are designed to provide Macintosh developers with solutions, workarounds and code snippets to help in  development efforts.  The questions are those that Apple's Developer Support Center (DSC) has received on specific topics, along with answers from DSC engineers.   Please send any feedback on the new structure to AppleLink DEVFEEDBACK or devfeedback@applelink.apple.com.
  19148. J)Open Me With Web Browser
  19149. techqa.shtmlK
  19150. Sep 95L
  19151. Dec 96M
  19152. Netscape 2.0 or later.OBDev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:PGDev.CD Dec 99 RL
  19153.  - Technical Documentation
  19154.  - Macintosh Technical Q&AsV
  19155. 32427X
  19156. Dec 99^
  19157. Deletedq
  19158. Dev.CD Dec 99 RL
  19159. All Packages
  19160. New & RevisedF
  19161. Macintosh Technotes and Q&As
  19162.     APThe latest and greatest Technotes and Q&As from our web site. 
  19163. Updated 1/25/2000
  19164. J.index.html
  19165. index.html.1
  19166. style.css
  19167. technotesK
  19168. Jan 00L
  19169. Jan 00M
  19170. web browserN
  19171. Technote, Q&A, MacintoshORDev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:PZDev.CD Mar 00 RL1
  19172.  - What's New
  19173.  - Technical Documentation
  19174.  - Macintosh Technotes and Q&AsV
  19175. 32428X
  19176. Mar 00^
  19177. Revised
  19178. --set theItem to choose file -- uncomment to test in an AS editor
  19179.     tell application "Finder"
  19180.         open item "Dev.CD Mar 00 RL1:What's New:Technical Documentation:Macintosh Technotes and Q&As:"
  19181.         activate
  19182.     end tell
  19183. on error errMsg number errNum
  19184.     --enter statements to perform when no records are found such as...
  19185.     display dialog "Sorry, the item you selected could not be found."
  19186.     return
  19187. end try
  19188. ayscale appearance specif
  19189. r--set theItem to choose file -- uncomment to test in an AS editor
  19190.     tell application "Finder"
  19191.         open item "Dev.CD Feb 00 TC:Sample Code:"
  19192.         activate
  19193.     end tell
  19194. on error errMsg number errNum
  19195.     --enter statements to perform when no records are found such as...
  19196.     display dialog "Sorry, the item you selected could not be found."
  19197.     return
  19198. end try
  19199. man Interface:Apple Grayscale Appearance:PcDev.CD Mar 00 RL Disk 1
  19200.  - Technical Documentation
  19201.  - Human Interface
  19202.  - Apple Grayscale Appearance
  19203. All Packages
  19204. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  19205. Dev.CD Jan 94
  19206. Dev.CD Oct 93
  19207. Dev.CD Jul 93
  19208. Dev.CD Apr 93PDDev.CD Apr 94
  19209. Dev.CD Jan 94
  19210. Dev.CD Oct 93
  19211. Dev.CD Jul 93
  19212. Dev.CD Apr 9V
  19213. 33201X
  19214. Apr 94
  19215. --set theItem to choose file -- uncomment to test in an AS editor
  19216.     tell application "Finder"
  19217.         open item "Dev.CD Apr 94
  19218. Dev.CD Jan 94
  19219. Dev.CD Oct 93
  19220. Dev.CD Jul 93
  19221. Dev.CD Apr 93"
  19222.         activate
  19223.     end tell
  19224. on error errMsg number errNum
  19225.     --enter statements to perform when no records are found such as...
  19226.     display dialog "Sorry, the item you selected could not be found."
  19227.     return
  19228. end try
  19229. All Packages
  19230. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  19231. Dev.CD Jan 94
  19232. Dev.CD Oct 93
  19233. Dev.CD Jul 93
  19234. Dev.CD Apr 93PDDev.CD Apr 94
  19235. Dev.CD Jan 94
  19236. Dev.CD Oct 93
  19237. Dev.CD Jul 93
  19238. Dev.CD Apr 9V
  19239. 33202X
  19240. Apr 94
  19241. dashed
  19242. p--set theItem to choose file -- uncomment to test in an AS editor
  19243.     tell application "Finder"
  19244.         open item "Dev.CD Apr 94
  19245. Dev.CD Jan 94"
  19246.         activate
  19247.     end tell
  19248. on error errMsg number errNum
  19249.     --enter statements to perform when no records are found such as...
  19250.     display dialog "Sorry, the item you selected could not be found."
  19251.     return
  19252. end try
  19253. issue
  19254. highlights
  19255. issue
  19256. highlights
  19257. issue
  19258. highlights
  19259. issue
  19260. highlights
  19261. issue
  19262. highlights
  19263. issue
  19264. highlights
  19265. issue
  19266. highlights
  19267. issue
  19268. highlights
  19269. issue
  19270. highlights
  19271. issue
  19272. highlights
  19273. issue
  19274. highlights
  19275. issue
  19276. highlights
  19277. issue
  19278. highlights
  19279. issue
  19280. summary
  19281. issue
  19282. highlights
  19283. issue
  19284. highlights
  19285. issue
  19286. highlights
  19287. issue
  19288. highlights
  19289. issue
  19290. highlights
  19291. issue
  19292. highlights
  19293. issue
  19294. highlights
  19295. All Packages
  19296. System Enabler 065 (LC 575)O
  19297. Dev.CD Apr 94
  19298. Dev.CD Jan 94P
  19299. Dev.CD Apr 94
  19300. Dev.CD Jan 9V
  19301. 33080X
  19302. Apr 94
  19303. p--set theItem to choose file -- uncomment to test in an AS editor
  19304.     tell application "Finder"
  19305.         open item "Dev.CD Apr 94
  19306. Dev.CD Jan 94"
  19307.         activate
  19308.     end tell
  19309. on error errMsg number errNum
  19310.     --enter statements to perform when no records are found such as...
  19311.     display dialog "Sorry, the item you selected could not be found."
  19312.     return
  19313. end try
  19314. All Packages
  19315. System Enabler 088 (AVs)O)Dev.CD Apr 94
  19316. Dev.CD Jan 94
  19317. Dev.CD Oct 93P(Dev.CD Apr 94
  19318. Dev.CD Jan 94
  19319. Dev.CD Oct 9V
  19320. 33081X
  19321. Apr 94
  19322. SoundSprocketTest.CW2.
  19323. SoundSprocketTest.CW5.
  19324. Test3DSound
  19325. TS3Events.c
  19326. TS3Events.h
  19327. TS3HiLevel.rsrc
  19328. TS3LoLevel.rsrc
  19329. TS3Main.c
  19330. TS3Main.h
  19331. TS3Menu.c
  19332. TS3Menu.h
  19333. TS3Message.c
  19334. TS3Message.h
  19335. TS3Resource.h
  19336. TS3Resource.rsrc
  19337. TS3Sound.c
  19338. TS3Sound.h
  19339. TS3Sound1.rsrc
  19340. TS3Sound2.rsrc
  19341. TS3Sound3.rsrc
  19342. TS3TestAPI.c
  19343. TS3TestAPI.h
  19344. TS3TestHiLevel.c
  19345. TS3TestHiLevel.h
  19346. TS3TestLoLevel.c
  19347. TS3TestLoLevel.h
  19348. TS3Utils.c
  19349. TS3Utils.h
  19350. TS3Window.c
  19351. TS3Window.h
  19352. stylewriter
  19353. mission
  19354. submit
  19355. subroutine
  19356. subroutines
  19357. subsection
  19358. subset
  19359. subspace
  19360. substantially
  19361. substitute
  19362. substitution
  19363. subtle
  19364. succeed
  19365. success
  19366. successful
  19367. successfully
  19368. suffer
  19369. suffix
  19370. suggested
  19371. suggestions
  19372. information
  19373. foldersize
  19374. foldersize
  19375. fontmaster
  19376. fontmaster
  19377. format
  19378. formatnum
  19379. formatnum
  19380. formats
  19381. formatter
  19382. framework
  19383. frameworks
  19384. frameworks
  19385. francais
  19386. france
  19387. france
  19388. distributors/localiz
  19389. fstubs
  19390. fstubs
  19391. fstubs
  19392. fullballoons
  19393. fullballoons
  19394. fulldrag
  19395. fulldrag
  19396. fullfind
  19397. fullfind
  19398. fullhpop
  19399. fullhpop
  19400. fullmove
  19401. fullmove
  19402. fulloffset
  19403. fulloffset
  19404. fullremove
  19405. fullremove
  19406. fullrename
  19407. fullrename
  19408. makefolder
  19409. makeicon
  19410. makeitable
  19411. makemake
  19412. maker
  19413. makes
  19414. thefolder
  19415. making
  19416. mamake
  19417. manage
  19418. management
  19419. manager
  19420. compilers
  19421. assemblers
  19422. linkers
  19423. tools
  19424. debuggers
  19425. performance
  19426. 2.1.2
  19427. 2.1.3
  19428. 2.1.4
  19429. 2.1.4
  19430. resdistributor
  19431. redistribution
  19432. multi-player
  19433. number
  19434. number
  19435. formatting
  19436. resedit
  19437. localization
  19438. object-oriented
  19439. objectsupportlib
  19440. macodbc
  19441. database
  19442. connectivity
  19443. drivers
  19444. network
  19445. middlewar
  19446. opaque
  19447. transport
  19448. cache
  19449. delete
  19450. query
  19451. transport
  19452. otlifo
  19453. otfifo
  19454. otlink
  19455. linked
  19456. transport
  19457. otoptionmanagment
  19458. option
  19459. management
  19460. opentransport
  19461. opentransport
  19462. cache
  19463. display
  19464. opentransport
  19465. server
  19466. thread
  19467. manager
  19468. tcp/ip
  19469. iostreams
  19470. dD!All Packages
  19471. Tool Chest Edition
  19472. Macintosh PowerBook Qualified
  19473. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  19474. The Kit includes:
  19475. Guide to Macintosh PowerBook Qualified Program
  19476. Program Technical Specifications
  19477. Program Pre-testing Guidelines
  19478. Legal Documentation for licensing and program participation
  19479. urces:  New Apple Guide 2.1 resources types explain
  19480. ed in the article above.
  19481. NEW FEATURES IN APPLE GUIDE 2.1.1
  19482. Apple Guide now supports help access from OpenDoc processes, which involves numerous parts and not a single application process as in the previous help environment.  For information on providing guide files for OpenDoc parts, please see the Develop Issue 27 Article titled "Using Apple Guide 2.1, OpenDoc".
  19483. Now supports the ability to access multiple guide files combining the topic areas, index, and look for content across all ope
  19484. dJ0Guide_To_MPQ.pdf
  19485. MPQ Read Me
  19486. MPQ_Program_Kit.pdfK
  19487. Nov 95M
  19488. Adobe Acrobat ReaderNGMPQ, Macintosh, PowerBook, Qualified, PC Card, Card and Socket ServicesODDev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:PIDev.CD May 98 TC
  19489.  - Programs & Marketing
  19490.  - Macintosh PowerBook Qualifiedr.  By including a Guide Directory resource (type = 'gdir'; id = -16384) in their application, they can specify a directory for AG to search for guide files other than the application's directory.  See 
  19491. 'Guide Directory Resource' topic below.
  19492. Whether an application has guide files or not, Apple Guide was searching through the app's directory 5 different times for guide files.  This is now a single search and is much faster. Any guide file information found is cached for performance.
  19493. JbApple Guide 2.1.1
  19494. Apple Guide 2.1.1 Read Me First
  19495. Authoring
  19496. Engineering
  19497. Goodies
  19498. Japanese ResourcesK
  19499. Dec 95L
  19500. Jul 97M
  19501. MacOS 7.0 or greater.O7Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Guide:
  19502. 32425X
  19503. May 98^
  19504. --set theItem to choose file -- uncomment to test in an AS editor
  19505.     tell application "Finder"
  19506.         open item "Dev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:"
  19507.         activate
  19508.     end tell
  19509. on error errMsg number errNum
  19510.     --enter statements to perform when no records are found such as...
  19511.     display dialog "Sorry, the item you selected could not be found."
  19512.     return
  19513. end try
  19514. e    No ChangefBMPQ
  19515. Macintosh
  19516. PowerBook
  19517. Qualified
  19518. PC Card
  19519. Card and Socket Servicesq
  19520. Dev.CD May 98 TC
  19521. eD!All Packages
  19522. Tool Chest Edition
  19523. Macintosh Sample Code
  19524. IWSummary: This folder contains dozens of code samples from the DTS sample code library. J'Sample Code.img
  19525. Windows Sample Code.imgK
  19526. Vol IVL
  19527. Apr 97M
  19528. MPW, THINK C, or A/UXO
  19529. Dev.CD Feb 00 TC:Sample Code:P
  19530. Dev.CD Feb 00 TC
  19531.  - Sample CodeV
  19532. 32426X
  19533. Feb 00^
  19534. All Packages
  19535. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  19536. Dev.CD Jan 94
  19537. Dev.CD Oct 93
  19538. Dev.CD Aug 93P6Dev.CD Apr 94
  19539. Dev.CD Jan 94
  19540. Dev.CD Oct 93
  19541. Dev.CD Aug 9V
  19542. 33004X
  19543. Apr 94
  19544. --set theItem to choose file -- uncomment to test in an AS editor
  19545.     tell application "Finder"
  19546.         open item "Dev.CD Apr 94
  19547. Dev.CD Jan 94
  19548. Dev.CD Oct 93
  19549. Dev.CD Aug 93"
  19550.         activate
  19551.     end tell
  19552. on error errMsg number errNum
  19553.     --enter statements to perform when no records are found such as...
  19554.     display dialog "Sorry, the item you selected could not be found."
  19555.     return
  19556. end try
  19557. All Packages
  19558. System Enabler 001 (IIvx, IIvi)O)Dev.CD Apr 94
  19559. Dev.CD Jan 94
  19560. Dev.CD Oct 93P(Dev.CD Apr 94
  19561. Dev.CD Jan 94
  19562. Dev.CD Oct 9V
  19563. 33005X
  19564. Apr 94
  19565. package
  19566. updated
  19567. developing
  19568. drivers
  19569. sometimes
  19570. resedit
  19571. where
  19572. whereas
  19573. wherever
  19574. whether
  19575. which
  19576. while
  19577. whizzy
  19578. whole
  19579. --set theItem to choose file -- uncomment to test in an AS editor
  19580.     tell application "Finder"
  19581.         open item "Dev.CD Apr 94
  19582. Dev.CD Jan 94
  19583. Dev.CD Oct 93
  19584. Dev.CD Jul 93
  19585. Dev.CD Apr 93"
  19586.         activate
  19587.     end tell
  19588. on error errMsg number errNum
  19589.     --enter statements to perform when no records are found such as...
  19590.     display dialog "Sorry, the item you selected could not be found."
  19591.     return
  19592. end try
  19593. lisez-moi
  19594. listed
  19595. listen
  19596. listen/accept
  19597. listing
  19598. listings
  19599. lists
  19600. little
  19601. little-known
  19602. living
  19603. llama
  19604. loading
  19605. local
  19606. localizable
  19607. localization
  19608. localize
  19609. localized
  19610. localizers
  19611. localizing
  19612. All Packages
  19613. System 7.5 Update 1.0O
  19614. Dev.CD Jul 95P
  19615. Dev.CD Jul 9V
  19616. 32961X
  19617. Jul 95
  19618. b--set theItem to choose file -- uncomment to test in an AS editor
  19619.     tell application "Finder"
  19620.         open item "Dev.CD Jul 95"
  19621.         activate
  19622.     end tell
  19623. on error errMsg number errNum
  19624.     --enter statements to perform when no records are found such as...
  19625.     display dialog "Sorry, the item you selected could not be found."
  19626.     return
  19627. end try
  19628. All Packages
  19629. System 7.5 Update 1.0O
  19630. Dev.CD Jul 95P
  19631. Dev.CD Jul 9V
  19632. 32962X
  19633. Jul 95
  19634. b--set theItem to choose file -- uncomment to test in an AS editor
  19635.     tell application "Finder"
  19636.         open item "Dev.CD Jul 95"
  19637.         activate
  19638.     end tell
  19639. on error errMsg number errNum
  19640.     --enter statements to perform when no records are found such as...
  19641.     display dialog "Sorry, the item you selected could not be found."
  19642.     return
  19643. end try
  19644. All Packages
  19645. System 7.5 Update 1.0O
  19646. Dev.CD Jul 95P
  19647. Dev.CD Jul 9V
  19648. 32963X
  19649. 8.4.1
  19650. 8.5.1
  19651. 80486
  19652. 8100/807500/100
  19653. 8500/1808500/1208100
  19654. 8859-15
  19655. 8859-3
  19656. 8859-4
  19657. 9.0.1
  19658. 9500/2009500/1809500
  19659. 95123
  19660. 974-9456
  19661. cPODev.CD Aug 97 TC
  19662.  - What's New?
  19663.  - Developer Notes
  19664.  - Macintosh PowerBook 2400cV
  19665. 32424X
  19666. Aug 97^
  19667. --set theItem to choose file -- uncomment to test in an AS editor
  19668.     tell application "Finder"
  19669.         open item "Dev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:"
  19670.         activate
  19671.     end tell
  19672. on error errMsg number errNum
  19673.     --enter statements to perform when no records are found such as...
  19674.     display dialog "Sorry, the item you selected could not be found."
  19675.     return
  19676. end try
  19677. e    No Changeq
  19678. Dev.CD Aug 97 TC
  19679. Macintosh PowerBook Qualified
  19680. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  19681. The Kit includes:
  19682. Guide to Macintosh PowerBook Qualified Program
  19683. Program Technical Specifications
  19684. Program Pre-testing Guidelines
  19685. Legal Documentation for licensing and program participation
  19686. cipation
  19687. Nov 95
  19688. summary
  19689. appstogo
  19690. development
  19691. framework
  19692. developm
  19693. summary
  19694. 2.0.1
  19695. release
  19696. summary
  19697. atrapper
  19698. application
  19699. records
  19700. a-trap
  19701. calls
  19702. summary
  19703. audit
  19704. small
  19705. library
  19706. functions
  19707. provide
  19708. summary
  19709. backlight
  19710. control
  19711. control
  19712. panel
  19713. powerbooks
  19714. summary
  19715. bbedit
  19716. freeware
  19717. derivative
  19718. bbedit
  19719. summary
  19720. betabase
  19721. filemaker
  19722. report
  19723. database
  19724. summary
  19725. order
  19726. catch
  19727. summary
  19728. buginfo
  19729. macro
  19730. execute
  19731. within
  19732. macsbug
  19733. summary
  19734. callhyper
  19735. external
  19736. dimension
  19737. which
  19738. summary
  19739. cdent
  19740. format
  19741. source
  19742. summary
  19743. cfm-68k
  19744. runtime
  19745. architecture
  19746. 68k-based
  19747. summary
  19748. chromakey
  19749. movie
  19750. simple
  19751. application
  19752. which
  19753. parameter
  19754. parameter-block
  19755. parameters
  19756. paraphernalia
  19757. parent
  19758. parrt
  19759. parse
  19760. parsefullpathname
  19761. parser
  19762. parses
  19763. parsing
  19764. parsons
  19765. partial
  19766. participation
  19767. particular
  19768. particularly
  19769. parties
  19770. partition
  19771. party
  19772. pascal
  19773. pascal/handle
  19774. pasmatit
  19775. passed
  19776. passes
  19777. passing
  19778. passphrase
  19779. passphrases
  19780. review, Apple Help, Apple Guide, user assistance, coachmarks, coach 
  19781. sequences, Help Browser, Help Center, user help, user guide, help pages, ATSUI, Unicode, type, imaging, fonts, characters, glyphs, layout, text, network, location, NSL, Network Services Location Manager, date, time, Y2K, clock, UTC, Date & Time, 2040, fonts, Font Manager, Font Management, text, MLTE, Multilingual Text Editor, TextEdit, MultiLingual Text Editing, Unicode, text, 32K limit, 32K barrier, fonts, FontSync, Font
  19782. % Sync, text, mismatch, match, matching, File Manager, HFS, HFS+, HFS Plus, file, Unicode, named fork, fork, filename, file system, ATSUI, Apple Type Services for Unicode Imaging, Apple Advanced Typography, typography, type, fonts, Unicode, rendering, text, Carbon, CarbonLib, porting, Mac OS 9
  19783. B-British:
  19784. BR-BrazilianPortuguese:
  19785. C-French Canadian:
  19786. CH-Simplified Chinese:
  19787. D-German:
  19788. DK-Danish:
  19789. Dutch:
  19790. E-Spanish:
  19791. F-French:
  19792. H-Norwegian:
  19793. Japanese:
  19794. K-Finnish:
  19795. KH-HangulKorean:
  19796. N-Dutch:
  19797. PO-Portuguese:
  19798. S-Swedish:
  19799. T-Italian:
  19800. TA-TradChinese:K
  19801. Apr 93L
  19802. Jul 98M
  19803. Requires a Mac OS
  19804. based computer with a 68040 or PowerPC processor (excludes 68030-based systems with 68040 processor upgrade card). At least 12MB of physical RAM with Virtual Memory set to at least 20MBN
  19805. OS 8, 8.1, Update,  ImageO@Dev.CD Jul 98 SSW/SDK:System Software:Worldwide System Software:PEDev.CD Jul 98 SSW/SDK
  19806.  - System Software
  19807.  - Worldwide System SoftwareV
  19808. 33299X
  19809. Jul 98^
  19810. SSW/SDK
  19811. e    No Change
  19812. block@
  19813. c/symantec@
  19814. developer's@
  19815. developers@
  19816. digital@
  19817. disk@
  19818. dithering@
  19819. documents@
  19820. dramatic@
  19821. editions@
  19822. effort@
  19823. enabling@
  19824. enhancements@
  19825. environments@
  19826. example@
  19827. executing@
  19828. exploring@
  19829. fall@
  19830. ium's
  19831. 32423X
  19832. Apr 98^
  19833. --set theItem to choose file -- uncomment to test in an AS editor
  19834.     tell application "Finder"
  19835.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:"
  19836.         activate
  19837.     end tell
  19838. on error errMsg number errNum
  19839.     --enter statements to perform when no records are found such as...
  19840.     display dialog "Sorry, the item you selected could not be found."
  19841.     return
  19842. end try
  19843. e    No Changef
  19844. Print
  19845. AppleTalk
  19846. Dev.CD Apr 98 SDK1
  19847. cD!All Packages
  19848. Tool Chest Edition
  19849. Macintosh PowerBook 2400c
  19850. This developer note describes the Macintosh PowerBook 2400c computer, a new computer based on the same architecture as the PowerBook 3400 computer but smaller and lighter. This developer note describes only the changes that make the new models different from the PowerBook 3400. 
  19851. Macintosh PowerBook 2400cK
  19852. Aug 97M
  19853. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  19854. All Packages
  19855. QuickDraw GXO
  19856. Dev.CD Aug 96 TCP
  19857. Dev.CD Aug 96 TV
  19858. 32696X
  19859. Aug 96
  19860. e--set theItem to choose file -- uncomment to test in an AS editor
  19861.     tell application "Finder"
  19862.         open item "Dev.CD Aug 96 TC"
  19863.         activate
  19864.     end tell
  19865. on error errMsg number errNum
  19866.     --enter statements to perform when no records are found such as...
  19867.     display dialog "Sorry, the item you selected could not be found."
  19868.     return
  19869. end try
  19870. All Packages
  19871. QuickDraw GXO
  19872. Dev.CD Aug 96 TCP
  19873. Dev.CD Aug 96 TV
  19874. 32697X
  19875. Aug 96
  19876. e--set theItem to choose file -- uncomment to test in an AS editor
  19877.     tell application "Finder"
  19878.         open item "Dev.CD Aug 96 TC"
  19879.         activate
  19880.     end tell
  19881. on error errMsg number errNum
  19882.     --enter statements to perform when no records are found such as...
  19883.     display dialog "Sorry, the item you selected could not be found."
  19884.     return
  19885. end try
  19886. All Packages
  19887. QuickDraw GXO
  19888. Dev.CD Aug 96 TCP
  19889. Dev.CD Aug 96 TV
  19890. 32698X
  19891. parser
  19892. partmaker
  19893. partmaker
  19894. pascal
  19895. pascal
  19896. sample
  19897. 3.0b10
  19898. patch
  19899. oplesoft/apple
  19900. peoplesoft/apple
  19901. white
  19902. paper
  19903. peoplesurveyor
  19904. peoplesurveyor
  19905. 2.1.2
  19906. performa
  19907. performa
  19908. 7.1p2
  19909. performa
  19910. 7.1p5
  19911. e--set theItem to choose file -- uncomment to test in an AS editor
  19912.     tell application "Finder"
  19913.         open item "Dev.CD Aug 96 TC"
  19914.         activate
  19915.     end tell
  19916. on error errMsg number errNum
  19917.     --enter statements to perform when no records are found such as...
  19918.     display dialog "Sorry, the item you selected could not be found."
  19919.     return
  19920. end try
  19921. Summary:  AppleTalk's Printer Access Protocol (PAP) is a session level protocol that enables communication between workstations and printers or print servers. The Macintosh PAP Client Interface implements the workstation side of PAP for the Macintosh.
  19922. PAPWorkStation.o version 8.3.4 fixes a problem which affected some PowerPC Macintosh computers with PCI expansion slots printing to fast printers/print servers.   Note: there are no changes to PAP.h and PAP.p.
  19923. JTPAP Client - Read Me First
  19924. PAP Client Interface
  19925. PAP.a.o
  19926. PAP.h
  19927. PAP.p
  19928. PAPWorkStation.oK
  19929. Apr 96L
  19930. Oct 96N
  19931. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  19932.  - Development Kits (Disc 1)
  19933.  - Macintosh PAP Client Interface
  19934. ge in the future.
  19935. GridWindowGrow:  This snippet shows how to grow a window constrained to a grid (i.e. only allow a window to grow or shrink by 30 pixels, or whatever).
  19936. HideMenuBar:  This snippet shows how to hide the menu bar by simply creating a window with a visRgn that includes the entire main screen's gray region and its menu bar.
  19937. icon cache demo:  This sample demonstrates the use of an icon cache to limit the search for icon resource to one resource file. It does this by installin
  19938. g an icon getter function into the cache which calls Get1(Ind)Resource instead of the usual GetResource.
  19939. Icon play:  snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs
  19940. IconUtilCheck:  This snippet shows how to determine whether the Icon Utilities are available.
  19941. ictbSample:  This snippet shows the an example of  Item Color Table Resource (ictb)resource this is discussed in Inside Macintosh:Macintosh Toolbox E
  19942. 32818X
  19943. Oct 97^
  19944. --set theItem to choose file -- uncomment to test in an AS editor
  19945.     tell application "Finder"
  19946.         open item "Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:"
  19947.         activate
  19948.     end tell
  19949. on error errMsg number errNum
  19950.     --enter statements to perform when no records are found such as...
  19951.     display dialog "Sorry, the item you selected could not be found."
  19952.     return
  19953. end try
  19954. e    No Changeq
  19955. Dev.CD Oct 97 SDK1
  19956. D!All Packages
  19957. Tool Chest Edition
  19958. Rinaldi Collection
  19959. Summary: This folder contains a wide variety of HyperCard XCMDs & XFCNs, both in French and in English. Most of them are also SuperCard compatible.
  19960. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  19961. Issues: Send any comments, bug reports, suggestions to:
  19962. AppleLink: RINALDI1
  19963. CalvaCom : FR10
  19964. Compuserve : 71170,2111
  19965. Internet : RINALDI1@APPLELINK@APPLE.COM  
  19966. Deleted
  19967. documentation
  19968. documentationandsamp
  19969. documents
  19970. doevent
  19971. doevent
  19972. domenu
  19973. domenu
  19974. dragging
  19975. dragging
  19976. enabler
  19977. Location Manager:PJDev.CD Jan 00 SDK1
  19978.  - Development Kits
  19979.  - Mac OS
  19980.  - Apple Location ManagerV
  19981. 30240X
  19982. Jan 00^
  19983. --set theItem to choose file -- uncomment to test in an AS editor
  19984.     tell application "Finder"
  19985.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Location Manager:"
  19986.         activate
  19987.     end tell
  19988. on error errMsg number errNum
  19989.     --enter statements to perform when no records are found such as...
  19990.     display dialog "Sorry, the item you selected could not be found."
  19991.     return
  19992. end try
  19993. e    No ChangefGLocation
  19994. Configuration
  19995. Setting
  19996. Preference
  19997. Switch
  19998. Module
  19999. Environmentq
  20000. Dev.CD Jan 00 SDK1
  20001. system
  20002. software
  20003. ple Pubs Glossary 3.0I8Summary: A glossary of terms used in Apple publications.J.Apple Pubs Glossary 3.0
  20004. Apple Style Guide 2/94K
  20005. Vol IIIM
  20006. Adobe Acrobat Reader.OCDev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:PHDev.CD Mar 00 RL Disk 1
  20007.  - Technical Documentation
  20008.  - Publication GuidesV
  20009. 30241X
  20010. Mar 00^    RL Disk 1
  20011. --set theItem to choose file -- uncomment to test in an AS editor
  20012.     tell application "Finder"
  20013.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:"
  20014.         activate
  20015.     end tell
  20016. on error errMsg number errNum
  20017.     --enter statements to perform when no records are found such as...
  20018.     display dialog "Sorry, the item you selected could not be found."
  20019.     return
  20020. end try
  20021. e    No Changeq
  20022. Dev.CD Mar 00 RL Disk 1
  20023. 2D!All Packages
  20024. Mac OS SDK Edition
  20025. Apple Shared Library Manager
  20026. transport
  20027. streams
  20028. module
  20029. driver
  20030. asynchronous
  20031. transport
  20032. endpoint
  20033. download
  20034. fetch
  20035. transport
  20036. endpoint
  20037. server
  20038. listen
  20039. single-l
  20040. opendoc
  20041. opendoc
  20042. component
  20043. software
  20044. compound
  20045. document
  20046. architecture
  20047. resources
  20048. rhapsody
  20049. rhapsody
  20050. documentation
  20051. rinaldi
  20052. rinaldi
  20053. collection
  20054. robix
  20055. robix
  20056. sources
  20057. robustness
  20058. build/download
  20059. 3.2.4
  20060. runtime
  20061. error
  20062. codes
  20063. Summary:  Macintosh Easy Open (aka The Translation Manager) allows users to open documents created by applications they do not have.  The developer kit allows the application developer to create Macintosh Easy Open
  20064.  savvy applications as well as translation systems which actually perform translation.
  20065. Features:  Contains Macintosh Easy Open 1.1.1 developers kit which allows any user running System 7.0 or later to get automatic document translation.  Macintosh Easy Open also assists in perfB
  20066. orming scrap (in memory) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  20067. Issues:  Please contact Apple Licensing for redistribution information.
  20068. Claris XTND Files:
  20069. Document Converter
  20070. Documentation:
  20071. Macintosh Easy Open
  20072. Macintosh Easy Open Reference
  20073. Open Me
  20074. Read Me First
  20075. Translation Extensions:K
  20076. Jul 93L
  20077. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:0 RL Disk 1:Technical Documentation:Misc. Standards:V
  20078. 30243X
  20079. 1e    No Change
  20080. aMMSystem 7.0 or later.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  20081.  - Development Kits (Disc 1)
  20082.  - Macintosh Easy OpenFeatures: ASLM 2.0.1 Installer, the licensing disk, and software development SDK.
  20083. Issues: All ASLM libraries must be created with the MPW programming environment.
  20084. ASLM 2.0.1 Licensing Disk:
  20085. ASLM Debugging Tools:
  20086. ASLM Developer Tools:
  20087. ASLM Documentation:
  20088. ASLM Examples:
  20089. ASLM Installer:
  20090. ASLM Installer.image
  20091. ASLM SymFiles:
  20092. Change History
  20093. Change History (old)
  20094. CodeWarrior Read Me!
  20095. Release NotesK
  20096. Mar 95L
  20097. Jan 97M
  20098. System 6.0.7 or greater.N<ASLM, Apple Shared Library Manager, DLL Dynamic Link LibraryOHDev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Shared Library Manager:PPDev.CD Jul 99 SDK1
  20099.  - Development Kits
  20100.  - Mac OS
  20101.  - Apple Shared Library Manager
  20102. program
  20103. sample
  20104. demonstrate
  20105. apple
  20106. events
  20107. program's
  20108. programatically
  20109. programmatic
  20110. programmatically
  20111. programmer
  20112. programmer's
  20113. programmers
  20114. programming
  20115. encodings
  20116. 1.4f3
  20117. v1.4f3
  20118. macapp
  20119. macapp
  20120. developer
  20121. survey
  20122. macapp
  20123. r14d1
  20124. macbinary
  20125. maccalendar
  20126. maccalendar
  20127. 1.1b1
  20128. maccheck
  20129. maccheck
  20130. 1.0.4
  20131. --set theItem to choose file -- uncomment to test in an AS editor
  20132.     tell application "Finder"
  20133.         open item "Dev.CD Apr 94
  20134. Dev.CD Jan 94
  20135. Dev.CD Oct 93
  20136. Dev.CD Jul 93
  20137. Dev.CD Apr 93"
  20138.         activate
  20139.     end tell
  20140. on error errMsg number errNum
  20141.     --enter statements to perform when no records are found such as...
  20142.     display dialog "Sorry, the item you selected could not be found."
  20143.     return
  20144. end try
  20145. ounts
  20146. mountserver
  20147. mouse
  20148. mousedrag
  20149. mouseinfo
  20150. mouseresponders
  20151. movable
  20152. movablemodal
  20153. moveable
  20154. moved
  20155. movement
  20156. moves
  20157. movie
  20158. system
  20159. mpw's
  20160. mpw-related
  20161. fine-tune
  20162. finer
  20163. finger-coded
  20164. finished
  20165. finishing
  20166. finnish
  20167. firewire
  20168. firmware
  20169. firmworks
  20170. first
  20171. first-person
  20172. firstly
  20173. fixed
  20174. fixes
  20175. basic
  20176. basic
  20177. connectivity
  20178. 1.1.1
  20179. bbedit
  20180. bbedit
  20181. extensions
  20182. bbedit
  20183. bbedit
  20184. quickstart
  20185. begin
  20186. benelux
  20187. benelux
  20188. distributors/localiz
  20189. betabase
  20190. betabase
  20191. binhex
  20192. binhex
  20193. binhex
  20194. specs
  20195. blockreader
  20196. blockreader
  20197. board
  20198. browser
  20199. 32422X
  20200. Apr 98^
  20201. --set theItem to choose file -- uncomment to test in an AS editor
  20202.     tell application "Finder"
  20203.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:"
  20204.         activate
  20205.     end tell
  20206. on error errMsg number errNum
  20207.     --enter statements to perform when no records are found such as...
  20208.     display dialog "Sorry, the item you selected could not be found."
  20209.     return
  20210. end try
  20211. e    No Changef*Translation
  20212. Macintosh Easy Open
  20213. Translatorq
  20214. Dev.CD Apr 98 SDK1
  20215. bD!All Packages
  20216. Mac OS SDK Edition
  20217. Macintosh PAP Client Interface
  20218.     ide 2/94
  20219. 30244X
  20220. p--set theItem to choose file -- uncomment to test in an AS editor
  20221.     tell application "Finder"
  20222.         open item "Dev.CD Jul 93
  20223. Dev.CD May 93"
  20224.         activate
  20225.     end tell
  20226. on error errMsg number errNum
  20227.     --enter statements to perform when no records are found such as...
  20228.     display dialog "Sorry, the item you selected could not be found."
  20229.     return
  20230. end try
  20231. displayaudit
  20232. displayed
  20233. displaying
  20234. displays
  20235. dispose
  20236. disposed
  20237. disposehandle
  20238. disposeresource
  20239. distances
  20240. distinguished
  20241. distinguishes
  20242. distinguishing
  20243. distributed
  20244. distribution
  20245. distributor
  20246. distributors
  20247. we'll
  20248. in an AS editor
  20249.     tell application "Finder"
  20250.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:"
  20251.         activate
  20252.     end tell
  20253. on error errMsg number errNum
  20254.     --enter statements to perform when no records are found such as...
  20255.     display dialog "Sorry, the item you selected could not be found."
  20256.     return
  20257. end try
  20258. e    No Changef-documentation
  20259. manuals
  20260. style
  20261. usage
  20262. style guideq
  20263. Dev.CD Mar 00 RL Disk 1
  20264. 5D!All Packages
  20265. Tool Chest Edition
  20266. Apple System Profiler
  20267. fragments
  20268. frame
  20269. frames
  20270. frames/sec
  20271. framework
  20272. framework-based
  20273. frameworks
  20274. francois
  20275. franke
  20276. freed
  20277. freeing
  20278. freely
  20279. freeware
  20280. french
  20281. freqforeverchange
  20282. frequency
  20283. frequently
  20284. fresh
  20285. friend
  20286. friendly
  20287. Adobe Acrobat Reader.N1documentation, manuals, style, usage, style guideOCDev.CD Mar 00 RL Disk 1:Technical Documentation:Publication Guides:PHDev.CD Mar 00 RL Disk 1
  20288.  - Technical Documentation
  20289.  - Publication Guides
  20290. f--set theItem to choose file -- uncomment to test in an AS editor
  20291.     tell application "Finder"
  20292.         open item "Dev.CD Jan 96 SSW"
  20293.         activate
  20294.     end tell
  20295. on error errMsg number errNum
  20296.     --enter statements to perform when no records are found such as...
  20297.     display dialog "Sorry, the item you selected could not be found."
  20298.     return
  20299. end try
  20300. fix the problem.
  20301. Clipping Extension
  20302. Clippings
  20303. Demo Applications
  20304. Documentation
  20305. Dragging Enabler
  20306. DragLib
  20307. Finder 7.1.3
  20308. Interfaces&Libraries
  20309. Macintosh Drag and Drop
  20310. Read Me FirstK
  20311. Nov 93L
  20312. Aug 94
  20313. Macintosh Drag and Drop 1.1 requires System 7.0 or later to operate.  On System 7.0 or 7.0.1 you may drag within your application windows or between them.
  20314. The inter-application dragging features of Macintosh Drag and Drop require System 7 Pro or use of the Dragging Enabler file with System 7.1.  Support for clipping files requires the Clipping Extension file with Finder version 7.1.3 or later.  Finder version 7.1.3 is included in System 7 Pro and with this Developer
  20315. s Kit.  Note that Finde
  20316. r version 7.1.1 was released in the PowerBook File Assistant product, and with Macintosh Drag and Drop it allows you to receive and promise files, but does not create or support clipping files.  For implicit data type translation, Macintosh Easy Open version 1.0.3 or later is required.
  20317. debug
  20318. build
  20319. sound
  20320. manager
  20321. 3.2.1
  20322. useful
  20323. location
  20324. manager
  20325. module
  20326. shows
  20327. eject
  20328. cards
  20329. sound
  20330. input
  20331. driver
  20332. showing
  20333. sound
  20334. primer
  20335. creating
  20336. content
  20337. routine
  20338. sending
  20339. documents
  20340. apple
  20341. event
  20342. e recommend that you install Apple System Profiler now. Note that you MUST be running Mac OS version 7.5.2 or 7.5.3 or later to successfully install Apple System Profiler.
  20343. * Power Macintos
  20344. h 9500, 8500, 8100, 7600, 7500, 7200, 7100, 6100, 5400, 5300 and 5200 series.
  20345. * PowerBook 5300, 2300 and 190 series. 
  20346. * Macintosh Performa 6300, 6200, 6100, 5300 and 5200 series.
  20347. Apple System Profiler will only install on the computers listed above. Do NOT attempt to install iton any other computers.
  20348. Installation instructions:
  20349. 1. Locate the Apple System Profiler Installer. It is in the same folder as this document.
  20350. 2. Double-click on the Apple System Profiler Installer application. 
  20351. `OCDev.CD Jan 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:PKDev.CD Jan 00 SDK1
  20352.  - Development Kits
  20353.  - Mac OS
  20354.  - Macintosh Drag and Drophe Apple menu and choose Apple System Profiler.
  20355. J:Apple Sys Profiler 1.3.1 Info
  20356. Apple Sys Profiler 1.3.1.imgK
  20357. Jan 98M
  20358. System 7.5.2 or laterN
  20359. ASP, Profiler, Apple SystemOIDev.CD Feb 00 TC:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:PQDev.CD Feb 00 TC
  20360.  - Tool Chest
  20361.  - Developer Utilities
  20362.  - Apple Sys Profiler 1.3.1
  20363. All Packages
  20364. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  20365. Dev.CD Jan 94
  20366. Dev.CD Oct 93
  20367. Dev.CD Jul 93
  20368. Dev.CD Apr 93PDDev.CD Apr 94
  20369. Dev.CD Jan 94
  20370. Dev.CD Oct 93
  20371. Dev.CD Jul 93
  20372. Dev.CD Apr 9V
  20373. 32992X
  20374. Apr 94
  20375. --set theItem to choose file -- uncomment to test in an AS editor
  20376.     tell application "Finder"
  20377.         open item "Dev.CD Apr 94
  20378. Dev.CD Jan 94
  20379. Dev.CD Oct 93
  20380. Dev.CD Jul 93
  20381. Dev.CD Apr 93"
  20382.         activate
  20383.     end tell
  20384. on error errMsg number errNum
  20385.     --enter statements to perform when no records are found such as...
  20386.     display dialog "Sorry, the item you selected could not be found."
  20387.     return
  20388. end try
  20389. All Packages
  20390. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  20391. Dev.CD Jan 94
  20392. Dev.CD Oct 93
  20393. Dev.CD Jul 93
  20394. Dev.CD Apr 93PDDev.CD Apr 94
  20395. Dev.CD Jan 94
  20396. Dev.CD Oct 93
  20397. Dev.CD Jul 93
  20398. Dev.CD Apr 9V
  20399. 32993X
  20400. Apr 94
  20401. ndproc
  20402. osborne
  20403. oserr
  20404. osl-compliant
  20405. 32871X
  20406. Feb 00^
  20407. r--set theItem to choose file -- uncomment to test in an AS editor
  20408.     tell application "Finder"
  20409.         open item "Dev.CD Feb 00 TC:Sample Code:"
  20410.         activate
  20411.     end tell
  20412. on error errMsg number errNum
  20413.     --enter statements to perform when no records are found such as...
  20414.     display dialog "Sorry, the item you selected could not be found."
  20415.     return
  20416. end try
  20417. e    No Changeq
  20418. Dev.CD Feb 00 TC
  20419. #D!All Packages
  20420. Tool Chest Edition
  20421. Snippets - Devices
  20422. (** = new, * = revised)
  20423. Audio CD:  An MPW Tool that allows you to start, stop, pause, and continue audio CD tracks.
  20424. CD Tracker:  Pascal snippet that gets info on Audio CD tracks
  20425. CDROMDriveCheck:  An MPW C tool that checks to see which SCSI IDs are AppleCD SC drives.  It makes a status call(97) to the AppleCD SC driver (only works with this driver).
  20426. CDTool:  An MPW Tool that controls a CD drive
  20427. Disable Power Off Key:  Extension demonstrating how to disable power key for turning off mac
  20428. I:Summary: This document explains the Sad Mac Error codes.  J
  20429. Hardware tools.imgK
  20430. Vol IIIL
  20431. Jan 93O?Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Feb 00 TC
  20432.  - Tool Chest
  20433.  - Testing & Debugging
  20434.  - Hardware toolsV
  20435. 32822X
  20436. Feb 00^
  20437. --set theItem to choose file -- uncomment to test in an AS editor
  20438.     tell application "Finder"
  20439.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  20440.         activate
  20441.     end tell
  20442. on error errMsg number errNum
  20443.     --enter statements to perform when no records are found such as...
  20444.     display dialog "Sorry, the item you selected could not be found."
  20445.     return
  20446. end try
  20447. e    No Changeq
  20448. Dev.CD Feb 00 TC
  20449. D!All Packages
  20450. Tool Chest Edition
  20451. F+Sample Code - Development Tools & Languages
  20452. balloon
  20453. dialog
  20454. balloons
  20455. bandai
  20456. bandwidthQ
  20457. barrier
  20458. based
  20459. batch
  20460. calibrator
  20461. scripting
  20462. profile
  20463. gamma
  20464. color
  20465. ox.  Use the Drag Manager routines to add drag and drop behavior to your application.  To provide the standard drag and drop interface, you only need to add a few new calls and provide two callback routines that are utilized during drag operations.
  20466. The Drag Manager is integrated with the latest Finder (included in System 7 Pro and System 7.5), allowing users to drag and drop files from the Finder into any applications
  20467.  windows and providing file information for those files.  Applications 
  20468. can also find out where data was dropped in the Finder 
  20469.  for example, that it was dropped into the Trash.
  20470. Version 1.1 of Macintosh Drag and Drop adds support for native PowerPC applications and fixes a number of key bugs with version 1.0.  To support native applications, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  20471. ication and we provide a universal Drag.h file for you to include.  You do not need to include the DragLib file with your application as long as you start your Macintosh with the Macintosh Drag and Drop version 1.1 file in your extension folder.  The extension will provide the DragLib code fragment that your application will link with at run time.
  20472. You may license Macintosh Drag and Drop 1.1 and include it with your products.  Macintosh Drag and Drop 1.1 includes the Macintosh Drag and Dro
  20473. p file, the Clipping Extension file, and the Dragging Enabler file.  You may not license any other files in the Developer
  20474. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  20475. Issues:
  20476. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  20477. 24 GC video card.  With this card and the 8
  20478. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  20479. s display.  Remove the 8
  20480. 24 GC control panel to 
  20481. --set theItem to choose file -- uncomment to test in an AS editor
  20482.     tell application "Finder"
  20483.         open item "Dev.CD Apr 94
  20484. Dev.CD Jan 94
  20485. Dev.CD Oct 93
  20486. Dev.CD Jul 93
  20487. Dev.CD Apr 93"
  20488.         activate
  20489.     end tell
  20490. on error errMsg number errNum
  20491.     --enter statements to perform when no records are found such as...
  20492.     display dialog "Sorry, the item you selected could not be found."
  20493.     return
  20494. end try
  20495. low-disk-space
  20496. loyal
  20497. luther
  20498. ultimate
  20499. upgrade
  20500. anyone
  20501. internet
  20502. macapp
  20503. macapp-based
  20504. macbug
  20505. maccalendar
  20506. machine
  20507. machines
  20508. ~--set theItem to choose file -- uncomment to test in an AS editor
  20509.     tell application "Finder"
  20510.         open item "Dev.CD Apr 94
  20511. Dev.CD Jan 94
  20512. Dev.CD Oct 93"
  20513.         activate
  20514.     end tell
  20515. on error errMsg number errNum
  20516.     --enter statements to perform when no records are found such as...
  20517.     display dialog "Sorry, the item you selected could not be found."
  20518.     return
  20519. end try
  20520. nvram
  20521. nvramrc
  20522. ject-oriented
  20523. objective-c
  20524. objects
  20525. objectsupportlib
  20526. obscure
  20527. obsolete
  20528. obsolete/pre-asip
  20529. obtain
  20530. obtaining
  20531. obvious
  20532. occasionally
  20533. occur
  20534. occurs
  20535. october
  20536. odf-interest
  20537. 32823X
  20538. Feb 00^
  20539. r--set theItem to choose file -- uncomment to test in an AS editor
  20540.     tell application "Finder"
  20541.         open item "Dev.CD Feb 00 TC:Sample Code:"
  20542.         activate
  20543.     end tell
  20544. on error errMsg number errNum
  20545.     --enter statements to perform when no records are found such as...
  20546.     display dialog "Sorry, the item you selected could not be found."
  20547.     return
  20548. end try
  20549. e    No Changeq
  20550. Dev.CD Feb 00 TC
  20551. D!All Packages
  20552. Tool Chest Edition
  20553. Sample Code - Devices
  20554. (** = new, * = revised)
  20555. ADB Key Spy 1.0.1b3:   This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  20556. Features methods for:  building a system extension; using the ADB API; "patching" ADB service routines;  building, installing, and using a driver; and mapping physical key codes to virtual key codes.
  20557. AsyncDriverSample 1.0b4:  This sample shows how to write a fully asynchronous block device d
  20558. Summary: Word Services allows any application to link to a speller, grammar checker or other text service as if it is a built-in menu item.  It is a public protocol - no license fee or non-disclosure is required to use it.
  20559. Features: The SDK includes the complete protocol specification, tutorial documents, and the source code to Writeswell Jr., a simple Word Services word processor.  Also available from the Word Services Web page <http://www.wordservices.org/Developers/> is the source to W
  20560. SI NewsWatcher, a version of NewsWatcher that allows you to spellcheck your posts.
  20561. HyperCard supports Word Services, so you can spellcheck stacks as you develop them, and allow your users to spellcheck text that they enter themselves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  20562. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  20563. A list of client (word processor) and server (spelling a
  20564. packages
  20565. cd-rom-based
  20566. cdent
  20567. cdevs
  20568. celestial
  20569. celik
  20570. center
  20571. central
  20572. centre
  20573. certain
  20574. certainly
  20575. certified
  20576. cfdata
  20577. cfm-68k
  20578. chance
  20579. change
  20580. changed
  20581. changefilename
  20582. changes
  20583. changing
  20584. channel
  20585. channels
  20586. chapter
  20587. chapters
  20588. character
  20589. characteristics
  20590. characters
  20591. charge
  20592. charges
  20593. check
  20594. checked
  20595. checked-in/checked-o
  20596. 32421X
  20597. Jan 00^
  20598. --set theItem to choose file -- uncomment to test in an AS editor
  20599.     tell application "Finder"
  20600.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:"
  20601.         activate
  20602.     end tell
  20603. on error errMsg number errNum
  20604.     --enter statements to perform when no records are found such as...
  20605.     display dialog "Sorry, the item you selected could not be found."
  20606.     return
  20607. end try
  20608. e    No Changeq
  20609. Dev.CD Jan 00 SDK1
  20610. aD!All Packages
  20611. Mac OS SDK Edition
  20612. Macintosh Easy Open 1.1.1
  20613.     s a resource
  20614.  environement relative batch file
  20615.  P0nn retry logic
  20616.  file specific templates in a _FileInfo folder
  20617.  auto association by name
  20618.  bug fixes : size fields, speed zone (see 'What's New')
  20619. AppleGlot 2.4b6.imgK
  20620. Dec 95L
  20621. Mar 96M
  20622. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO3Dev.CD Feb 00 TC:Tool Chest:Localization:AppleGlot:P;Dev.CD Feb 00 TC
  20623.  - Tool Chest
  20624.  - Localization
  20625.  - AppleGlot
  20626. --set theItem to choose file -- uncomment to test in an AS editor
  20627.     tell application "Finder"
  20628.         open item "Dev.CD Apr 94
  20629. Dev.CD Jan 94
  20630. Dev.CD Oct 93
  20631. Dev.CD Jul 93"
  20632.         activate
  20633.     end tell
  20634. on error errMsg number errNum
  20635.     --enter statements to perform when no records are found such as...
  20636.     display dialog "Sorry, the item you selected could not be found."
  20637.     return
  20638. end try
  20639. files/foldersW
  20640. filesharingon
  20641. filetool
  20642. filing
  20643. filled
  20644. filler
  20645. filling
  20646. fills
  20647. filter
  20648. filtering
  20649. filters
  20650. final
  20651. finally
  20652. financially
  20653. financing
  20654. finderheaps
  20655. finders
  20656. findfolder
  20657. _e    No Changeq
  20658. Dev.CD Mar 00 RL Disk 1
  20659. `D!All Packages
  20660. Mac OS SDK Edition
  20661. Macintosh Drag and Drop v1.1.1
  20662. Summary:  Macintosh Drag and Drop is new technology from Apple, which you should support.  By using Macintosh Drag and Drop, you can easily implement intra and inter-application drag and drop in your applications.  Your products will have an improved user interface, and your users will be able to manipulate and work with their data faster and more intuitively.  Version 1.1.1 corrects a problem with the Universal interface file.
  20663. Macintosh Drag and Drop implements the new Drag Manager toolb"
  20664.         activate
  20665.     end tell
  20666. on error errMsg number errNum
  20667.     --enter statements to perform when no records are found such as...
  20668.     display dialog "Sorry, the item you selected could not be found."
  20669.     return
  20670. end try
  20671. All Packages
  20672. AppleScriptO
  20673. Dev.CD Jan 95P
  20674. Dev.CD Jan 9V
  20675. 30251X
  20676. Jan 95
  20677. --set theItem to choose file -- uncomment to test in an AS editor
  20678.     tell application "Finder"
  20679.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:"
  20680.         activate
  20681.     end tell
  20682. on error errMsg number errNum
  20683.     --enter statements to perform when no records are found such as...
  20684.     display dialog "Sorry, the item you selected could not be found."
  20685.     return
  20686. end try
  20687. ^PFDev.CD Feb 00 TC
  20688.  - Tool Chest
  20689.  - Testing & Debugging
  20690.  - General tools1]
  20691. Jan 95
  20692. b--set theItem to choose file -- uncomment to test in an AS editor
  20693.     tell application "Finder"
  20694.         open item "Dev.CD Jan 95"
  20695.         activate
  20696.     end tell
  20697. on error errMsg number errNum
  20698.     --enter statements to perform when no records are found such as...
  20699.     display dialog "Sorry, the item you selected could not be found."
  20700.     return
  20701. end try
  20702. =D!All Packages
  20703. Mac OS SDK Edition
  20704. y:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  20705. This package contains documentation (u documentation (u
  20706. contact
  20707. contacting
  20708. contacts
  20709. contain
  20710. contained
  20711. container
  20712. containing
  20713. contains
  20714. contains
  20715. transport
  20716. software
  20717. development
  20718. sample
  20719. output
  20720. sample
  20721. package
  20722. sample
  20723. sample
  20724. scripts
  20725. sample
  20726. startup
  20727. samplecode
  20728. samplefilter
  20729. samples
  20730. sampleutils
  20731. sampleutils
  20732. sampleutils
  20733. samplewindows
  20734. samplewindows
  20735. samplewindows
  20736. savemenu
  20737. saytext
  20738. saytext
  20739. sbarcdef
  20740. sbarcdef
  20741. image
  20742. scanner
  20743. scanner
  20744. addendum
  20745. scanner
  20746. scanners
  20747. schedule
  20748. scrap
  20749. scrap
  20750. color
  20751. documentation
  20752. scrapbook
  20753. scrapbook
  20754. scrapcolor
  20755. scrapcolor
  20756. scrapcolor
  20757. library
  20758. scrapcolordemo
  20759. scrapxcmds
  20760. scrapxcmds
  20761. script
  20762. scriptableprinting
  20763. scriptableprinting
  20764. sectionreport
  20765. security
  20766. selectdir
  20767. selectdir
  20768. selectfile
  20769. 32419X
  20770. Feb 00^
  20771. --set theItem to choose file -- uncomment to test in an AS editor
  20772.     tell application "Finder"
  20773.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  20774.         activate
  20775.     end tell
  20776. on error errMsg number errNum
  20777.     --enter statements to perform when no records are found such as...
  20778.     display dialog "Sorry, the item you selected could not be found."
  20779.     return
  20780. end try
  20781. e    No Changef    MacCheck
  20782. Dev.CD Feb 00 TC
  20783. All Packages
  20784. Macintosh CD-ROM Setup 5.3.2IHSummary: This folder contains the net-install for Apple's CD-ROM driver.JHApple CD-ROM
  20785. Apple CD-ROM Read Me
  20786. CD Install Script
  20787. CD SW Tome
  20788. InstallerK
  20789. Feb 93L
  20790. Jun 97O?Dev.CD Mar 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:PDDev.CD Mar 00 RL Disk 1
  20791.  - Utilities
  20792.  - Macintosh CD-ROM Setup 5.3.2V
  20793. 32420X
  20794. Mar 00^    RL Disk 1
  20795. e    No Change
  20796. p device (and limited information about other on-line volumes)
  20797. Software problem detection
  20798.   -Directory corruption detection (Disk First Aid 7.2 verification
  20799.      code)
  20800.   -System file (System, Finder, System Enabler, Launcher)
  20801.     corruption detection
  20802.   -Duplicate System Folder detection
  20803.  Logic board test
  20804. Recommended for System 7.1; it will run on System 7.0 and above.
  20805. Issues:
  20806. Not to be licenced with any other products
  20807. Incompatible with Thunder
  20808. Some printing incompatibilities:
  20809. ?ot a 100%, but some reports
  20810.   -HP DeskWriter (550, 550C)
  20811.   -Possibly LaserWriter 8.0
  20812. Each log holds only 32K of information
  20813. If the user has many applications, fonts, or files with creation dates > modification dates, not all of the config
  20814. information will fit in the logs.
  20815. MacCheck
  20816.  is a trademark of Apple Computer
  20817. General tools.imgK
  20818. Oct 93M
  20819. MacPlus or aboveN    MacCheck
  20820. O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:
  20821. import/export/reloca
  20822. important
  20823. important
  20824. about
  20825. quicktime
  20826. important
  20827. about
  20828. sound
  20829. manager
  20830. important
  20831. information
  20832. about
  20833. imported
  20834. imported/exported
  20835. --set theItem to choose file -- uncomment to test in an AS editor
  20836.     tell application "Finder"
  20837.         open item "Dev.CD Apr 94
  20838. Dev.CD Jan 94
  20839. Dev.CD Oct 93
  20840. Dev.CD Jul 93"
  20841.         activate
  20842.     end tell
  20843. on error errMsg number errNum
  20844.     --enter statements to perform when no records are found such as...
  20845.     display dialog "Sorry, the item you selected could not be found."
  20846.     return
  20847. end try
  20848. development
  20849. devsupport
  20850. diagnose
  20851. diagram
  20852. dialog
  20853. r--set theItem to choose file -- uncomment to test in an AS editor
  20854.     tell application "Finder"
  20855.         open item "Dev.CD Feb 00 TC:Sample Code:"
  20856.         activate
  20857.     end tell
  20858. on error errMsg number errNum
  20859.     --enter statements to perform when no records are found such as...
  20860.     display dialog "Sorry, the item you selected could not be found."
  20861.     return
  20862. end try
  20863. errNum
  20864.     --enter statements to perform when no records are found such as...
  20865.     display dialog "Sorry, the item you selected could not be found."
  20866.     return
  20867. end try
  20868. e    No Changeq
  20869. Dev.CD Apr 98 SDK1
  20870. ?D!All Packages
  20871. Mac OS SDK Edition
  20872. AppleShare Client API SDK
  20873. The AppleShare Client API SDK consists of routines for creating and parsing AFP URLs and a set of routines for working with shared volumes.  This SDK provides developer documentation, header files, and libraries for taking advantage of the AppleShare Client API.
  20874. 30255X
  20875. 1e    No Change
  20876. Aug 93M*AppleTalk or TCP/IP networking connectionsN
  20877. SNMP, Network ManagementO=Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:SNMP Development:PHDev.CD Feb 00 TC
  20878.  - Tool Chest
  20879.  - Networking
  20880.  - SNMP
  20881.  - SNMP DevelopmentV
  20882. 32887X
  20883. Feb 00^
  20884. --set theItem to choose file -- uncomment to test in an AS editor
  20885.     tell application "Finder"
  20886.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:SNMP Development:"
  20887.         activate
  20888.     end tell
  20889. on error errMsg number errNum
  20890.     --enter statements to perform when no records are found such as...
  20891.     display dialog "Sorry, the item you selected could not be found."
  20892.     return
  20893. end try
  20894. e    No Changef
  20895. Network Managementq
  20896. Dev.CD Feb 00 TC
  20897. 3D!All Packages
  20898. Mac OS SDK Edition
  20899. SOMobjects
  20900.  for Mac OS
  20901. summary
  20902. electronic
  20903. version
  20904. develop
  20905. magazine
  20906. O/Dev.CD Mar 00 RL Disk 2:Technical Publications:P1Dev.CD Mar 00 RL Disk 2
  20907.  - Technical Publicationsserver
  20908. client/server
  20909. clients
  20910. clipboard
  20911. clipped
  20912. close
  20913. closed
  20914. clouseau
  20915. clues
  20916. cmd-opt-o-f
  20917. 32876X
  20918. Feb 00^
  20919. r--set theItem to choose file -- uncomment to test in an AS editor
  20920.     tell application "Finder"
  20921.         open item "Dev.CD Feb 00 TC:Sample Code:"
  20922.         activate
  20923.     end tell
  20924. on error errMsg number errNum
  20925.     --enter statements to perform when no records are found such as...
  20926.     display dialog "Sorry, the item you selected could not be found."
  20927.     return
  20928. end try
  20929. e    No Changeq
  20930. Dev.CD Feb 00 TC
  20931. (D!All Packages
  20932. Tool Chest Edition
  20933. Snippets - Networking
  20934. (** = new, * = revised)
  20935. ADSP Chat:  ADSP Chat is a sample application demonstrating the use of the AppleTalk Data Stream Protocol (ADSP).
  20936. AFP C++:  A C++ class that provides an interface to the Appletalk Filing Protocols (AFP) as documented in Chapter 13 of Inside AppleTalk.  Each of the classes' methods corresponds to an AFP call.
  20937. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  20938. ATP s
  20939. Movedq
  20940. Dev.CD Feb 00 TC
  20941. ^D!All Packages
  20942. Tool Chest Edition
  20943. MacCheck
  20944.  1.0.4
  20945. Summary:  Apple designed MacCheck
  20946.  as a suport tool that provides configuration and software problem detection for the use of Apple phone support people and knowledgable consumers. Intended for 7.1 users, though it will run on all 7.0 and above systems.
  20947.   Provides configuration information, Disk First Aid (7.2) verification code,  system file corruption detection, duplicate System Folder detection, and a logic board test.
  20948. Features:
  20949. Hardware configuration
  20950. Software configuration of startu activate
  20951.     end tell
  20952. on error errMsg number errNum
  20953.     --enter statements to perform when no records are found such as...
  20954.     display dialog "Sorry, the item you selected could not be found."
  20955.     return
  20956. end try
  20957. e    No Changef$AppleShare
  20958. Client
  20959. shared volumesoPftp://ftp.apple.com/developer/Development_Kits/AppleShare_Client_API_SDK.img.hqxq
  20960. Dev.CD Jan 00 SDK1
  20961. @D!All Packages
  20962. Mac OS SDK Edition
  20963. Summary: MacBinary Standard
  20964. Features: MacBinary II Conf is a dialog of those defining the MacBinary II standard.  It is interesting if you want to know how the MacBinary II protocol evolved from the original MacBinary.  It also provides  answers to questions regarding implimentation can be found in here.
  20965. The MacBinary-Standard and MacBinary-II-Standard  are the definitions of the MacBinary protocols.  These will be of interest to folks implimenting MacBinary in their communications or fiB
  20966. le compression packages.  
  20967. JMmacbinary-II-conf
  20968. macbinary-II-conf2
  20969. macbinary-II-standard
  20970. macbinary-standardK
  20971. May 93M
  20972. Adobe Acrobat Reader.OJDev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Mar 00 RL Disk 1
  20973.  - Technical Documentation
  20974.  - Misc. Standards
  20975.  - MacBinary
  20976. first development release which provides support for Carbon.
  20977. The person installing this package must agree to a license agreement presented during the installation process.
  20978. Ad Lib
  20979. Install MacApp R13u4K
  20980. Nov 97L
  20981. Apr 99M;Mac OS 7.1 or later, 16 MB RAM, 28 MB Free Hard Disk Space.N'MacApp, Framework, Object-oriented, C++O#Dev.CD Feb 00 TC:Tool Chest:MacApp:P(Dev.CD Feb 00 TC
  20982.  - Tool Chest
  20983.  - MacAppund."
  20984.     return
  20985. end try
  20986. e    No ChangefaAppleShare IP
  20987. Server
  20988. AppleShare Client
  20989. Registry
  20990. Server Controls
  20991. Networking
  20992. PrintoAftp://ftp.apple.com/developer/Development_Kits/AppleShare_IP_6.3/q
  20993. Dev.CD Jan 00 SDK1
  20994. AD!All Packages
  20995. Mac OS SDK Edition
  20996. AppleShare IP API
  20997. 32417X
  20998. Mar 00^    RL Disk 1
  20999. --set theItem to choose file -- uncomment to test in an AS editor
  21000.     tell application "Finder"
  21001.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:"
  21002.         activate
  21003.     end tell
  21004. on error errMsg number errNum
  21005.     --enter statements to perform when no records are found such as...
  21006.     display dialog "Sorry, the item you selected could not be found."
  21007.     return
  21008. end try
  21009. e    No Changeq
  21010. Dev.CD Mar 00 RL Disk 1
  21011. ]D!All Packages
  21012. Tool Chest Edition
  21013. MacCalendar 1.1b1I
  21014. Summary:  MacCalendar is a control strip module that displays a calendar when you click on it in the control strip.  The calendar display is configured using a separate application, MacCalendar Setup.J'Sample Code.img
  21015. Windows Sample Code.imgK
  21016. Aug 94L
  21017. May 97M9Requires the Control Strip control panel to be installed.O
  21018. Dev.CD Feb 00 TC:Sample Code:P
  21019. Dev.CD Feb 00 TC
  21020.  - Sample CodeV
  21021. 32418X
  21022. Feb 00^
  21023. Jan 00
  21024. macapp-based
  21025. macbinary
  21026. macbinary-ii-standar
  21027. macbinary-standard
  21028. macbug
  21029. maccalendar
  21030. maccheck
  21031. macctb
  21032. macfilesigning
  21033. machine
  21034. macintosh
  21035. macintosh
  21036. powerbook
  21037. series
  21038. developer
  21039. macintosh
  21040. debugs
  21041. applications
  21042. runtime
  21043. russian
  21044. s-record
  21045. sample
  21046. WASTE is a text editing library for Macintosh programmers.
  21047. Designed to be a viable replacement for TextEdit, WASTE offers several enhancements, the major one being the ability to handle text files larger than 32K.
  21048. Like TextEdit, WASTE handles multi-styled text and relies on the services offered by the Script Manager for drawing, measuring and hit-testing the text and for finding word and line breaks.  The built-in support for inline input makes WASTE fully WorldScript II-compliant (on thB
  21049. e other hand, bidirectional scripts, like Arabic, are not supported).
  21050. Replacement for TextEdit that breaks the 32k limit on text.
  21051. Issues: 3rd Party Product
  21052. Change History
  21053. Extras
  21054. Quick Intro
  21055. WASTE 1.3a6
  21056. WASTE C/C++ Headers
  21057. WASTE Demo (CFM fat)
  21058. WASTE Demo (classic 68K)
  21059. WASTE Documentation
  21060. WASTE Pascal Interfaces
  21061. WASTELibK
  21062. Dec 95L
  21063. Feb 98M
  21064. System 7.1 required.N1WASTE, TextEdit Replacement,More than 32k of textO-Dev.CD Feb 00 TC:Tool Chest:Text:WASTE 1.3a6:
  21065. All Packages
  21066. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  21067. Dev.CD Jan 94
  21068. Dev.CD Oct 93
  21069. Dev.CD Jul 93
  21070. Dev.CD Apr 93PDDev.CD Apr 94
  21071. Dev.CD Jan 94
  21072. Dev.CD Oct 93
  21073. Dev.CD Jul 93
  21074. Dev.CD Apr 9V
  21075. 33177X
  21076. Apr 94
  21077. --set theItem to choose file -- uncomment to test in an AS editor
  21078.     tell application "Finder"
  21079.         open item "Dev.CD Apr 94
  21080. Dev.CD Jan 94
  21081. Dev.CD Oct 93
  21082. Dev.CD Jul 93
  21083. Dev.CD Apr 93"
  21084.         activate
  21085.     end tell
  21086. on error errMsg number errNum
  21087.     --enter statements to perform when no records are found such as...
  21088.     display dialog "Sorry, the item you selected could not be found."
  21089.     return
  21090. end try
  21091. All Packages
  21092. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  21093. Dev.CD Jan 94
  21094. Dev.CD Oct 93
  21095. Dev.CD Jul 93
  21096. Dev.CD Apr 93PDDev.CD Apr 94
  21097. Dev.CD Jan 94
  21098. Dev.CD Oct 93
  21099. Dev.CD Jul 93
  21100. Dev.CD Apr 9V
  21101. 33178X
  21102. Apr 94
  21103. drag-and-drop
  21104. dragable
  21105. dragged
  21106. dragging
  21107. draglib
  21108. draglow
  21109. macbinary
  21110. macbinary-ii-conf
  21111. macbinary-ii-conf2
  21112. macbinary-ii-standar
  21113. macbinary-standard
  21114. maccalendar
  21115. macguide
  21116. macguide
  21117. machack
  21118. macincludes
  21119. macincludes
  21120. macincludes
  21121. macintosh
  21122. macintosh
  21123. cd-rom
  21124. setup
  21125. 5.3.2
  21126. macintosh
  21127. macintosh
  21128. macintosh
  21129. reference
  21130. macintosh
  21131. powerbook
  21132. 2400c
  21133. macos8
  21134. macsbug
  21135. macsbug
  21136. macsbug
  21137. macsbug
  21138. debugging
  21139. guide
  21140. macsbug
  21141. resources
  21142. macsbugapp
  21143. macsnmp
  21144. macsnmp
  21145. macsnmp
  21146. macsnmp
  21147. developer
  21148. 1.0.2
  21149. macsnmp
  21150. programmer's
  21151. guide
  21152. macsnmp
  21153. first
  21154. macsnmp
  21155. transport
  21156. 1.0.2
  21157. macsnmp
  21158. update
  21159. 1.1.1
  21160. mactcp
  21161. mactcp
  21162. mactcp
  21163. developer
  21164. tools
  21165. mactcp
  21166. mactcp
  21167. first
  21168. mactcp
  21169. mactype
  21170. mactype
  21171. 32416X
  21172. Feb 00^
  21173. x--set theItem to choose file -- uncomment to test in an AS editor
  21174.     tell application "Finder"
  21175.         open item "Dev.CD Feb 00 TC:Tool Chest:MacApp:"
  21176.         activate
  21177.     end tell
  21178. on error errMsg number errNum
  21179.     --enter statements to perform when no records are found such as...
  21180.     display dialog "Sorry, the item you selected could not be found."
  21181.     return
  21182. end try
  21183. e    No Changef$MacApp
  21184. Framework
  21185. Object-oriented
  21186. Dev.CD Feb 00 TC
  21187. All Packages
  21188. F    MacBinary
  21189. 32417X
  21190.  IP API Read Me
  21191. Documentation:K
  21192. Apr 98M
  21193. AppleShare IP 5.0.2 requires Mac OS 8, with Open Transport 1.2.1, and any Macintosh computer or Workgroup Server that uses a PowerPC 601, 604, 604e processors.N"AppleShare, IP, API, AFP protocol.O?Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleShare IP API:PDDev.CD Apr 98 SDK1
  21194.  - Development Kits (Disc 1)
  21195.  - AppleShare IP API
  21196. com/acrobat
  21197. com/acrobat/register
  21198. com/bin/bugrpt
  21199. com/cftype
  21200. com/colorsync
  21201. com/dev/swtechpubs/d
  21202. com/games
  21203. com/java
  21204. com/java/javatutoria
  21205. com/mkt/maclogo
  21206. com/mkt/swl
  21207. com/mrj
  21208. com/quicktime
  21209. com/quicktime/develo
  21210. com/sherlock/plugind
  21211. com/store
  21212. com/techpubs
  21213. com/techpubs/hardwar
  21214. combination
  21215. combinations
  21216. combine
  21217. combines
  21218. combining
  21219. combowalker
  21220. comes
  21221. comfort
  21222. coming
  21223. comma
  21224. command
  21225. command-line
  21226. -Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  21227. Issues:Specifications only
  21228. ons only
  21229. Nov 94
  21230. shared
  21231. shared
  21232. volumes
  21233. sharing
  21234. sherlock
  21235. showicon
  21236. showinit
  21237. signature
  21238. signing
  21239. simpletext
  21240. simplified
  21241. single-link
  21242. manager
  21243. sniffer
  21244. socket
  21245. software
  21246. solaris
  21247. v1.0.1
  21248. architectures
  21249. archive
  21250. arpsample
  21251. artwork
  21252. market
  21253. guide
  21254. assist
  21255. assistant
  21256. async
  21257. async
  21258. driver
  21259. tester
  21260. asyncdriversample1.0
  21261. ataerrordetector
  21262. atrapper
  21263. audio
  21264. audio
  21265. palette
  21266. developer
  21267. audit
  21268. audit
  21269. aug-95
  21270. autoguest
  21271. autoguest
  21272. automation
  21273. automation
  21274. essentials
  21275. 2.3.0
  21276. emulator
  21277. backlight
  21278. backlight
  21279. control
  21280. balloony
  21281. bbedit
  21282. driver
  21283. emulator
  21284. accuracy
  21285. accurate
  21286. accurately
  21287. accurately
  21288. print
  21289. image
  21290. scanned
  21291. accurately
  21292. print
  21293. image
  21294. viewed
  21295. monitor
  21296. acgis
  21297. achieve
  21298. achieved
  21299. achieves
  21300. acrobat
  21301. remote
  21302. access
  21303. appletalk
  21304. alias
  21305. appletalk
  21306. toolkit
  21307. appletalk-decnet
  21308. appletalk-decnet
  21309. applets
  21310. applettag
  21311. applettag
  21312. application
  21313. application
  21314. examples
  21315. applications
  21316. apprsrc
  21317. apprsrc
  21318. architectures
  21319. authentication
  21320. module
  21321. askyesno
  21322. 2.0.1
  21323. licensing
  21324. debugging
  21325. tools
  21326. developer
  21327. tools
  21328. documentation
  21329. examples
  21330. installer
  21331. ed with MacApp. Please be as concrete as possible with your answers, so that I can analyze the feedback and be able to make concrete recommendations regarding our framework product strategy.
  21332. Please fill free to forward this document to any other developer, company, and/or integrator who you might know is using MacApp. Also, since many of you will prefer your answers to be kept confidential, please answer directly to me using one of the following mechanisms (e-mail is highly recommended):
  21333. -   AppleLink:  GONZALEZ3
  21334. -   Internet:   gonzalez3@applelink.apple.com
  21335. -   Fax:        (408) 974-9456
  21336. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  21337. Thanks for your feedback.
  21338. Regards,
  21339. Ricardo G
  21340.     EMonzalez
  21341. Application Frameworks Product Marketing Manager
  21342. Apple Computer, Inc.
  21343. MacApp Developer Survey
  21344. Nov 94O-Dev.CD Nov 99 TC:Tool Chest:Development Kits:P2Dev.CD Nov 99 TC
  21345.  - Tool Chest
  21346.  - Development Kits
  21347. split
  21348. ead Me.txt
  21349. rfc1332 (PPP IPCP)
  21350. rfc1334 (PPP Authentication)
  21351. rfc1378 (PPP ATCP)
  21352. rfc1570 (PPP LCP)
  21353. rfc1618 (PPP ISDN)
  21354. rfc1661 (PPP)
  21355. rfc1662 (PPP HDLC)
  21356. post-install
  21357. postal
  21358. poster
  21359. posting
  21360. posts
  21361. postscript
  21362. postscripthandle
  21363. postscripthandledemo
  21364. potential
  21365. potentially
  21366. pottier
  21367. powemac
  21368. power
  21369. power
  21370. developer
  21371. power
  21372. macintosh
  21373. debugger
  21374. advanced
  21375. source-code
  21376. debugger
  21377. power
  21378. macintosh
  21379. developers
  21380. power-on
  21381. powerpcQ
  21382. powerpc-based
  21383. powerplant
  21384. powers
  21385. powertalk
  21386. powertalk-savvy
  21387. pparameter
  21388. years
  21389. multimedia
  21390. developers
  21391. regarded
  21392. equilibrium's
  21393. mment to test in an AS editor
  21394.     tell application "Finder"
  21395.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk:"
  21396.         activate
  21397.     end tell
  21398. on error errMsg number errNum
  21399.     --enter statements to perform when no records are found such as...
  21400.     display dialog "Sorry, the item you selected could not be found."
  21401.     return
  21402. end try
  21403. e    No Changeq
  21404. Dev.CD Apr 98 SDK1
  21405. ED!All Packages
  21406. Tool Chest Edition
  21407. AppleTalk SW for SNMP
  21408. Summary:  Contains latest AppleTalk stack (version 58) and MacSNMP 1.0.2
  21409. Features:  Latest binary software for AppleTalk. Needed for MacSNMP development too. Header files and documentation available with MPW and Inside Macintosh
  21410. Issues:  Single user license only. Redistribution license required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  21411. e    No Change
  21412. 32415X
  21413. Nov 99^
  21414. --set theItem to choose file -- uncomment to test in an AS editor
  21415.     tell application "Finder"
  21416.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:"
  21417.         activate
  21418.     end tell
  21419. on error errMsg number errNum
  21420.     --enter statements to perform when no records are found such as...
  21421.     display dialog "Sorry, the item you selected could not be found."
  21422.     return
  21423. end try
  21424. Deletedq
  21425. Dev.CD Nov 99 TC
  21426. [D!All Packages
  21427. Tool Chest Edition
  21428. MacApp R14d1
  21429. MacApp Release 14d1 is the first 'development' level version of MacApp Release 14.  We do not recommend using this version of MacApp in the development of commercial quality final software.  
  21430. MacApp Release 14d1 provides support for building MacApp-based applications for use under the CarbonLib on Mac OS 8.5.  It also incorporates several bug fixes as well as additional work for building MacApp-based applications for running under the Windows operating system.
  21431. MacApp Release 14d1 is the 
  21432. Dear MacApp users!
  21433. First of all, I would like to introduce myself. My name is Ricardo Gonzalez, and I am the Application Frameworks Product Marketing Manager at Apple Computer (e.g. MacApp, OPF-OpenDoc Parts Framework, and potentially other future products). As you can imagine, I will be playing a key role in define future directions for MacApp and new plans regarding framework-based development tools that developers will use to incorporate new Apple technologies into their applications (
  21434. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  21435. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  21436. 32838X
  21437. Feb 00^
  21438. r--set theItem to choose file -- uncomment to test in an AS editor
  21439.     tell application "Finder"
  21440.         open item "Dev.CD Feb 00 TC:Sample Code:"
  21441.         activate
  21442.     end tell
  21443. on error errMsg number errNum
  21444.     --enter statements to perform when no records are found such as...
  21445.     display dialog "Sorry, the item you selected could not be found."
  21446.     return
  21447. end try
  21448. e    No Changeq
  21449. Dev.CD Feb 00 TC
  21450. D!All Packages
  21451. Tool Chest Edition
  21452. Scrap Color 1.0
  21453. Summary:  Have you ever noticed that there isn't an effective way to transfer color information from one program to another without resorting to writing down the actual values of a color and then typing them back in where you want them?  It's annoying to say the least.  Especially if you want to move or keep track of a number of colors.  Also, if the information could be moved from one application to another, programs could work together better and in a more integrated fashion.
  21454. At least tV
  21455. &Summary:  ZapTCP provides a safety net for MacTCP developers.  It automatically cleans up TCP streams that are left dangling when your application quits unexpectedly.  This prevents a lot of restarting during MacTCP development.
  21456. Version 1.2.1 renders the extension benign under Open Transport.
  21457. About ZapTCP
  21458. ZapTCPK
  21459. Vol IXL
  21460. Sep 96M3Any system with MacTCP or Open Transport installed.N(MacTCP development Open Transport ZapTCPO;Dev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:ZapTCP 1.2.1:PFDev.CD Feb 00 TC
  21461.  - Tool Chest
  21462.  - Networking
  21463.  - MacTCP
  21464.  - ZapTCP 1.2.1
  21465. Mac OS USB DDK v1.4f3
  21466. DDK for development of USB modules.  Contains Mac OS USB 1.4f3
  21467. Extensions, libraries, interface files, and sample code to develop and test USB modules and applications to work with USB devices on Power Macintosh systems with USB support.  Provides support for USB v1.4f3 for Mac OS 8.6 or greater.  Supports third party USB PCI and Cardbus cards which conform to the OHCI USB specification.TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:"
  21468.         activate
  21469.     end tell
  21470. on error errMsg number errNum
  21471.     --enter statements to perform when no records are found such as...
  21472.     display dialog "Sorry, the item you selected could not be found."
  21473.     return
  21474. end try
  21475. e    No Changef
  21476. AppleTalk
  21477. networkingq
  21478. Dev.CD Feb 00 TC
  21479. FD!All Packages
  21480. Mac OS SDK Edition
  21481. AppleTalk Wide Area
  21482. describes
  21483. runtime
  21484. architecture
  21485. based
  21486. program
  21487. shows
  21488. composit
  21489. presentation
  21490. program
  21491. shows
  21492. construct
  21493. simple
  21494. animation
  21495. program
  21496. shows
  21497. select
  21498. quickt@
  21499. program
  21500. shows
  21501. usage
  21502. qtimagedrawer
  21503. image
  21504. contains
  21505. debug
  21506. version
  21507. 2.5.2
  21508. which
  21509. folder
  21510. contains
  21511. example
  21512. illustrating
  21513. update
  21514. appearance
  21515. 1.0.3
  21516. sample
  21517. demonstates
  21518. basic
  21519. implmenetation
  21520. sample
  21521. includes
  21522. source
  21523. libraries
  21524. which
  21525. provide@
  21526. sample
  21527. designed
  21528. proper
  21529. those@
  21530. though@
  21531. thoughts@
  21532. thrashing@
  21533. through@
  21534. tiac@
  21535. tiresome@
  21536. until@
  21537. usage@
  21538. use-nvramrc@
  21539. useful@
  21540. OMDev.CD Mar 00 RL:What's New?:Development Kits:Hardware:Mac_OS_USB_DDK_v1.4f3:PXDev.CD Mar 00 RL
  21541.  - What's New?
  21542.  - Development Kits
  21543.  - Hardware
  21544.  - Mac_OS_USB_DDK_v1.4f3t interoperates with the Apple Internet Router, and adev developers who wish to develop a network connection file for the Apple Internet Router.
  21545.  The AppleTalk Wide Area Developer
  21546. s Toolkit contains the following items:
  21547. AppleTalk Update-Based Routing Protocol: Enhanced AppleTalk Routing
  21548. --------------------------------------
  21549. -----------
  21550. This document is the protocol specification for the AppleTalk Update-based Routing Protocol (AURP), which provides wide area routing enhancements to the AppleTalk routing protocols. It is useful for reference, and it provides information router developers need to implement AURP.
  21551. Apple Internet Router: User-Interface Extensions to the adev File
  21552. ---------------------------------------------
  21553. This document provides information needed to support the new adev resource calls. (An ade
  21554. Documentation:
  21555. Examples:
  21556. Extensions-AppleBuilt:
  21557. Extensions-MCWBuilt:
  21558. Interfaces:
  21559. Libraries:
  21560. Mac OS USB DDK License
  21561. Mac OS USB DDK Readme
  21562. USB Software Locator Kit:
  21563. Utilities:
  21564. Jan 00L
  21565. Mar 00
  21566. Device Testing requires Power Macintosh System with USB built-in or PCI USB or Cardbus USB card running Mac OS 8.6 or greater. Mac OS 9.0.1 is preferred. This release of USB ships as part of Mac OS 9.0.1.
  21567. Development requires MPW or CodeWarrior Development environment and Universal Libraries and Headers 3.3.
  21568. The sample code will not compile unless the Universal Libraries and Interfaces 3.3 are part of the development environment.
  21569. AwUniversal Serial Bus, USB, OHCI, Mass Storage Class Driver, HID Class Driver, Keyboard Driver, Mouse Driver, Mac OS USB
  21570. lopment Kits:Hardware:Mac_OS_USB_DDK_v1.4f3:e
  21571. 32414X
  21572. Mar 00^
  21573. --set theItem to choose file -- uncomment to test in an AS editor
  21574.     tell application "Finder"
  21575.         open item "Dev.CD Mar 00 RL:What's New?:Development Kits:Hardware:Mac_OS_USB_DDK_v1.4f3:"
  21576.         activate
  21577.     end tell
  21578. on error errMsg number errNum
  21579.     --enter statements to perform when no records are found such as...
  21580.     display dialog "Sorry, the item you selected could not be found."
  21581.     return
  21582. end try
  21583. New PackagefpUniversal Serial Bus
  21584. Mass Storage Class Driver
  21585. HID Class Driver
  21586. Keyboard Driver
  21587. Mouse Driver
  21588. Mac OS USB
  21589. /A* http://developer.apple.com/sdk/index.html
  21590. Dev.CD Mar 00 RL
  21591. ZD!All Packages
  21592. Tool Chest Edition
  21593. MacApp Developer Survey
  21594. utility
  21595. drive
  21596. setup
  21597. drive
  21598. setup
  21599. utilities
  21600. display
  21601. display
  21602. manager
  21603. resolution
  21604. screen
  21605. monitor
  21606. pixel
  21607. depth
  21608. display
  21609. manager
  21610. window
  21611. arrangement
  21612. display
  21613. pixel
  21614. depth
  21615. disposeresource
  21616. disposeresource
  21617. debugging
  21618. resource
  21619. handles
  21620. dither
  21621. document
  21622. documentation
  21623. documentation
  21624. manuals
  21625. style
  21626. usage
  21627. style
  21628. guide
  21629. documents
  21630. domain
  21631. double-byte
  21632. download
  21633. promisehfsflavor
  21634. promise
  21635. finder
  21636. drawsprocket
  21637. drawsprocket
  21638. context
  21639. switch
  21640. stopping
  21641. store
  21642. storing
  21643. story
  21644. stragegy
  21645. strategic
  21646. strategy
  21647. strictly
  21648. string
  21649. strings
  21650. strip
  21651. stroke
  21652. strong
  21653. ready
  21654. ready-to-print-with
  21655. real-time
  21656. real-world
  21657. realistic
  21658. reality
  21659. really
  21660. realtime
  21661. rearrange
  21662. reason
  21663. reasonable
  21664. reasonably
  21665. reasons
  21666. reboot
  21667. rebooting
  21668. rebuild
  21669. rebuilding
  21670. rebuilds
  21671. rebuilt
  21672. receive
  21673. receives
  21674. receiving
  21675. recent
  21676. recently
  21677. reception
  21678. recipes
  21679. recognition
  21680. recognize
  21681. recognizes
  21682. recognizing
  21683. recommend
  21684. recommendations
  21685. recommended
  21686. recommends
  21687. recompilation
  21688. recompile
  21689. recompiled
  21690. record
  21691. third-party
  21692. thisW
  21693. esigned to move data as efficiently as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  21694. J'Sample Code.img
  21695. Windows Sample Code.imgK
  21696. May 97L
  21697. May 97O
  21698. Dev.CD Feb 00 TC:Sample Code:P
  21699. Dev.CD Feb 00 TC
  21700.  - Sample CodeW
  21701. append
  21702. appendages
  21703. appendditl
  21704. appending
  21705. appendix
  21706. appendixes
  21707. appkit
  21708. appkit
  21709. reference
  21710. apple
  21711. detectors
  21712. technology
  21713. scans
  21714. searchi
  21715. DDK for development of USB modules.  Contains Mac OS USB 1.4f3
  21716. Extensions, libraries, interface files, and sample code to develop and test USB modules and applications to work with USB devices on Power Macintosh systems with USB support.  Provides support for USB v1.4f3 for Mac OS 8.6 or greater.  Support third party USB PCI and Cardbus cards which conform to the OHCI USB specification.
  21717. Device Testing requires Power Macintosh System with USB built-in or PCI USB or Cardbus USB card runnin
  21718. g Mac OS 8.6 or greater. Mac OS 9.0.1 is preferred. This release of USB ships as part of Mac OS 9.0.1.
  21719. Development requires MPW or CodeWarrior Development environment and Universal Libraries and Headers 3.3.
  21720. The sample code will not compile unless the Universal Libraries and Interfaces 3.3 are part of the development environment.
  21721. Universal Serial Bus, USB, OHCI, Mass Storage Class Driver, HID Class Driver, Keyboard Driver, Mouse Driver, Mac OS USB
  21722. Documentation:
  21723. Examples:
  21724. Extensions-AppleBuilt:
  21725. Extensions-MCWBuilt:
  21726. Interfaces:
  21727. Libraries:
  21728. Mac OS USB DDK License
  21729. Mac OS USB DDK Readme
  21730. USB Software Locator Kit:
  21731. Utilities:
  21732. Mar 00L
  21733. Mar 00
  21734. A[Dev.CD Mar 00 RL:Reference Library:What
  21735. s New:Developer Notes:Hardware:Mac OS USB DDK 1.4f3
  21736. PiDev.CD Mar 00 RL
  21737.  - Reference Library
  21738.  - What
  21739. s New
  21740.  - Developer Notes
  21741.  - Hardware
  21742.  - Mac OS USB DDK 1.4f
  21743. 32413X
  21744. Mar 00^
  21745. --set theItem to choose file -- uncomment to test in an AS editor
  21746.     tell application "Finder"
  21747.         open item "Dev.CD Mar 00 RL:Reference Library:What
  21748. s New:Developer Notes:Hardware:Mac OS USB DDK 1.4f3"
  21749.         activate
  21750.     end tell
  21751. on error errMsg number errNum
  21752.     --enter statements to perform when no records are found such as...
  21753.     display dialog "Sorry, the item you selected could not be found."
  21754.     return
  21755. end try
  21756. Dev.CD Mar 00 RL
  21757. YD5All Packages
  21758. Reference Library Edition
  21759. New & Revised
  21760. DDK for development of USB modules.  Contains Mac OS USB 1.4f3
  21761. Extensions, libraries, interface files, and sample code to develop and test USB modules and applications to work with USB devices on Power Macintosh systems with USB support.  Provides support for USB v1.4f3 for Mac OS 8.6 or greater.  Supports third party USB PCI and Cardbus cards which conform to the OHCI USB specification.SB specification.
  21762. print
  21763. print2
  21764. printable
  21765. printdialogmagic
  21766. printed
  21767. printenv
  21768. Kits:Arabic Language Kit 1.0.1:"
  21769.         activate
  21770.     end tell
  21771. on error errMsg number errNum
  21772.     --enter statements to perform when no records are found such as...
  21773.     display dialog "Sorry, the item you selected could not be found."
  21774.     return
  21775. end try
  21776. e    No Changeq
  21777. Dev.CD Feb 00 TC
  21778. All Packages
  21779. F    ARPSample
  21780. PAddress Resolution Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  21781. Jun 98V
  21782. 30269X
  21783. 1e    No Change
  21784. This package consists of text files that provide information about the various text encodings used for different languages in the Mac OS, including tables showing how the characters in each encoding are mapped to Unicode by the Text Encoding Converter.
  21785. 1 ReadMe file describing general mapping principles and listing all of the Mac OS text encodings.
  21786. 1 file describing Apple
  21787. s use of the Unicode private use area.
  21788. 24 files - one for each encoding - providing specific information about that B
  21789. encoding and specifying the encoding by showing how it maps to Unicode.
  21790. The text encodings and/or the mappings may change from time to time. Changes to a file are noted in a change history at the beginning of the file.
  21791. J'Sample Code.img
  21792. Windows Sample Code.imgK
  21793. Apr 98L
  21794. Nov 99M
  21795. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingO
  21796. Dev.CD Feb 00 TC:Sample Code:P
  21797. Dev.CD Feb 00 TC
  21798.  - Sample Codeges
  21799. Tool Chest Edition
  21800. Asia Market Guide
  21801. summary
  21802. demonstrates
  21803. program
  21804. finder-like
  21805. label
  21806. summary
  21807. demonstrates
  21808. menubar
  21809. and/or
  21810. summary
  21811. developer
  21812. describes
  21813. latest
  21814. model
  21815. summary
  21816. developer's
  21817. package
  21818. includes
  21819. appleshar
  21820. summary
  21821. digest
  21822. collection
  21823. article
  21824. threads
  21825. summary
  21826. document
  21827. contains
  21828. international
  21829. devel
  21830. summary
  21831. document
  21832. contains
  21833. helpful
  21834. converti
  21835. summary
  21836. document
  21837. describes
  21838. version
  21839. applesingle
  21840. representing
  21841. represents
  21842. reprinting
  21843. reproduced
  21844. esolvealiastopath
  21845. resource
  21846. resources
  21847. respond
  21848. response
  21849. responsible
  21850. restartW
  21851. result
  21852. results
  21853. resume
  21854. retail
  21855. retry
  21856. returned
  21857. returns
  21858. reuse
  21859. revised
  21860. revision
  21861. revolution
  21862. richer
  21863. safely
  21864. safety
  21865. sakes
  21866. sales
  21867. sample
  21868. Wging
  21869. advanced
  21870. technique
  21871. 32412X
  21872. Feb 00^
  21873. r--set theItem to choose file -- uncomment to test in an AS editor
  21874.     tell application "Finder"
  21875.         open item "Dev.CD Feb 00 TC:Sample Code:"
  21876.         activate
  21877.     end tell
  21878. on error errMsg number errNum
  21879.     --enter statements to perform when no records are found such as...
  21880.     display dialog "Sorry, the item you selected could not be found."
  21881.     return
  21882. end try
  21883. e    No ChangefAtext encoding
  21884. character set
  21885. Text Encoding Converter
  21886. font encodingq
  21887. Dev.CD Feb 00 TC
  21888. XD(All Packages
  21889. Reference Library Edition
  21890. Mac OS USB DDK 1.4f3
  21891.     istribution Guides:Asia Market Guide:"
  21892.         activate
  21893.     end tell
  21894. on error errMsg number errNum
  21895.     --enter statements to perform when no records are found such as...
  21896.     display dialog "Sorry, the item you selected could not be found."
  21897.     return
  21898. end try
  21899. e    No Changeq
  21900. Dev.CD May 98 TC
  21901. OD!All Packages
  21902. Tool Chest Edition
  21903. Async driver tester
  21904. installer
  21905. 1.0.1b1c2
  21906. multimedia
  21907. multimedia
  21908. standards
  21909. multimediagraphics
  21910. multiple
  21911. music
  21912. music
  21913. musicmixer
  21914. musicmixer
  21915. helper
  21916. remote
  21917. control
  21918. server
  21919. controller
  21920. unmountit
  21921. merevisioncurrent
  21922. native
  21923. native
  21924. navig
  21925. navigable
  21926. navigable
  21927. movie
  21928. toolkit
  21929. navigation
  21930. navigation
  21931. services
  21932. nbtestintf
  21933. nbtestintf
  21934. nbtestlib
  21935. nbtestlib
  21936. install
  21937. netsprocket
  21938. netsprocket
  21939. netsprockettest
  21940. netsprockettest
  21941. netsprockettest
  21942. netstuff
  21943. netstuff
  21944. netstuff
  21945. network
  21946. network
  21947. server
  21948. guide
  21949. network
  21950. software
  21951. installer
  21952. networks
  21953. networks
  21954. networksetup
  21955. release
  21956. toolkit
  21957. mrj's
  21958. mrj-dev
  21959. mrjapple
  21960. mrjapplesetup
  21961. mrjstuffit
  21962. mrjvise
  21963. mrplus
  21964. mrplus
  21965. performance
  21966. analysis
  21967. powerpc
  21968. applicatio
  21969. ms-dos
  21970. msdos
  21971. erface
  21972. multi-platform
  21973. multibuffering
  21974. multifinder
  21975. multihoming
  21976. multimedia
  21977. multipage
  21978. multipane
  21979. multiplay
  21980. multiple
  21981. multiple-buffering/p
  21982. multiple-node
  21983. multiprocessing
  21984. multitasking
  21985. music
  21986. music
  21987. quicktime
  21988. music
  21989. architecture
  21990. david
  21991. mueller@
  21992. must@
  21993. navigation
  21994. services
  21995. documents
  21996. nearestmactextencodi@
  21997. nearly@
  21998. neil@
  21999. networks@
  22000. nevertheless@
  22001. fcode
  22002. tokenizer
  22003. board
  22004. fcode
  22005. driver
  22006. development@
  22007. newer@
  22008. night@
  22009. training
  22010. required
  22011. plug-and-play
  22012. design@
  22013. non-ethernet@
  22014. notation@
  22015. apple
  22016. guide
  22017. intended
  22018. those
  22019. developers
  22020. nubus@
  22021. objects@
  22022. october@
  22023. on-line@
  22024. opaque@
  22025. opengl
  22026. macintosh
  22027. enables
  22028. computer
  22029. display
  22030. three-@
  22031. opens@
  22032. operate@
  22033. optimizations@
  22034. oracle@
  22035. originally@
  22036. otherwise@
  22037. outdated@
  22038. over-represented@
  22039. esource.
  22040. Icon Display:  A Think C project that shows how to display the pure pixel data in icnX families.
  22041. IconDimming:  This snippet shows two different ways to achieve a dimming effect on icons. The first method uses a custom color search procedure, and in the second method the RGB components of the icon's colortable entries are all dimmed before the image is copied.
  22042. Imageer 1.0.0d3:  The current release of Imageer is a basic image manipulation application which is designed to show how
  22043.  both Color QuickDraw and QuickDraw GX can be integrated into a single application with each document window supporting either technology.
  22044. MakeIcon:  This program shows how to take any size pixmap and create any size or depth icon.
  22045. MakeITable:  This sample application shows how to manipulate a GDevice
  22046. s inverse table.
  22047. Marquee:  Demonstrates marching ants (the scrolling dashed lines used in a selection rectangle).
  22048. MyDeviceLoop:  This snippet shows how to write a device loop that works u
  22049. tracks
  22050. traddriverloaderlib
  22051. trade
  22052. trade-offs
  22053. trademark
  22054. traditional
  22055. traffic
  22056. trained
  22057. training
  22058. traits
  22059. transaction
  22060. transfer
  22061. transferred
  22062. transfers
  22063. runtime
  22064. architecture
  22065. runtime
  22066. server
  22067. macapp
  22068. maccheck
  22069. machine
  22070. machine
  22071. identification
  22072. macintalk
  22073. macintosh
  22074. macintosh
  22075. coprocessor
  22076. platform
  22077. macintosh
  22078. macodbc
  22079. macosxserver
  22080. macsbug
  22081. mactcp
  22082. mactcp
  22083. development
  22084. transport
  22085. zaptcp
  22086. suite
  22087. bundle
  22088. object
  22089. panorama
  22090. management
  22091. manager
  22092. managers
  22093. manuals
  22094. mapper
  22095. mapperref
  22096. storage
  22097. class
  22098. driver
  22099. match
  22100. matching
  22101. mdata
  22102. media
  22103. memhell
  22104. memory
  22105. memory
  22106. management
  22107. memory
  22108. manager
  22109. 32411X
  22110. Nov 99^
  22111. --set theItem to choose file -- uncomment to test in an AS editor
  22112.     tell application "Finder"
  22113.         open item "Dev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:"
  22114.         activate
  22115.     end tell
  22116. on error errMsg number errNum
  22117.     --enter statements to perform when no records are found such as...
  22118.     display dialog "Sorry, the item you selected could not be found."
  22119.     return
  22120. end try
  22121. Deletedq
  22122. Dev.CD Nov 99 TC
  22123. WD!All Packages
  22124. Tool Chest Edition
  22125. Mac OS Text Encodings
  22126. rs or PowerPC microprocessors.You also need System 7.5 or later, a minimum of 8 MB of RAM (16 MB is strongly recommended) and at least 7 MB of free disk space.
  22127. This software is being made available to Apple Developers only and is not for public distribution. We are finishing work on MRJ 1.0.1 and the Software Development Kit (SDK) and expect to post them to <http://applejava.apple.com/> by the end of March 1997.  See the document "About this Pre-Release of MRJ" for details.
  22128. About this Pre-Release of MRJ
  22129. MRJ 1.0.1b1c2 Installer:
  22130. MRJ SDK Installer 1.0.1b1c2
  22131. Pre-Release MRJ JITC:
  22132. Updated Documentation:K
  22133. May 97OFDev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:PNDev.CD Nov 99 TC
  22134.  - What's New?
  22135.  - Development Kits
  22136.  - Mac OS Runtime for Java
  22137. Deletedf
  22138. Mac OS Runtime Architectureq
  22139. Dev.CD Dec 99 RL
  22140. VD!All Packages
  22141. Tool Chest Edition
  22142. F!Mac OS Runtime for Java 1.0.1b1c2
  22143. Summary:  Mac OS Runtime for Java (MRJ) is Apple
  22144. s implementation of the Java runtime environment from Sun Microsystems, Inc. With MRJ, Mac OS applications can use Java applets and applications.
  22145. MRJ 1.0.1 implements version 1.0.2 of Sun
  22146. s Java. MRJ 1.0.1 includes Apple Applet Runner, a standalone application that runs Java applets, and Apple Applet Viewer, an OpenDoc viewer you use to put Java applets into OpenDoc documents. 
  22147. MRJ 1.0.1 works on computers with 68030 or 68040 microprocessot
  22148.  - Testing & Debugging
  22149.  - General toolsV
  22150. 30275X
  22151. Feb 00^
  22152. --set theItem to choose file -- uncomment to test in an AS editor
  22153.     tell application "Finder"
  22154.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  22155.         activate
  22156.     end tell
  22157. on error errMsg number errNum
  22158.     --enter statements to perform when no records are found such as...
  22159.     display dialog "Sorry, the item you selected could not be found."
  22160.     return
  22161. end try
  22162. literature
  22163. little
  22164. little-known
  22165. living
  22166. llama
  22167. load/dump
  22168. loaded
  22169. loading
  22170. local
  22171. locale
  22172. locale-insensitive
  22173. locale-sensitive
  22174. locales
  22175. localizable
  22176. localization
  22177. localize
  22178. localized
  22179. localizers
  22180. localizing
  22181. Snippets - Testing & Debugging
  22182. (** = new, * = revised)
  22183. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  22184. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  22185. BusErrorTest:  ShowW
  22186. test-harness
  22187. test/demo
  22188. testaccelration
  22189. testarbitraryallocat
  22190. testarbitraryallocat
  22191. tested
  22192. extractor
  22193. plug-ins
  22194. content
  22195. extra
  22196. Dev.CD Jul 93
  22197. Dev.CD Apr 9V
  22198. 32773X
  22199. Jul 93
  22200. p--set theItem to choose file -- uncomment to test in an AS editor
  22201.     tell application "Finder"
  22202.         open item "Dev.CD Jul 93
  22203. Dev.CD Apr 93"
  22204.         activate
  22205.     end tell
  22206. on error errMsg number errNum
  22207.     --enter statements to perform when no records are found such as...
  22208.     display dialog "Sorry, the item you selected could not be found."
  22209.     return
  22210. end try
  22211. All Packages
  22212. F    QuickTimeO
  22213. Dev.CD Jul 93
  22214. Dev.CD Apr 93P
  22215. Dev.CD Jul 93
  22216. Dev.CD Apr 9V
  22217. 32774X
  22218. Jul 93
  22219. p--set theItem to choose file -- uncomment to test in an AS editor
  22220.     tell application "Finder"
  22221.         open item "Dev.CD Jul 93
  22222. Dev.CD Apr 93"
  22223.         activate
  22224.     end tell
  22225. on error errMsg number errNum
  22226.     --enter statements to perform when no records are found such as...
  22227.     display dialog "Sorry, the item you selected could not be found."
  22228.     return
  22229. end try
  22230. All Packages
  22231. F    QuickTimeO
  22232. Dev.CD Jul 93P
  22233. Dev.CD Jul 9V
  22234. 32775X
  22235. Jul 93
  22236.     Bqplified and Traditional),Dutch, English, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Swedish.
  22237. A5Requires: Disk Copy 6.3.3, 300MB free hard disk space
  22238. Mac OS 9
  22239. Dev.CD Oct 99 SSW:P
  22240. Dev.CD Oct 99 SSWto. This information is crucial if developers want to take advantage of the audio palette in their own stacks.
  22241. Alias XFCN 1.3
  22242. Apple Event XCMDs 1.0b3
  22243. Byrne's XCMDs&XFCNs
  22244. CallHyper 1.0
  22245. FinderEvents 1.2
  22246. GetVol and NewFormat
  22247. Help XFCN 1.4
  22248. ProgressWindoid
  22249. QuickTime XCMDs  alias
  22250. SysEnv XFCN 1.0D13K
  22251. Vol IIIL
  22252. Vol VIIIM(HyperCard 2.0 with Audio, see audio helpOMDev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:PXDev.CD Nov 99 TC
  22253.  - Tool Chest
  22254.  - Development Kits
  22255.  - HyperCard Related
  22256.  - XCMDs & XFCNsV
  22257. 30276X
  22258. Nov 99^
  22259.  Mac OS 9.0
  22260. Mac OS 9 is the ultimate upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  22261. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Sim
  22262. merely
  22263. message
  22264. messagepad
  22265. messages
  22266. messagewatcher
  22267. messy
  22268. meta-content
  22269. metafile
  22270. meter
  22271. metering
  22272. meters
  22273. metertest
  22274. method
  22275. methodology
  22276. methods
  22277. metrowerks
  22278. mexican
  22279. michael
  22280. microphone
  22281. microphones
  22282. microprocessor
  22283. microprocessorsQ
  22284. microsystems
  22285. microtrends
  22286. middle
  22287. middleware
  22288. midiconverter
  22289. model
  22290. 32409X
  22291. Oct 99^
  22292. g--set theItem to choose file -- uncomment to test in an AS editor
  22293.     tell application "Finder"
  22294.         open item "Dev.CD Oct 99 SSW:"
  22295.         activate
  22296.     end tell
  22297. on error errMsg number errNum
  22298.     --enter statements to perform when no records are found such as...
  22299.     display dialog "Sorry, the item you selected could not be found."
  22300.     return
  22301. end try
  22302. Mac OS 9q
  22303. Dev.CD Oct 99 SSW
  22304. UD(All Packages
  22305. Reference Library Edition
  22306. Mac OS Runtime ArchitecturesI
  22307. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  22308. Mac OS Runtime Architectures
  22309. Read Me - Other SSW DocsK
  22310. Oct 97M
  22311. Adobe AcrobatN
  22312. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  22313.  - Technical Documentation
  22314.  - More SSW DocumentationV
  22315. 32410X
  22316. Dec 99^
  22317. Mac Logo
  22318. To support the sales of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  22319. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  22320.   1. Obtain the NEW Mac platform  
  22321. Hardware: Macintosh Plus or better. 
  22322. System Software: Mac OS 7.5 or greater (it's been te
  22323. customise
  22324. customizable
  22325. customization
  22326. customize
  22327. customize/rewrite
  22328. customized
  22329. customizing
  22330. custompicproc
  22331. customputappend
  22332. customputdialog
  22333. customputsuffix
  22334. cutting
  22335. cvtccomments
  22336. cyberdog
  22337. cycle
  22338. cycles
  22339. cyrillic
  22340. cyrillic-based
  22341. cyrillique
  22342. czech
  22343. dangerously
  22344. daniel
  22345. darkening
  22346. dashed
  22347. dashed-capped
  22348. dastardly
  22349. D(All Packages
  22350. Reference Library Edition
  22351. F,Technical Publications: Documentation in PDF
  22352. Collection of PDF documentation for Mac OS, Developer Notes, Java, Mac OS X, QuickTime, and WebObjects.
  22353. Features: Viewing and Printing instructions for PDF documents included. Refer to the 
  22354. README.html file in the "Documentation in PDF" folder for instructions.
  22355. calvacom
  22356. camera
  22357. cameras
  22358. cameron
  22359. campaign
  22360. campaigns
  22361. campfire
  22362. 32408X
  22363. Jan 99^
  22364. q--set theItem to choose file -- uncomment to test in an AS editor
  22365.     tell application "Finder"
  22366.         open item "Dev.CD Jan 99 SDK1:Mac Logo:"
  22367.         activate
  22368.     end tell
  22369. on error errMsg number errNum
  22370.     --enter statements to perform when no records are found such as...
  22371.     display dialog "Sorry, the item you selected could not be found."
  22372.     return
  22373. end try
  22374. Deletedf
  22375. Apple
  22376. Dev.CD Jan 99 SDK1
  22377. TD&All Packages
  22378. System Software Edition
  22379. ate upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  22380. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  22381. 32409X
  22382. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  22383.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  22384. JJClent Richardson Message.pdf
  22385. Mac Logo Art:
  22386. Mac Logo Guidelines:
  22387. NewMacLogoK
  22388. Jan 99N
  22389. Apple, Logo, MacO
  22390. Dev.CD Jan 99 SDK1:Mac Logo:P
  22391. Dev.CD Jan 99 SDK1
  22392.  - Mac Logo.
  22393. AutoGuest 3.0 was updated to work with Speed Doubler
  22394.  8.0 through 8.1.2, but may have problems with newer versions of that product. If there is a problem, AutoGuest will notify you at startup that it is running on an 
  22395. unknown Mac
  22396. JMAutoGuest
  22397. AutoGuest 3.0 User's Guide.pdf
  22398. AutoGuest READ ME
  22399. Check AutoGuest.asK
  22400. Jan 92L
  22401. May 99N#Program Linking, AppleEvents, GuestONDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AutoGuest:
  22402. logo and NEW guidelines for its use. 
  22403.   2. Identify all your retail products with this small, yet powerful icon.
  22404. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  22405. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  22406. Some of the planned activities to support this campaign include:
  22407.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  22408.  In-Store Merchandising Programs and Promotion
  22409.  Wholesale Distribution Programs
  22410.  Magazine Advertising Campaigns
  22411.  Mail-Order Catalog Programs and Promotions
  22412.  Apple Online Store Programs and Promotions 
  22413. To be considered for inclusion in these exciting, high-v
  22414. --set theItem to choose file -- uncomment to test in an AS editor
  22415.     tell application "Finder"
  22416.         open item "Dev.CD Apr 94
  22417. Dev.CD Jan 94
  22418. Dev.CD Oct 93
  22419. Dev.CD Jul 93"
  22420.         activate
  22421.     end tell
  22422. on error errMsg number errNum
  22423.     --enter statements to perform when no records are found such as...
  22424.     display dialog "Sorry, the item you selected could not be found."
  22425.     return
  22426. end try
  22427. notation
  22428. apple
  22429. guide
  22430. intended
  22431. those
  22432. developers
  22433. notes
  22434. notify
  22435. notions
  22436. november
  22437. novice
  22438. 32407X
  22439. Nov 99^
  22440. --set theItem to choose file -- uncomment to test in an AS editor
  22441.     tell application "Finder"
  22442.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2"
  22443.         activate
  22444.     end tell
  22445. on error errMsg number errNum
  22446.     --enter statements to perform when no records are found such as...
  22447.     display dialog "Sorry, the item you selected could not be found."
  22448.     return
  22449. end try
  22450. Deletedq
  22451. Dev.CD Nov 99 TC
  22452. SD!All Packages
  22453. Mac OS SDK Edition
  22454. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  22455. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  22456.   1. Obtain the NEW Mac platform NEW Mac platform 
  22457. difficult
  22458. application
  22459. support
  22460. features
  22461. for automating user level testing.  These are most of the tools used by Apple itself to perform integration, compatibility, and user-perceived performance testing.  All tools are compatible with MacOS' from 7.0 through 8.0.
  22462. This is the first major release of these tools for outside users in several years. Everything is updated, and there are many new tools never before released, such as the Clouseau VU scripts, and several host a
  22463. nd target configuration installers.
  22464. Includes: Virtual User (FAT application, Sys 8.0 compatible);  many extension tools to Virtual User such as Ivy (image verification), FileTool and Memory Monitor;  SPEC S&L and  Clouseau Virtual User scripts;  full packages for host and target installations, including AppleScript based installers.
  22465. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  22466. Target machines:  Mac SE or later, 4 MB mem
  22467. Summary: This graphics primer contains information and concepts that can aid in the understanding of Macintosh graphics.  
  22468. Features: It includes such things as understanding color and the differences between how computers generate colors versus how we see them.
  22469. Although this primer is not directly a prerequisite; it is recommended as a prerequisite for any other course involved in the study of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  22470. Mac Graphics Primer 2K
  22471. Vol IIIL
  22472. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  22473.  - Tool Chest
  22474.  - QuickDraw
  22475.  - Mac Graphics Primer evelopment Toolkit:PSDev.CD Feb 00 TC
  22476.  - Tool Chest
  22477.  - Testing & Debugging
  22478.  - Mac OS Development Toolkit
  22479. which
  22480. e time.
  22481. FreqForEverChange:  This sample application shows how to play a sound and how to alter its frequency.
  22482. GiMeDaPalette w/Sound:  This is the original version of GiMeDaPalette with a change to make it possible to play a sound at the same time as the colors are being animated.
  22483. MeterTest:  This snippet demonstrates record metering through the use of SPBGetDeviceInfo() and SPBSetDeviceInfo() using the siLevelMeterOnOff selector.
  22484. MultiPlay:  This sample application shows how to play a 
  22485. sound several times in a row.
  22486. RecordToFile:  This app builds an AIFF file (actually it rebuilds a file which is selected).  Then it records to the file with the low level sound input calls.  When the recording is done, the code make sure that the AIFF header is correct and then plays the sound back with SndStartFilePlay.
  22487. Record sound to disk: Shows how to record sound asynchronously to disk and how to deal with errors gracefully.
  22488. SampleRateAvail:  This snippet checks for the number of s
  22489. All Packages
  22490. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  22491. Dev.CD Jan 94
  22492. Dev.CD Oct 93
  22493. Dev.CD Jul 93
  22494. Dev.CD Apr 93PDDev.CD Apr 94
  22495. Dev.CD Jan 94
  22496. Dev.CD Oct 93
  22497. Dev.CD Jul 93
  22498. Dev.CD Apr 9V
  22499. 33040X
  22500. Apr 94
  22501. --set theItem to choose file -- uncomment to test in an AS editor
  22502.     tell application "Finder"
  22503.         open item "Dev.CD Apr 94
  22504. Dev.CD Jan 94
  22505. Dev.CD Oct 93
  22506. Dev.CD Jul 93
  22507. Dev.CD Apr 93"
  22508.         activate
  22509.     end tell
  22510. on error errMsg number errNum
  22511.     --enter statements to perform when no records are found such as...
  22512.     display dialog "Sorry, the item you selected could not be found."
  22513.     return
  22514. end try
  22515. All Packages
  22516. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  22517. Dev.CD Jan 94
  22518. Dev.CD Oct 93
  22519. Dev.CD Jul 93
  22520. Dev.CD Apr 93PDDev.CD Apr 94
  22521. Dev.CD Jan 94
  22522. Dev.CD Oct 93
  22523. Dev.CD Jul 93
  22524. Dev.CD Apr 9V
  22525. 33041X
  22526. Apr 94
  22527. magic
  22528. magician
  22529. mail-order
  22530. mailing
  22531. mailings
  22532. virtualuser
  22533. filetool
  22534. memor
  22535. virtual
  22536. virtualuser
  22537. testing
  22538. automation
  22539. automated
  22540. vu-meter
  22541. vumeter
  22542. vumeter
  22543. sound
  22544. level
  22545. meters
  22546. sample
  22547. volume
  22548. waitnextevent
  22549. wannabe
  22550. waste
  22551. waste
  22552. textedit
  22553. replacement
  22554. webobjects
  22555. webobjects
  22556. categories
  22557. posers
  22558. webobjects
  22559. designing
  22560. robustness
  22561. testing
  22562. webobjects
  22563. eomodeler
  22564. project
  22565. builder
  22566. webobjects
  22567. builder
  22568. webobjects
  22569. objective-c
  22570. webobjects
  22571. openstep
  22572. memory
  22573. management
  22574. webobjects
  22575. performance
  22576. tuning
  22577. optimization
  22578. webobjects
  22579. webobjects
  22580. server
  22581. objects
  22582. window
  22583. windows
  22584. wombat
  22585. workgroup
  22586. working
  22587. workstation
  22588. world
  22589. wrapper
  22590. writeswell
  22591. zanzibar
  22592. zaptcp
  22593. zones
  22594. solutions
  22595. sound
  22596. sound
  22597. input
  22598. driver
  22599. sound
  22600. level
  22601. meters
  22602. soundsprocket
  22603. space
  22604. spbrecord
  22605. specification
  22606. speech
  22607. speech
  22608. recognition
  22609. spell
  22610. spellswell
  22611. spinning
  22612. spinning
  22613. cursors
  22614. spooler
  22615. sprite
  22616. sprocket
  22617. sprockets
  22618. stack
  22619. stacks
  22620. standard
  22621. standard
  22622. standardfile
  22623. standards
  22624. standards
  22625. based
  22626. starmax
  22627. state
  22628. statements
  22629. status
  22630. storage
  22631. streaming
  22632. streams
  22633. strip
  22634. strlog
  22635. structure
  22636. structure
  22637. region
  22638. stuffit
  22639. style
  22640. style
  22641. guide
  22642. stylechat
  22643. sub-menus
  22644. suite
  22645. summary
  22646. survey
  22647. switch
  22648. switcher
  22649. symantec
  22650. symbiotic
  22651. synchronization
  22652. synthesis
  22653. system
  22654. system
  22655. system
  22656. features
  22657. Snapshot Sample is a tiny application that shows how to grab the icon positions for all the files on the desktop and later restore those icon positions.  This is useful for programs, like games, that switch resolutions on the fly, thereby causing havoc for the user
  22658. s desktop icons.
  22659. JORead Me About Snapshot Sample
  22660. Snapshot Sample
  22661. SnapshotSample.c
  22662. SnapshotSample.
  22663. Feb 97L
  22664. Dec 97N
  22665. grab icon desktopO=Dev.CD Feb 00 TC:Tool Chest:OS Utilities:SnapshotSample1.0b4:PEDev.CD Feb 00 TC
  22666.  - Tool Chest
  22667.  - OS Utilities
  22668.  - SnapshotSample1.0b4r
  22669. mmtoolbox
  22670. roadmap
  22671. communications
  22672. communications
  22673. comparedirtext
  22674. comparelastrevision
  22675. compbasedmediabroadc
  22676. compbasedmediabroadc
  22677. compilable
  22678. component
  22679. compresspictfile
  22680. compresspictfile
  22681. concordia
  22682. concordia
  22683. concordia
  22684. concordia
  22685. concordia
  22686. concordia
  22687. concordia
  22688. conferencing
  22689. config
  22690. n Transport when used properly. This version of the Virtual Server simply opens a listening endpoint and as many accepting endpoints as you want using TCP. It waits for an inbound connection request, accepts the connection, and hands it off to an accepting endpoint. The accepting endpoint waits for a 128 byte "request" packet, then returns a predefined amount of data from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.
  22691. OT/PPP Control
  22692.  Strip Sample:  OT PPP Control Strip Sample is a CW 10 project that  demonstrates how to interact with the OpenTransport PPP control point. The control strip sample will demonstrate how to check  for OT/PPP's existence and whether or not it has loaded. This example will  setup a PPP control point notifier.  Note that this sample is not complete, it will not issue a connect or disconnect; this is planned for the next version.
  22693. OTDumpPortRegistry:  This very simple sample dumps a text versio
  22694. changeQ
  22695. ringObjectiveCtoJava:
  22696. Push Tech Survival Gd.pdf
  22697. QT3-More Than Dig. Video.pdf
  22698. Simplified Stream Audio.pdf
  22699. Web Animation Guide.pdf
  22700. WebObjects Database Part I.pdf
  22701. WebObjects Database Part II.pdf
  22702. WebObjects Memory Mgmt.pdf
  22703. WebObjects Tools and Techniques:
  22704. WebObjectsCategories&Posers.pdf
  22705. WebObjectsPerformanceTuning:
  22706. Working with WebObjects.pdf
  22707. Writing for Interactive Media:
  22708. O4Dev.CD Mar 00 RL Disk 2:Technical Publications:java:P9Dev.CD Mar 00 RL Disk 2
  22709.  - Technical Publications
  22710.  - javaW
  22711. barber
  22712. barebones
  22713. bares
  22714. base-class
  22715. based
  22716. bases
  22717. baseservices
  22718. basic
  22719. basically
  22720. basics
  22721. basing
  22722. basis
  22723. basket
  22724. cable
  22725. cache
  22726. cached
  22727. macintosh
  22728. macintosh
  22729. cd-rom
  22730. setup
  22731. 5.3.2
  22732. macintosh
  22733. v1.1.1
  22734. macintosh
  22735. 1.1.1
  22736. macintosh
  22737. client
  22738. interface
  22739. macintosh
  22740. powerbook
  22741. 2400c
  22742. macintosh
  22743. powerbook
  22744. qualified
  22745. macintosh
  22746. sample
  22747. macintosh
  22748. technical
  22749. macintosh
  22750. technotes
  22751. macodbc
  22752. macodbc
  22753. 2.1.2
  22754. macos8documentation
  22755. macro
  22756. macros/templates
  22757. macsbug
  22758. macsbug
  22759. macsnmp
  22760. mactcp
  22761. mactcp
  22762. developer
  22763. tools
  22764. mactcp
  22765. 2.0.6
  22766. mactcp
  22767. token
  22768. mactcp
  22769. mactv
  22770. magician
  22771. suite
  22772. makemake
  22773. makemake
  22774. 2.0d38
  22775. management
  22776. monitor
  22777. navigator
  22778. notes
  22779. onescanner
  22780. opp's
  22781. palette
  22782. sophisticated@
  22783. space-saving@
  22784. specifically@
  22785. split@
  22786. sponsored@
  22787. sprites@
  22788. sprocket@
  22789. starts@
  22790. steps@
  22791. still@
  22792. strictly@
  22793. style@
  22794. substitution@
  22795. suffer@
  22796. summary
  22797. summary
  22798. 5thcolumn
  22799. allows
  22800. control
  22801. informati@
  22802. summary
  22803. glossary
  22804. terms
  22805. apple
  22806. publications@
  22807. summary
  22808. apple
  22809. peoplesoft
  22810. launched
  22811. partnership
  22812. summary
  22813. appleglot
  22814. 2.4b6
  22815. translation
  22816. summary
  22817. appstogo
  22818. development
  22819. framework
  22820. developm@
  22821. summary
  22822. color
  22823. locator
  22824. enables
  22825. anything
  22826. summary
  22827. contains
  22828. latest
  22829. appletalk
  22830. stack
  22831. version
  22832. macsn@
  22833. summary
  22834. description
  22835. input
  22836. methods
  22837. chinese
  22838. tones
  22839. application
  22840. explains
  22841. summary
  22842. midiconverter
  22843. application
  22844. converting
  22845. gener@
  22846. summary
  22847. monitor
  22848. iotracer
  22849. performance
  22850. tools
  22851. desi@
  22852. soliciting
  22853. solid
  22854. solution
  22855. solutions
  22856. solve
  22857. solved
  22858. solves
  22859. someday
  22860. someone
  22861. something
  22862. sometimes
  22863. somewhere
  22864. somobjects
  22865. chapters
  22866. character
  22867. characteristics
  22868. characters
  22869. charge
  22870. charges
  22871. chars
  22872. cheap
  22873. check
  22874. 01/97
  22875. 02-what's
  22876. 02-what's
  22877. 02/95
  22878. 02/96
  22879. 02/97
  22880. 03-information
  22881. 03-information
  22882. registrati
  22883. 03/95
  22884. 03/96
  22885. 03/97
  22886. 04-index
  22887. 04-index
  22888. courses
  22889. 04/95
  22890. 04/96
  22891. 04/97
  22892. 05-self-paced
  22893. 05-self-paced
  22894. products
  22895. 05/95
  22896. 05/96
  22897. 05/97
  22898. 06-on-line
  22899. 06-on-line
  22900. topics
  22901. 06/95
  22902. 06/96
  22903. 06/97
  22904. 07-mac
  22905. 07-mac
  22906. 07/95
  22907. 07/96
  22908. 07/97
  22909. 08-object
  22910. 08-object
  22911. oriented
  22912. 08/95
  22913. 08/96
  22914. 08/97
  22915. 09-multimedia
  22916. 09-multimedia
  22917. graphics
  22918. 09/95
  22919. 09/96
  22920. 09/97
  22921. All Packages
  22922. System Enabler 088 (AVs)O
  22923. Dev.CD Apr 94
  22924. Dev.CD Jan 94P
  22925. Dev.CD Apr 94
  22926. Dev.CD Jan 9V
  22927. 33094X
  22928. Apr 94
  22929. p--set theItem to choose file -- uncomment to test in an AS editor
  22930.     tell application "Finder"
  22931.         open item "Dev.CD Apr 94
  22932. Dev.CD Jan 94"
  22933.         activate
  22934.     end tell
  22935. on error errMsg number errNum
  22936.     --enter statements to perform when no records are found such as...
  22937.     display dialog "Sorry, the item you selected could not be found."
  22938.     return
  22939. end try
  22940. All Packages
  22941. System Enabler 088 (AVs)O
  22942. Dev.CD Apr 94
  22943. Dev.CD Jan 94P
  22944. Dev.CD Apr 94
  22945. Dev.CD Jan 9V
  22946. 33095X
  22947. Apr 94
  22948. p--set theItem to choose file -- uncomment to test in an AS editor
  22949.     tell application "Finder"
  22950.         open item "Dev.CD Apr 94
  22951. Dev.CD Jan 94"
  22952.         activate
  22953.     end tell
  22954. on error errMsg number errNum
  22955.     --enter statements to perform when no records are found such as...
  22956.     display dialog "Sorry, the item you selected could not be found."
  22957.     return
  22958. end try
  22959. Summary:  Macintosh Application Environment
  22960.  (MAE)
  22961. the virtual Macintosh for open systems
  22962. is an innovative software product for users of RISC-based UNIX workstations. A complete Macintosh environment in an X Window, MAE brings the functionality and ease-of-use of the Macintosh computer to Sun Microsystems SPARCstations running the SunSoft Solaris operating system, as well as Hewlett-Packard 9000 Series 700 workstations running HP-UX. 
  22963. This folder contains product information about MAE, asB
  22964.  well as information about the MAE ISV Partnership Program, to help Macintosh developers to penetrate the UNIX market with Macintosh applications.
  22965. J%MAE 2.0 DataSheet
  22966. MAE 2.0 White PaperK
  22967. May 94L
  22968. Jun 95M
  22969. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Mar 00 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:osh Systems
  22970.  handles more than one user at a time
  22971.  password capability
  22972.  easicapability
  22973.  easi
  22974. eomodeler
  22975. error
  22976. essentials
  22977. european
  22978. european
  22979. distributors
  22980. localizers
  22981. evenbetterbuserror
  22982. evenbetterbuserror
  22983. event
  22984. expand
  22985. explained
  22986. explode
  22987. extractor
  22988. f/macos8
  22989. features
  22990. synchronization
  22991. system
  22992. manager
  22993. files
  22994. ntent
  22995. extractor
  22996. finderdragpro
  22997. finderevents
  22998. finderevents
  22999. finderheaps
  23000. finderlaunch
  23001. findprinter
  23002. floatingpoint
  23003. editor
  23004. folder
  23005. folder
  23006. watching
  23007. fonts
  23008. fonts
  23009. 6.0.4
  23010. format
  23011. formatter
  23012. forms
  23013. fragment
  23014. fragment
  23015. framework
  23016. french
  23017. front
  23018. gamesprocket
  23019. gamesprocket
  23020. germany
  23021. gestalt
  23022. gestalt
  23023. selectors
  23024. getenetaddrdirect
  23025. getenetaddrdirect
  23026. gethelpstrings
  23027. getpppstatus
  23028. QPjDev.CD Mar 00 RL
  23029.  - Technical Documentation
  23030.  - Tools Demos & Tech Overviews
  23031.  - Mac Application Environment5
  23032. BBEdit Lite Quickstart
  23033. TextChanger 2.0.1:
  23034. Upgrading to BBEdit 3.5:
  23035. What's New in BBEdit Lite 3.5K
  23036. May 94L
  23037. Jan 96O@Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:PHDev.CD Nov 99 TC
  23038.  - Tool Chest
  23039.  - Developer Utilities
  23040.  - BBEdit Lite 3.5
  23041. encoding
  23042. converter
  23043. allows
  23044. convert
  23045. bitblitz
  23046. bitblitz
  23047. bouncingsprites
  23048. bring-up
  23049. broadcast
  23050. reporting
  23051. buginfo
  23052. buginfo
  23053. macro
  23054. build/download
  23055. business
  23056. business
  23057. opp's
  23058. germany
  23059. byrne's
  23060. byrne's
  23061. xcmds
  23062. xfcns
  23063. digests
  23064. source
  23065. formatter
  23066. registration
  23067. requests
  23068. callfinder
  23069. callfinder
  23070. callhyper
  23071. callhyper
  23072. camera
  23073. carbon
  23074. cardbus
  23075. cardbus
  23076. cards
  23077. cd-rom
  23078. detection
  23079. cd-rom
  23080. validator
  23081. centris/quadra
  23082. cfm-68k
  23083. cfm-68k
  23084. chinese
  23085. chinese
  23086. dictation
  23087. chinese
  23088. dictation
  23089. 8OUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:PcDev.CD Feb 00 TC
  23090.  - What's New?
  23091.  - Sample Code
  23092.  - QuickTime
  23093.  - QuickTime for Java
  23094.  - SoundMemRecordV
  23095. 32893X
  23096. Feb 00^
  23097. --set theItem to choose file -- uncomment to test in an AS editor
  23098.     tell application "Finder"
  23099.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:"
  23100.         activate
  23101.     end tell
  23102. on error errMsg number errNum
  23103.     --enter statements to perform when no records are found such as...
  23104.     display dialog "Sorry, the item you selected could not be found."
  23105.     return
  23106. end try
  23107. e    No Changef
  23108. QuickTime
  23109. Dev.CD Feb 00 TC
  23110. 9D!All Packages
  23111. Tool Chest Edition
  23112. SoundRecordIDThis code shows using the SequenceGrabber for simple audio recordingJ/README.txt
  23113. SndRecord
  23114. SoundRecord.zip
  23115. sr.bat
  23116. Feb 00
  23117. C:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundRecord:V
  23118. 32894X
  23119. 1e    No Change
  23120. chinese
  23121. Summary:
  23122. Collection of Java Developer Documentation. 
  23123. Summary:
  23124. Collection of Java Developer Documentation. 
  23125. Features:
  23126. Documentation topics include:
  23127. QuickTime For Java
  23128. Introduction to QuickTime for Java
  23129. Technical Overview
  23130. Cocoa
  23131. AppKit Reference
  23132. Enterprise Objects Framework
  23133. Foundation Reference
  23134. Java Tutorial
  23135. WebObjects and Java
  23136. Enterprise Objects Framework
  23137. Foundation Reference
  23138. Java Client
  23139. Features:
  23140. Mac OS Runtime for Java
  23141. MRJ Toolkit
  23142. JManager
  23143. JDirect
  23144. JBindery
  23145. ATimages:
  23146. java.html
  23147. MacOSandJava:
  23148. QTforJava:
  23149. WebObjectsandJava:
  23150. YellowBoxandJava:
  23151. Jan 00L
  23152. Feb 00M
  23153. web browser
  23154. QuickTime For Java, Yellow Box and Java, AppKit Reference, Enterprise Objects Framework, Foundation Reference, Java Tutorial, WebObjects and Java, Enterprise Objects Framework, Foundation Reference Java Client, Mac OS Runtime for Java, MRJ Toolkit, JManager, JDirect, JBindery
  23155. build
  23156. Hooks.cp
  23157. Hooks.cp.o
  23158. Hooks.h
  23159. TestHooks
  23160. TestHooks.cp
  23161. TestHooks.cp.o
  23162. TestHooks.make
  23163. TestHooks.makeout
  23164. THooks Documentation
  23165. THooks Documentation.txtK
  23166. Vol IIIL
  23167. Vol VIIM/MPW C++. This package is System 7.0 compatible.O@Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:THooks:PKDev.CD Feb 00 TC
  23168.  - Tool Chest
  23169.  - Development Kits
  23170.  - C++ Related
  23171.  - THooksV
  23172. 33248X
  23173. Feb 00^
  23174. --set theItem to choose file -- uncomment to test in an AS editor
  23175.     tell application "Finder"
  23176.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:THooks:"
  23177.         activate
  23178.     end tell
  23179. on error errMsg number errNum
  23180.     --enter statements to perform when no records are found such as...
  23181.     display dialog "Sorry, the item you selected could not be found."
  23182.     return
  23183. end try
  23184. e    No Changeq
  23185. Dev.CD Feb 00 TC
  23186. D!All Packages
  23187. Mac OS SDK Edition
  23188. Thread Manager SDK 2.1
  23189. 7.6.1
  23190. 7100/80
  23191. 711702111
  23192. sample
  23193. demonstates
  23194. basic
  23195. implmenetation
  23196. sample
  23197. demonstrates
  23198. variety
  23199. techniques
  23200. using
  23201. sample
  23202. demonstrates
  23203. variety
  23204. transport
  23205. sample
  23206. demonstrates
  23207. create
  23208. quicktime
  23209. movie
  23210. sample
  23211. demonstrates
  23212. query
  23213. endpoint
  23214. sample
  23215. demonstrates
  23216. ottransferproviderow
  23217. sample
  23218. demonstrates
  23219. transport
  23220. sample
  23221. demonstrates
  23222. write
  23223. application
  23224. sample
  23225. demonstrates
  23226. easiest
  23227. transpo
  23228. sample
  23229. demonstrates
  23230. mapper
  23231. sample
  23232. demonstrates
  23233. no-copy
  23234. receives
  23235. under
  23236. produces
  23237. template
  23238. building
  23239. balloon
  23240. thomas
  23241. thompson
  23242. those
  23243. though
  23244. 4.0.1
  23245. install
  23246. graphics
  23247. primer
  23248. interfaces
  23249. guidelines
  23250. development
  23251. toolkit
  23252. runtime
  23253. architectures
  23254. encodings
  23255. license
  23256. readme
  23257. samplecode
  23258. samplecode
  23259. previous
  23260. specific
  23261. files
  23262. system
  23263. alias
  23264. macapp
  23265. macapp
  23266. cdent
  23267. stuff
  23268. macapp
  23269. developer
  23270. survey
  23271. macappclassmeth
  23272. macappprogguide
  23273. makefile
  23274. makefilealias
  23275. makefilehelp
  23276. makeout
  23277. makethefolder
  23278. making
  23279. making
  23280. management
  23281. manager
  23282. manual
  23283. mappings
  23284. markc
  23285. market
  23286. 32406X
  23287. Mar 00^
  23288. --set theItem to choose file -- uncomment to test in an AS editor
  23289.     tell application "Finder"
  23290.         open item "Dev.CD Mar 00 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:"
  23291.         activate
  23292.     end tell
  23293. on error errMsg number errNum
  23294.     --enter statements to perform when no records are found such as...
  23295.     display dialog "Sorry, the item you selected could not be found."
  23296.     return
  23297. end try
  23298. Next CDf;UNIX
  23299. Open Systems
  23300. workstation
  23301. Solaris
  23302. HP-UXq
  23303. Dev.CD Mar 00 RL
  23304. RD!All Packages
  23305. Tool Chest Edition
  23306. Mac Graphics Primer 2
  23307. over-represented
  23308. overall
  23309. overcome
  23310. overhead
  23311. override
  23312. overview
  23313. userchkgestaltfuncti
  23314. userfunction
  23315. useritem
  23316. users
  23317. userstartup
  23318. v3.0.1
  23319. vacinity
  23320. validate
  23321. validator
  23322. validity
  23323. variable
  23324. variables
  23325. variety
  23326. various
  23327. vectors
  23328. verification
  23329. verify
  23330. versatility
  23331. version
  23332. AboutBox.c
  23333. AboutBox.h
  23334. AboutBox.r
  23335. aete.r
  23336. AGFile.h
  23337. ChangeLog
  23338. Clipboard.c
  23339. Clipboard.h
  23340. Clipboard.r
  23341. CoercePrGeneral.h
  23342. ExtendPrintRecord.c
  23343. ExtendPrintRecord.h
  23344. Localize.r
  23345. MacIncludes.h
  23346. MacIncludes.pch
  23347. MovieFile.c
  23348. MovieFile.h
  23349. MovieFile.r
  23350. PICTFile.c
  23351. PICTFile.h
  23352. PICTFile.r
  23353. PrintAETypes.h
  23354. ScriptablePrinting.c
  23355. ScriptablePrinting.h
  23356. SimpleText
  23357. SimpleText Sample.doc
  23358. SimpleText.68K
  23359. SimpleText.c
  23360. SimpleText.h
  23361. SimpleText.PPC
  23362. SimpleText.r
  23363. SimpleText.
  23364. test script
  23365. TextDrag.c
  23366. TextFile.a
  23367. TextFile.a.o
  23368. TextFile.c
  23369. TBGextFile.h
  23370. TextFile.r
  23371. ThreeDMetafile.c
  23372. ThreeDMetafile.h
  23373. ThreeDMetafile.r
  23374. rfc1662
  23375. rfc1662
  23376. roadmap
  23377. diagrams
  23378. runtime
  23379. sample
  23380. sample
  23381. sample
  23382. output
  23383. samples
  23384. sbarcdef
  23385. sbarcdef
  23386. fullsfpack
  23387. fullsfpack
  23388. fullsort
  23389. fullsort
  23390. fulltext
  23391. fulltext
  23392. fully
  23393. functionindex
  23394. functionindex
  23395. g4enemy
  23396. g4enemy
  23397. g4externs
  23398. g4externs
  23399. g4graphics
  23400. g4graphics
  23401. g4interface
  23402. g4interface
  23403. g4lava
  23404. g4lava
  23405. printer
  23406. default
  23407. setdefaultdtp
  23408. quickdraw
  23409. desktop
  23410. desktops
  23411. detector
  23412. detector
  23413. contextual
  23414. apple
  23415. detectors
  23416. detectors
  23417. developer
  23418. developer
  23419. documentation
  23420. publications
  23421. technical
  23422. publications
  23423. developer
  23424. notes
  23425. hardware
  23426. technical
  23427. publications
  23428. ibook
  23429. developers
  23430. development
  23431. ssaries
  23432. graphics
  23433. guest
  23434. guide
  23435. handwriting
  23436. hardwareQ
  23437. heaps
  23438. hypercard
  23439. interface
  23440. guidelines
  23441. inside
  23442. macintosh
  23443. inside
  23444. runtime
  23445. architecture
  23446. macapp
  23447. macapp
  23448. framework
  23449. object-oriented
  23450. macapp
  23451. framework
  23452. object-oriented
  23453. classes
  23454. editor
  23455. resou
  23456. maccheck
  23457. machine
  23458. macintalk
  23459. macintosh
  23460. macintosh
  23461. powerbook
  23462. series
  23463. developers
  23464. powerpc
  23465. backside
  23466. macodbc
  23467. macsbug
  23468. macsbug
  23469. appleevent
  23470. apple
  23471. event
  23472. macsbug
  23473. debugger
  23474. debugging
  23475. assembly
  23476. mactcp
  23477. mactcp
  23478. communications
  23479. toolbox
  23480. serial
  23481. ports
  23482. audio
  23483. mactcp
  23484. tcp/ip
  23485. suite
  23486. apple
  23487. events
  23488. applescript
  23489. email
  23490. management
  23491. manager
  23492. managers
  23493. manuals
  23494. LaserWriter 8.6 and aboveN'LaserWriter 8, custom hose, IrDA sampleOBDev.CD Jul 99 SDK1:What's New:Sample Code:Printing:LW8 Hosesample:PMDev.CD Jul 99 SDK1
  23495.  - What's New
  23496.  - Sample Code
  23497.  - Printing
  23498.  - LW8 HosesampleV
  23499. 32405X
  23500. Jul 99^
  23501. --set theItem to choose file -- uncomment to test in an AS editor
  23502.     tell application "Finder"
  23503.         open item "Dev.CD Jul 99 SDK1:What's New:Sample Code:Printing:LW8 Hosesample:"
  23504.         activate
  23505.     end tell
  23506. on error errMsg number errNum
  23507.     --enter statements to perform when no records are found such as...
  23508.     display dialog "Sorry, the item you selected could not be found."
  23509.     return
  23510. end try
  23511. e    No Changef%LaserWriter 8
  23512. custom hose
  23513. IrDA sampleq
  23514. Dev.CD Jul 99 SDK1
  23515. QD(All Packages
  23516. Reference Library Edition
  23517. Mac Application Environment 2.0
  23518. 33237X
  23519. Mar 00^    RL Disk 2b
  23520. Revised
  23521. --set theItem to choose file -- uncomment to test in an AS editor
  23522.     tell application "Finder"
  23523.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:hardware:"
  23524.         activate
  23525.     end tell
  23526. on error errMsg number errNum
  23527.     --enter statements to perform when no records are found such as...
  23528.     display dialog "Sorry, the item you selected could not be found."
  23529.     return
  23530. end try
  23531. Updatedf
  23532. Developer Notes
  23533. Hardware
  23534. Technical Publications
  23535. iBook
  23536. Power Macintosh
  23537. PowerBooks
  23538. Servers
  23539. Device Managers and Drivers
  23540. Updates
  23541. Printers
  23542. Desktops
  23543. Portables
  23544. /A;http://developer.apple.com/techpubs/hardware/hardware.html
  23545. Dev.CD Mar 00 RL Disk 2
  23546. All Packages
  23547. New & RevisedF
  23548. Technical Publications: Java
  23549. building
  23550. system
  23551. extension
  23552. building
  23553. installing
  23554. using
  23555. driver
  23556. builds
  23557. built
  23558. built-in
  23559. Lurkers 1.7
  23560. Lurkers is an MPW tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  23561. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool 
  23562. --set theItem to choose file -- uncomment to test in an AS editor
  23563.     tell application "Finder"
  23564.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:"
  23565.         activate
  23566.     end tell
  23567. on error errMsg number errNum
  23568.     --enter statements to perform when no records are found such as...
  23569.     display dialog "Sorry, the item you selected could not be found."
  23570.     return
  23571. end try
  23572. e    No Changeq
  23573. Dev.CD Feb 00 TC
  23574. _D!All Packages
  23575. Tool Chest Edition
  23576. F    Blat dcmd
  23577. e    No Changeq
  23578. Dev.CD Feb 00 TC
  23579. D!All Packages
  23580. Tool Chest Edition
  23581. SlotsI
  23582. Slots: This application allows you to view Declaration ROM structures by either parsing the ROM directly or using Slot Manager calls.  J
  23583. SlotsK
  23584. Oct 92O<Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:SlotsPGDev.CD Feb 00 TC
  23585.  - Tool Chest
  23586.  - Devices
  23587.  - NuBus/Slot Manager
  23588.  - SlotV
  23589. 32867X
  23590. Feb 00^
  23591. --set theItem to choose file -- uncomment to test in an AS editor
  23592.     tell application "Finder"
  23593.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slots"
  23594.         activate
  23595.     end tell
  23596. on error errMsg number errNum
  23597.     --enter statements to perform when no records are found such as...
  23598.     display dialog "Sorry, the item you selected could not be found."
  23599.     return
  23600. end try
  23601. e    No Changeq
  23602. Dev.CD Feb 00 TC
  23603. D!All Packages
  23604. Tool Chest Edition
  23605. SnapshotSample1.0b4
  23606. cslidercontrol
  23607. t-v3-034
  23608. csmp-digest-v3-035
  23609. csmp-digest-v3-036
  23610. csmp-digest-v3-037
  23611. 32404X
  23612. Feb 00^
  23613. --set theItem to choose file -- uncomment to test in an AS editor
  23614.     tell application "Finder"
  23615.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:"
  23616.         activate
  23617.     end tell
  23618. on error errMsg number errNum
  23619.     --enter statements to perform when no records are found such as...
  23620.     display dialog "Sorry, the item you selected could not be found."
  23621.     return
  23622. end try
  23623. e    No Changef
  23624. Lurkers
  23625. Projector
  23626. Dev.CD Feb 00 TC
  23627. PD!All Packages
  23628. Mac OS SDK Edition
  23629. LW8 Hosesample
  23630. BThis sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  23631. This sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  23632. LW8_HoseIrDASample:K
  23633. Jul 99K1:What's New:Sample Code:Printing:LW8 Hosesample:V
  23634. 32405X
  23635. 1e    No Change
  23636. Jan 98
  23637. is running.
  23638. JzFStubs.c
  23639. FStubs.c.o
  23640. Lurkers
  23641. Lurkers README
  23642. Lurkers README.txt
  23643. Lurkers.c
  23644. Lurkers.c.o
  23645. Lurkers.r
  23646. MakeFile
  23647. NameRevisionCurrentK
  23648. Mar 94L
  23649. Jan 98M
  23650. Lurkers, Projector, MPWOEDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:PPDev.CD Feb 00 TC
  23651.  - Tool Chest
  23652.  - Development Kits
  23653.  - MPW Related
  23654.  - Lurkers 1.7anagement.imgK
  23655. Sep 92OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  23656.  - Tool Chest
  23657.  - Testing & Debugging
  23658.  - Memory Management
  23659. 32803X
  23660. Apr 98^
  23661. --set theItem to choose file -- uncomment to test in an AS editor
  23662.     tell application "Finder"
  23663.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:"
  23664.         activate
  23665.     end tell
  23666. on error errMsg number errNum
  23667.     --enter statements to perform when no records are found such as...
  23668.     display dialog "Sorry, the item you selected could not be found."
  23669.     return
  23670. end try
  23671. DeletedfJQuickTime
  23672. QuickTime Conferencing
  23673. video conferencing
  23674. Apple Media Conferenceq
  23675. Dev.CD Apr 98 SDK2
  23676. D!All Packages
  23677. Mac OS SDK Edition
  23678. QuickTime
  23679.  IC SDK 1.01
  23680. classes
  23681. classroom
  23682. clause
  23683. clauses
  23684. clean
  23685. cleaner
  23686. clear
  23687. clearly
  23688. click
  23689. click-dragging
  23690. clicking
  23691. clicks
  23692. client
  23693. client-server
  23694. client/server
  23695. clipboard
  23696. clipper
  23697. clipping
  23698. clock
  23699. clocksW
  23700. close
  23701. closed
  23702. clouseau
  23703. clues
  23704. clusters
  23705. cmd-opt-o-f
  23706. cmd-q
  23707. remains
  23708. remap
  23709. remedies
  23710. remember
  23711. remote
  23712. remotelyW
  23713. removable
  23714. remove
  23715. removed
  23716. removes
  23717. removevmsversionnumb
  23718. removing
  23719. rename
  23720. renamed
  23721. renames
  23722. renaming
  23723. renderer
  23724. rendering
  23725. renders
  23726. renegade
  23727. renewed
  23728. repeated
  23729. repeatedly
  23730. repertoire
  23731. replace
  23732. replacement
  23733. replaces
  23734. replaces
  23735. postscript
  23736. sample
  23737. replacing
  23738. replies
  23739. reply
  23740. report
  23741. reported
  23742. reporter
  23743. reporting
  23744. e    No Changeq
  23745. Dev.CD Feb 00 TC
  23746. D!All Packages
  23747. Tool Chest Edition
  23748. Sample Code - QuickTime
  23749. (** = new, * = revised)
  23750. ChromaKeyMovie:  Chromakey Movie is a simple application which is designed to show alternative approaches to removing a color from a QuickTime movie while it is playing and allowing a separate image to be displayed in the removed regions. It demonstrates several features available in QuickTime and Color QuickDraw.
  23751. DTS QT Utilities.Aug-95:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation folderng
  23752. bbedit
  23753. usage
  23754. usage
  23755. history
  23756. software
  23757. locator
  23758. useful
  23759. useful
  23760. addmenu
  23761. script
  23762. manual
  23763. user's
  23764. users
  23765. userstartup
  23766. userstartup
  23767. goodies
  23768. using
  23769. using
  23770. quicktime
  23771. conferencing
  23772. utilities
  23773.     CNnd grammar checker) applications is available at: http://www.wordservices.org/
  23774. Spellswell Plus 2.1 DEMO:
  23775. Word Services Specification
  23776. Writeswell Jr 1.2.3 Sources 
  23777. Writeswell JR Code Notes
  23778. Writeswell Jr.
  23779. Writeswell Jr. InstructionsK
  23780. Apr 97N8Apple Events Spell Grammar Writeswell Spellswell WorkingOEDev.CD Apr 98 SDK2:Development Kits (Disc 2):Word Services SDK 1.0.8:PJDev.CD Apr 98 SDK2
  23781.  - Development Kits (Disc 2)
  23782.  - Word Services SDK 1.0.8p
  23783. apple
  23784. appletalk's
  23785. appletalk/ip
  23786. applets
  23787. applicationQ
  23788. Wm-68k
  23789. cfm-68k
  23790. cfm-68k
  23791. cfm-68k
  23792. runtime
  23793. enabler
  23794. change
  23795. change
  23796. history
  23797. change
  23798. history
  23799. changefilename
  23800. changes
  23801. check
  23802. check
  23803. autoguest
  23804. checkedoutfiles
  23805. checkinall
  23806. checkwindowin
  23807. file-related
  23808. file/resource
  23809. filed
  23810. objectcode
  23811. objectivec
  23812. objectppc
  23813. objects
  23814. objectsupportlib
  23815. obsolete
  23816. obsolete
  23817. pre-asip
  23818. obsolete&unsupported
  23819. obtain
  23820. install
  23821. image
  23822. sample
  23823. image
  23824. tools
  23825. image
  23826. odclassref
  23827. odcookbook
  23828. sample
  23829. parts
  23830. odf-interest
  23831. odf-interest
  23832. archive
  23833. odfdev
  23834. odflibrary
  23835. odflibrary
  23836. odprogguide
  23837. odupdates
  23838. oldies
  23839. install
  23840. browser
  23841. begin
  23842. first
  23843. browser
  23844. transport
  23845. debug
  23846. transport
  23847. debug
  23848. transport
  23849. links
  23850. links
  23851. pasmatit
  23852. password
  23853. password
  23854. interface
  23855. 5300ramcard
  23856. b--set theItem to choose file -- uncomment to test in an AS editor
  23857.     tell application "Finder"
  23858.         open item "Dev.CD Jan 94"
  23859.         activate
  23860.     end tell
  23861. on error errMsg number errNum
  23862.     --enter statements to perform when no records are found such as...
  23863.     display dialog "Sorry, the item you selected could not be found."
  23864.     return
  23865. end try
  23866. search
  23867. selected
  23868. selector
  23869. serial
  23870. serial
  23871. ports
  23872. series
  23873. server
  23874. server
  23875. controls
  23876. services
  23877. setting
  23878. setup
  23879. shared
  23880. shared
  23881. volumes
  23882. sherlock
  23883. signature
  23884. simplified
  23885. socket
  23886. software
  23887. solaris
  23888. solutions
  23889. sound
  23890. soundsprocket
  23891. space
  23892. specification
  23893. speech
  23894. spinning
  23895. spinning
  23896. cursors
  23897. sprite
  23898. sprockets
  23899. stacks
  23900. standards
  23901. standards
  23902. based
  23903. state
  23904. statements
  23905. storage
  23906. F    QuickTimeO
  23907. Dev.CD Jul 93
  23908. Dev.CD Apr 93P
  23909. Dev.CD Jul 93
  23910. Dev.CD Apr 9ndle
  23911. bundle
  23912. services
  23913. burned-in
  23914. burned-in
  23915. address
  23916. business
  23917. business
  23918. processes
  23919. button
  23920. buttons
  23921. cfm-68k
  23922. chinese
  23923. chinese
  23924. language
  23925. traditional
  23926. simplified
  23927. chooser
  23928. ciconhandle
  23929. classes
  23930. client
  23931. clouseau
  23932. codes
  23933. color
  23934. color
  23935. depth
  23936. color
  23937. color
  23938. picker
  23939. 2.1.1
  23940. colorsync
  23941. colorsync
  23942. photoshop
  23943. plug-ins
  23944. colour
  23945. colour
  23946. table
  23947. component
  23948. compression
  23949. computer
  23950. computer
  23951. based
  23952. media
  23953. conditional
  23954. conditional
  23955. statements
  23956. configuration
  23957. consumer
  23958. consumer
  23959. electronics
  23960. content
  23961. contextual
  23962. contextual
  23963. control
  23964. control
  23965. control
  23966. panel
  23967. control
  23968. strip
  23969. controls
  23970. conversion
  23971. coprocessor
  23972. NPFDev.CD Feb 00 TC
  23973.  - Tool Chest
  23974.  - Testing & Debugging
  23975.  - General tools test in an AS editor
  23976.     tell application "Finder"
  23977.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  23978.         activate
  23979.     end tell
  23980. on error errMsg number errNum
  23981.     --enter statements to perform when no records are found such as...
  23982.     display dialog "Sorry, the item you selected could not be found."
  23983.     return
  23984. end try
  23985. e    No Changef
  23986. testing
  23987. debuggingq
  23988. Dev.CD Feb 00 TC
  23989. bD!All Packages
  23990. Tool Chest Edition
  23991. Business Opp's - Germany
  23992. 2Summary: This brochure serves as a foundation, explaining important information regarding the German market as well as information pertaining to sales and marketing practices in Germany. You will also find an address list and a reading list to assist you in researching your more specific questions easily.
  23993. Business Opp's - GermanyK
  23994. Aug 95OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:nge
  23995. physically
  23996. piccomment
  23997. piccomments
  23998. piccomments/bottlene
  23999. piccommentstest
  24000. pichandle
  24001. picker
  24002. pickers
  24003. pictdialog
  24004. pictinfotest
  24005. picts
  24006. picture
  24007. pictures
  24008. piece
  24009. pieces
  24010. piersol
  24011. pinterfaces
  24012. pinyin
  24013. pioneer
  24014. pippin
  24015. pippin-specific
  24016. pitch
  24017. pitfalls
  24018. pixel
  24019. pixels
  24020. pixmap
  24021. pixmap2pixpat2ppat
  24022. pixmaps
  24023. pixpat
  24024. place
  24025. placed
  24026. placement
  24027. esting & Debugging
  24028.  - General tools
  24029. All Packages
  24030. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  24031. Dev.CD Jan 94
  24032. Dev.CD Oct 93
  24033. Dev.CD Jul 93
  24034. Dev.CD Apr 93PDDev.CD Apr 94
  24035. Dev.CD Jan 94
  24036. Dev.CD Oct 93
  24037. Dev.CD Jul 93
  24038. Dev.CD Apr 9V
  24039. 33169X
  24040. Apr 94
  24041. --set theItem to choose file -- uncomment to test in an AS editor
  24042.     tell application "Finder"
  24043.         open item "Dev.CD Apr 94
  24044. Dev.CD Jan 94
  24045. Dev.CD Oct 93
  24046. Dev.CD Jul 93
  24047. Dev.CD Apr 93"
  24048.         activate
  24049.     end tell
  24050. on error errMsg number errNum
  24051.     --enter statements to perform when no records are found such as...
  24052.     display dialog "Sorry, the item you selected could not be found."
  24053.     return
  24054. end try
  24055. All Packages
  24056. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  24057. Dev.CD Jan 94
  24058. Dev.CD Oct 93
  24059. Dev.CD Jul 93
  24060. Dev.CD Apr 93PDDev.CD Apr 94
  24061. Dev.CD Jan 94
  24062. Dev.CD Oct 93
  24063. Dev.CD Jul 93
  24064. Dev.CD Apr 9V
  24065. 33170X
  24066. Apr 94
  24067. easiest
  24068. easily
  24069. --set theItem to choose file -- uncomment to test in an AS editor
  24070.     tell application "Finder"
  24071.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:mac:"
  24072.         activate
  24073.     end tell
  24074. on error errMsg number errNum
  24075.     --enter statements to perform when no records are found such as...
  24076.     display dialog "Sorry, the item you selected could not be found."
  24077.     return
  24078. end try
  24079. audience
  24080. audiences
  24081. audio
  24082. audit
  24083. audited
  24084. auditing
  24085. august
  24086. aurp-speaking
  24087. authenticated
  24088. authentication
  24089. author
  24090. authoring
  24091. authorized
  24092. authors
  24093. autoguest
  24094. autoguest
  24095. control
  24096. panel
  24097. attempts
  24098. prevent
  24099. automate
  24100. automated
  24101. automates
  24102. automatic
  24103. automatically
  24104. automating
  24105. auxiliary
  24106. r--set theItem to choose file -- uncomment to test in an AS editor
  24107.     tell application "Finder"
  24108.         open item "Dev.CD Feb 00 TC:Sample Code:"
  24109.         activate
  24110.     end tell
  24111. on error errMsg number errNum
  24112.     --enter statements to perform when no records are found such as...
  24113.     display dialog "Sorry, the item you selected could not be found."
  24114.     return
  24115. end try
  24116. information
  24117. initprojector
  24118. inputdialog
  24119. inputdialog
  24120. english
  24121. install
  24122. francais
  24123. install
  24124. install
  24125. install
  24126. install
  24127. install
  24128. install
  24129. install
  24130. install
  24131. install
  24132. install
  24133. install
  24134. install
  24135. install
  24136. install
  24137. 3.0.1
  24138. install
  24139. 1.0.2
  24140. install
  24141. 2.0.1
  24142. install
  24143. english
  24144. install
  24145. macapp
  24146. r13u4
  24147. install
  24148. install
  24149. opengl
  24150. ear inactive when the window was in fact, active.
  24151.  The TAB key now cycles your through the volumes in the volume popup.
  24152.  There is no extension code anymore and as such the 'Show Startup' check box has been removed.
  24153.  And finally, the code size has become even smaller.  This is in part due to design changes and the use of Matthew Axsom's neat cdev class that allowed me to build LockVol with CodeWarrior.
  24154. Issues:  LockVol is freeware.  Permission is granted by the author for personal or elExectronic distribution as long as no fees or charges are received for it. LockVol remains the copyright of dEVoN Hubbard.
  24155. General tools.imgK
  24156. Jul 92L
  24157. Jun 95M
  24158. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:
  24159. technical
  24160. technique
  24161. techniques
  24162. technotes
  24163. techpubsfind
  24164. techpubsfind
  24165. techqa
  24166. techqa
  24167. shtml
  24168. telecom
  24169. telephone
  24170. telephone
  24171. manager
  24172. telephony
  24173. telephony
  24174. suite
  24175. template
  24176. template
  24177. template
  24178. terminology
  24179. terminology
  24180. script
  24181. target
  24182. test3dsound
  24183. testbanks
  24184. testbanks
  24185. testcpp
  24186. tester
  24187. testhidprobe
  24188. akeout
  24189. testing
  24190. testmagic
  24191. testmagic
  24192. tests
  24193. testvrmedia
  24194. testvrmedia
  24195. encoding
  24196. converter
  24197. encodings
  24198. extractors
  24199. plug-ins
  24200. text-to-speech
  24201. text-to-speech
  24202. first
  24203. textchanger
  24204. textchanger
  24205. 2.0.1
  24206. textdrag
  24207. textdrag
  24208. e them back or re-mount the affected volume.  The status of the startup volume is restored after a reboot.  All other volume status
  24209.  are lost after a reboot.
  24210. Improvements for version 1.6:
  24211.  The status of volumes is now physically updated on disk. This allows the volume to be mounted/re-mounted with that state persisting. Note that only a 'software' locked volume can be unmounted/mounted and still remain 'software' locked. Making a volume 'hardwared' locked will lock it but the setting won
  24212. 't persist across an unmount/mount. This is due to the fact that when the file system mounts a volume it gets the hardware state of that volume.  Since it's not really physically locked, there is no 'hardware' locked status returned.  Note that no attempt is made to physically update a remote volume (shared, etc.) as it doesn't belong to us. Changes to remote volumes will remain local.
  24213.  Fixed a gray shading problem in the volume popup on 1-bit deep monitors.  The popup would sometimes app
  24214. r--set theItem to choose file -- uncomment to test in an AS editor
  24215.     tell application "Finder"
  24216.         open item "Dev.CD Feb 00 TC:Sample Code:"
  24217.         activate
  24218.     end tell
  24219. on error errMsg number errNum
  24220.     --enter statements to perform when no records are found such as...
  24221.     display dialog "Sorry, the item you selected could not be found."
  24222.     return
  24223. end try
  24224. orry, the item you selected could not be found."
  24225.     return
  24226. end try
  24227. Deletedq
  24228. Dev.CD Nov 99 TC
  24229. C++ Source Code Formatter
  24230. Summary: cdent is a MPW tool used to format C and C++ source code to a user defined style. 
  24231. Features:
  24232. * Cryptic and obscure formatting commands! 
  24233. * Source code.  
  24234. * Understands C and C++.  
  24235. * Understands conditional compilation.  Source is provided.  
  24236. * Formats in the One True Style out of the box.
  24237. * Used by the developers of MacApp 3.0. 
  24238. * Does not harm the ozone layer nor does it contribute to global warming.
  24239. This package is System 7.0 compatible.  7.0 compatible.  
  24240. 32403X
  24241. Feb 00^
  24242. --set theItem to choose file -- uncomment to test in an AS editor
  24243.     tell application "Finder"
  24244.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  24245.         activate
  24246.     end tell
  24247. on error errMsg number errNum
  24248.     --enter statements to perform when no records are found such as...
  24249.     display dialog "Sorry, the item you selected could not be found."
  24250.     return
  24251. end try
  24252. e    No Changeq
  24253. Dev.CD Feb 00 TC
  24254. OD!All Packages
  24255. Tool Chest Edition
  24256. W tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  24257. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool s while the tool 
  24258. womack
  24259. won't
  24260. woodcock
  24261. word-processing
  24262. wordperfect
  24263. words
  24264. wordservices
  24265. work-arounds
  24266. works
  24267. workstation
  24268. workstations
  24269. world
  24270. world's
  24271. worlds
  24272. worldscript
  24273. worldwide
  24274. worldwrite
  24275. worry
  24276. would
  24277. wouldn't
  24278. wprocasm
  24279. wrapcommenttext
  24280. wringer
  24281. write
  24282. front
  24283. frontier
  24284. frontmost
  24285. fruitful
  24286. fsizemust
  24287. fsmgluelib
  24288. fsspec
  24289. full-features
  24290. full-text
  24291. fully
  24292. function
  24293. function/method
  24294. functional
  24295. functionality
  24296. functionsW
  24297. g3-class
  24298. g3/233
  24299. g3/266
  24300. g3/26620th
  24301. gadgets
  24302. gaining
  24303. {--set theItem to choose file -- uncomment to test in an AS editor
  24304.     tell application "Finder"
  24305.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  24306.         activate
  24307.     end tell
  24308. on error errMsg number errNum
  24309.     --enter statements to perform when no records are found such as...
  24310.     display dialog "Sorry, the item you selected could not be found."
  24311.     return
  24312. end try
  24313. mp-digest-v3-097
  24314. csmp-digest-v3-098
  24315. csmp-digest-v3-099
  24316. csmp-digest-v3-100
  24317. csmp-digest-v3-101
  24318. csmp-digest-v
  24319. 3-102
  24320. csmp-digest-v3-103
  24321. csmp-digest-v3-104
  24322. csmp-digest-v3-105
  24323. csmp-digest-v3-106
  24324. csmp-digest-v3-107
  24325. csmp-digest-v3-108
  24326. csmp-digest-v3-109
  24327. csmp-digest-v3-110
  24328. csmp-digest-v3-111
  24329. csmp-digest-v3-112
  24330. csmp-digest-v3-113
  24331. csmp-digest-v3-114
  24332. csmp-digest-v3-115
  24333. csmp-digest-v3-116
  24334. csmp-digest-v3-117
  24335. csmp-digest-v3-118
  24336. csmp-digest-v3-119
  24337. csmp-digest-v3-120
  24338. csmp-digest-v3-121
  24339. csmp-digest-v3-122
  24340. csmp-digest-v3-123
  24341. csmp-digest-v3-125
  24342. csmp-digest-v3-126
  24343. csmp-digest-v3-127
  24344. csmp-digest-v3-128
  24345. csmp-digest-v
  24346. Me    No Changeq
  24347. Dev.CD May 98 TC
  24348. ND!All Packages
  24349. Tool Chest Edition
  24350. LockVol
  24351. Summary: LockVol is a Control Panel device that can be used to test software handling of locked volumes, local or remote.   With the use of System 7 and File Sharing, LockVol may come in handy for those trying to test their software.  LockVol displays a popup menu containing all volumes in use by your Mac and allows you to change the status of each volume from unlocked, to having a software or hardware lock.  Changes made in the Control Panel are immediate and remain intact until you chang
  24352. e    No Changeq
  24353. Dev.CD Feb 00 TC
  24354. D!All Packages
  24355. Tool Chest Edition
  24356. SimpleText SampleI
  24357. Summary: This is some SimpleText source code. It shows how to write SimpleText, implements calling PPC library from 68k code, using AppleGuide, and other swell things.J'Sample Code.img
  24358. Windows Sample Code.imgK
  24359. Nov 96L
  24360. Dec 96O
  24361. Dev.CD Feb 00 TC:Sample Code:P
  24362. Dev.CD Feb 00 TC
  24363.  - Sample CodeV
  24364. 32864X
  24365. Feb 00^
  24366. r--set theItem to choose file -- uncomment to test in an AS editor
  24367.     tell application "Finder"
  24368.         open item "Dev.CD Feb 00 TC:Sample Code:"
  24369.         activate
  24370.     end tell
  24371. on error errMsg number errNum
  24372.     --enter statements to perform when no records are found such as...
  24373.     display dialog "Sorry, the item you selected could not be found."
  24374.     return
  24375. end try
  24376. Movedq
  24377. Dev.CD Feb 00 TC
  24378. D!All Packages
  24379. Tool Chest Edition
  24380. F    SlideShow
  24381. filterdirectory
  24382. filterdirectory
  24383. finderevents
  24384. finderevents
  24385. first
  24386. 32865X
  24387. Feb 00^
  24388. --set theItem to choose file -- uncomment to test in an AS editor
  24389.     tell application "Finder"
  24390.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SlideShow:"
  24391.         activate
  24392.     end tell
  24393. on error errMsg number errNum
  24394.     --enter statements to perform when no records are found such as...
  24395.     display dialog "Sorry, the item you selected could not be found."
  24396.     return
  24397. end try
  24398. e    No ChangefAJava Tutorial
  24399. Introduction to Java Programming
  24400. Learning Java
  24401. Javaq
  24402. Dev.CD Feb 00 TC
  24403. D!All Packages
  24404. Tool Chest Edition
  24405. F    Slot LookINSlot Look: Sample Application source code showing common Slot Manager calls.  J[Slot Look info
  24406. Slot Look info.txt
  24407. Slotlook
  24408. Slotlook.c
  24409. Slotlook.c.o
  24410. Slotlook.make
  24411. Slotlook.rK
  24412. Oct 92OADev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:PLDev.CD Feb 00 TC
  24413.  - Tool Chest
  24414.  - Devices
  24415.  - NuBus/Slot Manager
  24416.  - Slot LookV
  24417. 32866X
  24418. Feb 00^
  24419. #-v3-079
  24420. csmp-digest-v3-080
  24421. spinning
  24422. spooler
  24423. sprite
  24424. sprocket
  24425. sprockets
  24426. sprockets
  24427. drawsprocket
  24428. netsprocket
  24429. inputsprocket
  24430. soundsprock
  24431. sprockets
  24432. games
  24433. drawsprocket
  24434. inputsprocket
  24435. netsprocket
  24436. sound
  24437. stack
  24438. stacks
  24439. standard
  24440. standardfile
  24441. standards
  24442. starmax
  24443. state
  24444. statements
  24445. status
  24446. storage
  24447. streaming
  24448. streams
  24449. stress
  24450. string
  24451. strings
  24452. strip
  24453. strlog
  24454. structure
  24455. stuffit
  24456. style
  24457. stylechat
  24458. sub-menus
  24459. suite
  24460. summary
  24461. survey
  24462. switch
  24463. switcher
  24464. symantec
  24465. symbiotic
  24466. synchronization
  24467. import@
  24468. inputsprocket@
  24469. install
  24470. quicktime
  24471. conferencing@
  24472. installer
  24473. 4.0.8@
  24474. int'l@
  24475. introappkitbook@
  24476. network@
  24477. object@
  24478. opencheckedout@
  24479. openmultfiles@
  24480. pages@
  24481. training
  24482. required
  24483. plug-and-play
  24484. design
  24485. no-copy
  24486. no-so-subtle
  24487. noacclcurve
  24488. noble
  24489. nogrowdocproc
  24490. non-apple
  24491. non-blessed
  24492. non-disclosure
  24493. on-floppy
  24494. non-functional
  24495. non-macintosh
  24496. non-native
  24497. non-portable
  24498. non-scsi
  24499. non-us
  24500. non-volatile-ram
  24501. nopoweroffkey
  24502. norbert
  24503. noresdialog
  24504. normal
  24505. normally
  24506. norman
  24507. north
  24508. norwegian
  24509. nosound
  24510. scroll
  24511. driver
  24512. localization
  24513. localization
  24514. japan
  24515. localizers
  24516.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:"
  24517.         activate
  24518.     end tell
  24519. on error errMsg number errNum
  24520.     --enter statements to perform when no records are found such as...
  24521.     display dialog "Sorry, the item you selected could not be found."
  24522.     return
  24523. end try
  24524. e    No Changeq
  24525. Dev.CD Feb 00 TC
  24526. fD(All Packages
  24527. Reference Library Edition
  24528. C/F Registration Requests
  24529. codewarrior's
  24530. coding
  24531. coercion
  24532. coercions
  24533. coexist
  24534. cohasset
  24535. collaborate
  24536. collaboration
  24537. collation
  24538. collect
  24539. collected
  24540. collecting
  24541. collection
  24542. collection
  24543. inside
  24544. macintosh
  24545. books
  24546. related
  24547. programming
  24548. collection
  24549. developer
  24550. documentation
  24551. collection
  24552. documentation
  24553. developer
  24554. notes
  24555. collections
  24556. collectionservices
  24557. collectpictcolors
  24558. collects
  24559. collyer
  24560. color
  24561. colorcdef
  24562. colored
  24563. coloredcheckbox
  24564. colorization
  24565. colorize
  24566. Le    No Changef
  24567. PCI ndrv driver loaderq
  24568. Dev.CD Feb 00 TC
  24569. MD!All Packages
  24570. Tool Chest Edition
  24571. Localization for Japan
  24572. Summary: Localization for Japan provides an overview of what is needed to successfully introduce a software product in the Japanese market.
  24573. Features: Targeting an audience ranging from product managers to  software developers, this book tells you the important issues to consider when designing or modifying a domestic software package for distribution in Japan.  It also provides information on subjects including document translation and  establishing business partners in Japan.
  24574. Localization for JapanK
  24575. Aug 92M
  24576. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  24577.  - Programs & MarketingV
  24578. 32402X
  24579. May 98^
  24580.  until the thumb is released. As a result, the user often finds that two or more scroll operations are required before the desired positioning is achieved. These problems can be overcome by implementing live scrolling within an application which allows a user to more accurately scroll a document to the correct position with direct control over the speed of the scrolling, and by providing complete visual feedback of the scrolling operation as it occurs.
  24581. It also demonstrates:
  24582.   -The two dif
  24583. ferent types of action procedure, both for 68K and PowerPC architectures.
  24584.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  24585. Live Scroll has been built under:
  24586.   Metrowerks CodeWarrior 8
  24587.   Symantec C++ 8.0.1
  24588.   Symantec 7.0.4
  24589.   MPW E.T.O. #19- 'Latest MPW': Symantec C++ for MPW and MrC.
  24590. Limitations and Bugs:  This is not intended to be a definitive 'document' on how to implement live scrolling, but illustrates one approach you can take. Like mo
  24591. st projects, this project was implemented under time constraints. There may be better methods available to you depending on your needs and the available time.
  24592. J'Sample Code.img
  24593. Windows Sample Code.imgK
  24594. Jul 96N
  24595. Live Scroll, Dynamic ScrollingO
  24596. Dev.CD Feb 00 TC:Sample Code:P
  24597. Dev.CD Feb 00 TC
  24598.  - Sample Coder registers file types.
  24599. Features: The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creatBZor code database.  It also automatically creates an email to send to devsupport@apple.com.
  24600. JIC/F Reg. on the Web!
  24601. Creator Registration
  24602. Read Me - C/F Registration v2.1K
  24603. Jun 93L
  24604. Feb 98M
  24605. Hypercard 2.1N creator, signature, registrationOEDev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:PMDev.CD Dec 99 RL
  24606.  - Utilities
  24607.  - Developer Forms
  24608.  - C/F Registration Requests
  24609. All Packages
  24610. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24611. Dev.CD Jan 94
  24612. Dev.CD Oct 93
  24613. Dev.CD Jul 93
  24614. Dev.CD Apr 93PDDev.CD Apr 94
  24615. Dev.CD Jan 94
  24616. Dev.CD Oct 93
  24617. Dev.CD Jul 93
  24618. Dev.CD Apr 9V
  24619. 33191X
  24620. Apr 94
  24621. --set theItem to choose file -- uncomment to test in an AS editor
  24622.     tell application "Finder"
  24623.         open item "Dev.CD Apr 94
  24624. Dev.CD Jan 94
  24625. Dev.CD Oct 93
  24626. Dev.CD Jul 93
  24627. Dev.CD Apr 93"
  24628.         activate
  24629.     end tell
  24630. on error errMsg number errNum
  24631.     --enter statements to perform when no records are found such as...
  24632.     display dialog "Sorry, the item you selected could not be found."
  24633.     return
  24634. end try
  24635. All Packages
  24636. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24637. Dev.CD Jan 94
  24638. Dev.CD Oct 93
  24639. Dev.CD Jul 93
  24640. Dev.CD Apr 93PDDev.CD Apr 94
  24641. Dev.CD Jan 94
  24642. Dev.CD Oct 93
  24643. Dev.CD Jul 93
  24644. Dev.CD Apr 9V
  24645. 33192X
  24646. Apr 94
  24647. f--set theItem to choose file -- uncomment to test in an AS editor
  24648.     tell application "Finder"
  24649.         open item "Dev.CD Jan 96 SSW"
  24650.         activate
  24651.     end tell
  24652. on error errMsg number errNum
  24653.     --enter statements to perform when no records are found such as...
  24654.     display dialog "Sorry, the item you selected could not be found."
  24655.     return
  24656. end try
  24657. primitives
  24658. principles
  24659. print
  24660. print2
  24661. printable
  24662. printdialogmagic
  24663. printed
  24664. printenv
  24665. product
  24666. production
  24667. productivity
  24668. products
  24669. professional
  24670. profile
  24671. profiler
  24672. profiles
  24673. profit
  24674. profound
  24675. programQ
  24676. This package contains source code, resources, and project files for the Introduction to Java on the Macintosh Tutorial. For step-by-step instruction and the tutorial contents, please visit:
  24677. http://developer.apple.com/java/javatutorial/index.html
  24678. Tutorial covers the following topics:
  24679. Menu Management
  24680. Window Management
  24681. Layout Managment
  24682. Event Management
  24683. Threading
  24684. Imaging
  24685. Handling High-Level Events
  24686. File I/O
  24687. J/iv.bat
  24688. README.txt
  24689. ViewerDemo
  24690. ViewerDemo.zipK
  24691. Feb 00M
  24692. Power Macintosh w/ 64 megabytes of Ram, Mac OS 8.1 or later, MRJ 2.1 or later, MRJ SDK 2.1 or later, Metrowerks Codewarrior 4 or laterNDJava Tutorial, Introduction to Java Programming, Learning Java, JavaOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SlideShow:P^Dev.CD Feb 00 TC
  24693.  - What's New?
  24694.  - Sample Code
  24695.  - QuickTime
  24696.  - QuickTime for Java
  24697.  - SlideShowdigest-v3-036
  24698. csmp-digest-v3-037
  24699. atademo
  24700. atademo
  24701. codewarrior
  24702. sample
  24703. atapi
  24704. sound
  24705. sound
  24706. input
  24707. driver
  24708. driver
  24709. sound
  24710. memory
  24711. dialogs
  24712. windows
  24713. resources
  24714. files
  24715. interface
  24716. soundsprocket
  24717. soundsprocket
  24718. sound
  24719. reverb
  24720. effects
  24721. space
  24722. spbrecord
  24723. spbrecord
  24724. asynchronous
  24725. record
  24726. specification
  24727. speech
  24728. speech
  24729. synthesis
  24730. text-to-speech
  24731. macintalk
  24732. plaintalk
  24733. spell
  24734. spellswell
  24735. spinning
  24736. spooler
  24737. sprite
  24738. sprocket
  24739. sprockets
  24740. sprockets
  24741. drawsprocket
  24742. netsprocket
  24743. inputsprocket
  24744. soundsprock
  24745. sprockets
  24746. games
  24747. drawsprocket
  24748. inputsprocket
  24749. netsprocket
  24750. sound
  24751. stack
  24752. stacks
  24753. standard
  24754. standardfile
  24755. standards
  24756. starmax
  24757. state
  24758. viewer
  24759. virtual
  24760. virtualuser
  24761. volumes
  24762. vtwin
  24763. 32400X
  24764. Feb 00^
  24765. r--set theItem to choose file -- uncomment to test in an AS editor
  24766.     tell application "Finder"
  24767.         open item "Dev.CD Feb 00 TC:Sample Code:"
  24768.         activate
  24769.     end tell
  24770. on error errMsg number errNum
  24771.     --enter statements to perform when no records are found such as...
  24772.     display dialog "Sorry, the item you selected could not be found."
  24773.     return
  24774. end try
  24775. Movedf
  24776. Live Scroll
  24777. Dynamic Scrollingq
  24778. Dev.CD Feb 00 TC
  24779. LD!All Packages
  24780. Tool Chest Edition
  24781. Load PCI DriverI
  24782. Summary: Load PCI Driver is a utitity for PCI driver writers. It lets you load and unload 'ndrv' without having to restart.
  24783. Allows you to load a Native PCI  driver ('ndrv') without having to restart. Very useful when debugging your native driver.J'Sample Code.img
  24784. Windows Sample Code.imgK
  24785. Sep 97M
  24786. PowerPC PCI based MacintoshN
  24787. PCI ndrv driver loaderO
  24788. Dev.CD Feb 00 TC:Sample Code:P
  24789. Dev.CD Feb 00 TC
  24790.  - Sample CodeV
  24791. 32401X
  24792. Feb 00^
  24793. --set theItem to choose file -- uncomment to test in an AS editor
  24794.     tell application "Finder"
  24795.         open item "Dev.CD Apr 94
  24796. Dev.CD Jan 94
  24797. Dev.CD Oct 93
  24798. Dev.CD Jul 93"
  24799.         activate
  24800.     end tell
  24801. on error errMsg number errNum
  24802.     --enter statements to perform when no records are found such as...
  24803.     display dialog "Sorry, the item you selected could not be found."
  24804.     return
  24805. end try
  24806. first-person
  24807. firstly
  24808. fixed
  24809. fixes
  24810. Jf9live scrolling
  24811. control
  24812. proportional scroll bar
  24813. appearanceq
  24814. Dev.CD Feb 00 TC
  24815. KD!All Packages
  24816. Tool Chest Edition
  24817. Live Scroll 1.0
  24818. Summary:  "Live Scroll" is a bare bones application demonstrating one approach you can take to implementing live scrolling (aka active and dynamic scrolling) during the tracking of scroll bar thumbs. Scroll arrows allow accurate placement of a document within its window, but are often too slow when the user wishes to scroll the content relatively large distances. While the scroll thumb can be used in this situation, it is less than ideal because the user cannot see the result of the scroll
  24819. scrolling
  24820. seamlessly
  24821. search
  24822. searched
  24823. searches
  24824. searching
  24825. searchproc
  24826. searchprocs
  24827. second
  24828. seger
  24829. segment
  24830. segmented
  24831. segmenting
  24832. seldom
  24833. select
  24834. selected
  24835. selecting
  24836. selection
  24837. selections
  24838. selectively
  24839. calibration
  24840. call-backs
  24841. callback
  24842. callbacks
  24843. called
  24844. caller
  24845. paigns
  24846. campfire
  24847. tsmte
  24848. tuning
  24849. tutorial
  24850. types
  24851. typography
  24852. ultraslimfast
  24853. unicode
  24854. unicode
  24855. imaging
  24856. bi-directional
  24857. rotation
  24858. double-byt
  24859. unicode
  24860. utilities
  24861. universal
  24862. universal
  24863. serial
  24864. update
  24865. updater
  24866. updates
  24867. access
  24868. usage
  24869. usedistanthdwrmem
  24870. uselocalhdwrmem
  24871. assistance
  24872. guide
  24873. interface
  24874. utilities
  24875. utility
  24876. validation
  24877. validation
  24878. reformatting
  24879. variable
  24880. variables
  24881. vector
  24882. version
  24883. video
  24884. video
  24885. conferencing
  24886. window
  24887. layers
  24888. window
  24889. manager
  24890. windows
  24891. wombat
  24892. workstation
  24893. world
  24894. world
  24895. wrapper
  24896. Ie    No Changef/Open Transport
  24897. OTLIFO
  24898. OTFIFO
  24899. OTLink
  24900. linked listq
  24901. Dev.CD Feb 00 TC
  24902. JD!All Packages
  24903. Tool Chest Edition
  24904. Live Control ScrollI
  24905. Sample code illustrating scrolling of controls via an off screen GWorld.  
  24906. This code shows how to correctly set and maintain proportional scroll bars, do live scrolling and handle controls with a live scrolling window.J'Sample Code.img
  24907. Windows Sample Code.imgK
  24908. Nov 99M*Appearance Manager and System 8.1 or laterN<live scrolling, control, proportional scroll bar, appearanceO
  24909. Dev.CD Feb 00 TC:Sample Code:P
  24910. Dev.CD Feb 00 TC
  24911.  - Sample CodeV
  24912. 32399X
  24913. Feb 00^
  24914. r--set theItem to choose file -- uncomment to test in an AS editor
  24915.     tell application "Finder"
  24916.         open item "Dev.CD Feb 00 TC:Sample Code:"
  24917.         activate
  24918.     end tell
  24919. on error errMsg number errNum
  24920.     --enter statements to perform when no records are found such as...
  24921.     display dialog "Sorry, the item you selected could not be found."
  24922.     return
  24923. end try
  24924. e    No Change
  24925. r--set theItem to choose file -- uncomment to test in an AS editor
  24926.     tell application "Finder"
  24927.         open item "Dev.CD Feb 00 TC:Sample Code:"
  24928.         activate
  24929.     end tell
  24930. on error errMsg number errNum
  24931.     --enter statements to perform when no records are found such as...
  24932.     display dialog "Sorry, the item you selected could not be found."
  24933.     return
  24934. end try
  24935. All Packages
  24936. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24937. Dev.CD Jan 94
  24938. Dev.CD Oct 93
  24939. Dev.CD Jul 93
  24940. Dev.CD Apr 93PDDev.CD Apr 94
  24941. Dev.CD Jan 94
  24942. Dev.CD Oct 93
  24943. Dev.CD Jul 93
  24944. Dev.CD Apr 9V
  24945. 33193X
  24946. Apr 94
  24947. --set theItem to choose file -- uncomment to test in an AS editor
  24948.     tell application "Finder"
  24949.         open item "Dev.CD Apr 94
  24950. Dev.CD Jan 94
  24951. Dev.CD Oct 93
  24952. Dev.CD Jul 93
  24953. Dev.CD Apr 93"
  24954.         activate
  24955.     end tell
  24956. on error errMsg number errNum
  24957.     --enter statements to perform when no records are found such as...
  24958.     display dialog "Sorry, the item you selected could not be found."
  24959.     return
  24960. end try
  24961. All Packages
  24962. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24963. Dev.CD Jan 94
  24964. Dev.CD Oct 93
  24965. Dev.CD Jul 93
  24966. Dev.CD Apr 93PDDev.CD Apr 94
  24967. Dev.CD Jan 94
  24968. Dev.CD Oct 93
  24969. Dev.CD Jul 93
  24970. Dev.CD Apr 9V
  24971. 33194X
  24972. Apr 94
  24973. developer
  24974. documentation
  24975. network
  24976. services
  24977. location
  24978. manager
  24979. anywhere
  24980. apart
  24981. aphorisms
  24982. appearing
  24983. appears
  24984. append
  24985. appendages
  24986. appendditl
  24987. appending
  24988. appendix
  24989. appendixes
  24990. apple
  24991. sample
  24992. which
  24993. demonstrates
  24994. ethernet
  24995. driver
  24996.  9660 compliance.  JBValidator 1.11
  24997. Validator documentation
  24998. Validator documentation.txtK
  24999. Vol IIIL
  25000. Vol VIIO@Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:PKDev.CD Feb 00 TC
  25001.  - Tool Chest
  25002.  - Devices
  25003.  - CD-ROM
  25004.  - CD-ROM Validator 1.1V
  25005. 30299X
  25006. Feb 00^
  25007. He    No Changef
  25008. CAD/CAM
  25009. ASIC Designq
  25010. Dev.CD Feb 00 TC
  25011. ID!All Packages
  25012. Tool Chest Edition
  25013. F    ListMania
  25014. 1This sample demonstrates a variety of techniques for using Open Transport
  25015. s list utility routines.  Specifically, it shows how to use OTLIFO lists in a simple producer/consumer application.  The code from this sample is featured in the latest release (v1.2) of the book 
  25016. Inside Macintosh: Open Transport
  25017. J'Sample Code.img
  25018. Windows Sample Code.imgK
  25019. Nov 97L
  25020. Jun 98M
  25021. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  25022. Dev.CD Feb 00 TC:Sample Code:P
  25023. Dev.CD Feb 00 TC
  25024.  - Sample CodeV
  25025. 32398X
  25026. Feb 00^
  25027. Aug 96
  25028. e--set theItem to choose file -- uncomment to test in an AS editor
  25029.     tell application "Finder"
  25030.         open item "Dev.CD Aug 96 TC"
  25031.         activate
  25032.     end tell
  25033. on error errMsg number errNum
  25034.     --enter statements to perform when no records are found such as...
  25035.     display dialog "Sorry, the item you selected could not be found."
  25036.     return
  25037. end try
  25038. All Packages
  25039. QuickDraw GXO
  25040. Dev.CD Aug 96 TCP
  25041. Dev.CD Aug 96 TV
  25042. 32694X
  25043. Aug 96
  25044. e--set theItem to choose file -- uncomment to test in an AS editor
  25045.     tell application "Finder"
  25046.         open item "Dev.CD Aug 96 TC"
  25047.         activate
  25048.     end tell
  25049. on error errMsg number errNum
  25050.     --enter statements to perform when no records are found such as...
  25051.     display dialog "Sorry, the item you selected could not be found."
  25052.     return
  25053. end try
  25054. All Packages
  25055. QuickDraw GXO
  25056. Dev.CD Aug 96 TCP
  25057. Dev.CD Aug 96 TV
  25058. 32695X
  25059. Aug 96
  25060. --set theItem to choose file -- uncomment to test in an AS editor
  25061.     tell application "Finder"
  25062.         open item "Dev.CD Feb 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:"
  25063.         activate
  25064.     end tell
  25065. on error errMsg number errNum
  25066.     --enter statements to perform when no records are found such as...
  25067.     display dialog "Sorry, the item you selected could not be found."
  25068.     return
  25069. end try
  25070. ft JIS.
  25071.  The HZ converter now handles the tilde-tilde and tilde-linefeed combinations correctly.
  25072.  The alias "CN-GB" has been added for "EUC-CN" and "GB2312".
  25073.  Support has been added for the encodings ISO 8859-3, ISO 8859-4, ISO 8859-15, Windows CP 1257, Windows CP 1258. Limited support has been added for the Mac OS Tibetan encoding.
  25074.  Various mappings for CJK encodings were improved.
  25075.  Added loose mappings for variant forms of Han characters (e.g., simplified vs. traditional), yielding 
  25076. 5fewer missing characters in some conversions.
  25077.  Added Euro to Mac Cyrillic and Ukrainian encodings.
  25078.  Added conversion from arbitrary Unicode to maximally decomposed Unicode.
  25079.  Improved multiple script runs and long digit sequences.
  25080.  Improved building conversions involving Unicode variants, including UTF-8.
  25081. Dec 97L
  25082. Dec 99
  25083. Ge    No Changeq
  25084. Dev.CD Feb 00 TC
  25085. HD!All Packages
  25086. Tool Chest Edition
  25087. LFSR Verilog CAD Tool
  25088. Summary: Data for a linear feedback shift register is entered through a dialog and produces a Verilog HDL module of a linear feedback shift register.  A CAD tool for hardware ASIC/FPGA developers. 
  25089. Features:
  25090. Used for training and using Verilog HDL. 
  25091. Produces test code for module. 
  25092. Calculates LFSR seed value. LFSR used for counters, prescalers, FIFO address generators,  random number generators and CRC checkers. 
  25093. Issues:
  25094. Doesn't open documents properly.
  25095. J.Horiz Count
  25096. Large Count
  25097. Readme
  25098. Vert CountK
  25099. Aug 93M=System 7.0 with 512Kbyte code. 
  25100. Color preferred not necessaryN
  25101. CAD/CAM, ASIC DesignOGDev.CD Feb 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:PRDev.CD Feb 00 TC
  25102.  - Tool Chest
  25103.  - Hardware
  25104.  - Misc. Tools
  25105.  - LFSR Verilog CAD ToolV
  25106. 32397X
  25107. Feb 00^
  25108. #  display dialog "Sorry, the item you selected could not be found."
  25109.     return
  25110. end try
  25111. All Packages
  25112. b, version 1.2
  25113.  Updated Apple Thread Manager, now included in the CFM-68K Runtime Enabler.
  25114. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  25115. NOTE:  This versiC
  25116. on is incompatible with:
  25117.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  25118.  Jasik's The Debugger, versions built prior to March 3, 1997
  25119. JQ CFM-68K Runtime Enabler
  25120. CFM-68K 4.0
  25121. CFM-68K Read Me
  25122. Interfaces:
  25123. ObjectSupportLibK
  25124. Jan 96L
  25125. May 97M
  25126. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:
  25127. --set theItem to choose file -- uncomment to test in an AS editor
  25128.     tell application "Finder"
  25129.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:Learning to Drive:"
  25130.         activate
  25131.     end tell
  25132. on error errMsg number errNum
  25133.     --enter statements to perform when no records are found such as...
  25134.     display dialog "Sorry, the item you selected could not be found."
  25135.     return
  25136. end try
  25137. 32986X
  25138. Nov 99^
  25139. --set theItem to choose file -- uncomment to test in an AS editor
  25140.     tell application "Finder"
  25141.         open item "Dev.CD Nov 99 TC:System Software:System 7.5.5 Update:"
  25142.         activate
  25143.     end tell
  25144. on error errMsg number errNum
  25145.     --enter statements to perform when no records are found such as...
  25146.     display dialog "Sorry, the item you selected could not be found."
  25147.     return
  25148. end try
  25149. Deletedq
  25150. Dev.CD Nov 99 TC
  25151. All Packages
  25152. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  25153. Dev.CD Jan 94
  25154. Dev.CD Oct 93
  25155. Dev.CD Jul 93
  25156. Dev.CD Apr 93PDDev.CD Apr 94
  25157. Dev.CD Jan 94
  25158. Dev.CD Oct 93
  25159. Dev.CD Jul 93
  25160. Dev.CD Apr 9V
  25161. 32987X
  25162. Apr 94
  25163. panels
  25164. panes
  25165. panorama
  25166. panoramas
  25167. panoramic
  25168. paper
  25169. papserversample
  25170. papworkstation
  25171. parade
  25172. parameter
  25173. W first low co
  25174. summary
  25175. glossary
  25176. terms
  25177. apple
  25178. publications
  25179. summary
  25180. guide
  25181. support
  25182. development
  25183. macintosh
  25184. summary
  25185. hypercard
  25186. create
  25187. resolve
  25188. aliases
  25189. summary
  25190. macsbug
  25191. macro
  25192. debugging
  25193. summary
  25194. snippet
  25195. showing
  25196. determine
  25197. currently
  25198. summary
  25199. technical
  25200. notes
  25201. contain
  25202. latest
  25203. summary
  25204. parser
  25205. allow
  25206. access
  25207. system's
  25208. summary
  25209. aetracker
  25210. init/control
  25211. panel
  25212. allows
  25213. summary
  25214. application
  25215. which
  25216. provides
  25217. various
  25218. video
  25219. summary
  25220. controlling
  25221. finder
  25222. through
  25223. apple
  25224. summary
  25225. which
  25226. known
  25227. finderevents
  25228. apple
  25229. directions
  25230. developer
  25231. business
  25232. report
  25233. 1-12/
  25234. summary
  25235. apple's
  25236. indian
  25237. language
  25238. summary
  25239. apple's
  25240. korean
  25241. language
  25242. affordable
  25243. summary
  25244. appleglot
  25245. translation
  25246. night
  25247. nirvana
  25248. nisus
  25249. nd-play
  25250. design
  25251. no-copy
  25252. no-so-subtle
  25253. nogrowdocproc
  25254. non-apple
  25255. non-ethernet
  25256. non-functional
  25257. non-native
  25258. non-portable
  25259. non-scsi
  25260. non-volatile-ram
  25261. norbert
  25262. normal
  25263. normally
  25264. norman
  25265. norwegian
  25266. --set theItem to choose file -- uncomment to test in an AS editor
  25267.     tell application "Finder"
  25268.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  25269.         activate
  25270.     end tell
  25271. on error errMsg number errNum
  25272.     --enter statements to perform when no records are found such as...
  25273.     display dialog "Sorry, the item you selected could not be found."
  25274.     return
  25275. end try
  25276. tion Kit heralds the start of a revolution for Chinese computing.
  25277. What Chines
  25278. e Dictation Kit Can Do For You
  25279. Apple Chinese Dictation Kit is a high performance large vocabulary dictation software that can dramatically increase your productivity when inputting Chinese text, particularly if you're a poor typist.  It's like having your own secretary to take dictation and do your typing!!
  25280. Features:
  25281.  Through a sophisticated training process, CDK is able to recognize your voice and even your own accent.
  25282.  In contrast to most other Chinese dictation software, CDK  allows
  25283. Fe    No Changeq
  25284. Dev.CD Feb 00 TC
  25285. GD!All Packages
  25286. Tool Chest Edition
  25287. Learning to Drive
  25288. \Summary: A guide to support the development of Macintosh Printing Manager Resource Files.
  25289. Features: This document describes the Printing Manager from the perspectives of the application and the Printing Manager Resource Files.
  25290. Issues: The Disclaimer warns of the difficulties involved. This information will not work with QuickDraw GX printing.  
  25291. J/Learning to Drive
  25292. Learning to Drive Disclaimer K
  25293. Mar 93O7Dev.CD Feb 00 TC:Tool Chest:Printing:Learning to Drive:P?Dev.CD Feb 00 TC
  25294.  - Tool Chest
  25295.  - Printing
  25296.  - Learning to DriveV
  25297. 32396X
  25298. Feb 00^
  25299. #lity scans your text files to find what words you  use and adds them automatically to the system.
  25300.  Powerful Voice Macro feature allows you to input long addresses or aphorisms by speaking a single word.  
  25301.  Voice commands for frequently used functions.
  25302.  Most misrecognized characters can be corrected easily and quickly with a click of the mou
  25303. EO9Dev.CD Feb 00 TC:Tool Chest:Printing:LaserWriter 8.5.1GM:PADev.CD Feb 00 TC
  25304.  - Tool Chest
  25305.  - Printing
  25306.  - LaserWriter 8.5.1GMV
  25307. 32394X
  25308. Feb 00^
  25309. --set theItem to choose file -- uncomment to test in an AS editor
  25310.     tell application "Finder"
  25311.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:LaserWriter 8.5.1GM:"
  25312.         activate
  25313.     end tell
  25314. on error errMsg number errNum
  25315.     --enter statements to perform when no records are found such as...
  25316.     display dialog "Sorry, the item you selected could not be found."
  25317.     return
  25318. end try
  25319. e    No Changef"LaserWriter 8 driver printer 8.5.1q
  25320. Dev.CD Feb 00 TC
  25321. FD!All Packages
  25322. Tool Chest Edition
  25323. Leaks dcmdIkSummary: A dcmd for MacsBug or TMON that helps detect memory leaks. Heavily commented source code included.J
  25324. Memory Management.imgK
  25325. Vol XOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  25326.  - Tool Chest
  25327.  - Testing & Debugging
  25328.  - Memory ManagementV
  25329. 32395X
  25330. Feb 00^
  25331. b--set theItem to choose file -- uncomment to test in an AS editor
  25332.     tell application "Finder"
  25333.         open item "Dev.CD Apr 93"
  25334.         activate
  25335.     end tell
  25336. on error errMsg number errNum
  25337.     --enter statements to perform when no records are found such as...
  25338.     display dialog "Sorry, the item you selected could not be found."
  25339.     return
  25340. end try
  25341. hidemenubar
  25342. hidemenubaretc
  25343. hiding
  25344. hierarchical
  25345. hiermenus
  25346. hifi-color
  25347. high-end
  25348. actions
  25349. activate
  25350. active
  25351. actively
  25352. activities
  25353. activity
  25354. actual
  25355. actually
  25356. graphical
  25357. editor
  25358. which
  25359. create
  25360. adapt
  25361. adaptation
  25362. adapts
  25363. adbop
  25364. adbreinit
  25365. add-ons
  25366. addchange
  25367. administration
  25368. administrators
  25369. adobe
  25370. adopt
  25371. adoption
  25372. adopts
  25373. advanced
  25374. All Packages
  25375. System 7 Tune-UpO
  25376. Dev.CD Apr 92
  25377. Dev.CD Mar 92P
  25378. Dev.CD Apr 92
  25379. Dev.CD Mar 9V
  25380. 32930X
  25381. Apr 92
  25382. p--set theItem to choose file -- uncomment to test in an AS editor
  25383.     tell application "Finder"
  25384.         open item "Dev.CD Apr 92
  25385. Dev.CD Mar 92"
  25386.         activate
  25387.     end tell
  25388. on error errMsg number errNum
  25389.     --enter statements to perform when no records are found such as...
  25390.     display dialog "Sorry, the item you selected could not be found."
  25391.     return
  25392. end try
  25393. All Packages
  25394. System 7 Tune-UpO
  25395. Dev.CD Apr 92P
  25396. Dev.CD Apr 9V
  25397. 32931X
  25398. Apr 92
  25399. b--set theItem to choose file -- uncomment to test in an AS editor
  25400.     tell application "Finder"
  25401.         open item "Dev.CD Apr 92"
  25402.         activate
  25403.     end tell
  25404. on error errMsg number errNum
  25405.     --enter statements to perform when no records are found such as...
  25406.     display dialog "Sorry, the item you selected could not be found."
  25407.     return
  25408. end try
  25409. All Packages
  25410. System 7 Tune-UpV
  25411. 32932X
  25412. summary
  25413. program
  25414. illustrates
  25415. menus
  25416. window
  25417. summary
  25418. resedit
  25419. editor
  25420. prepare
  25421. localized
  25422. numbe
  25423. summary
  25424. resedit
  25425. contains
  25426. macsbug
  25427. summary
  25428. sample
  25429. illustrates
  25430. determine
  25431. summary
  25432. sample
  25433. demonstrates
  25434. compress
  25435. decompr
  25436. summary
  25437. sample
  25438. demonstrates
  25439. write
  25440. simple
  25441. summary
  25442. sample
  25443. extracts
  25444. finder
  25445. strings
  25446. summary
  25447. sample
  25448. shows
  25449. manager
  25450. summary
  25451. support
  25452. quicktake
  25453. quicktake
  25454. summary
  25455. small
  25456. application
  25457. control
  25458. summary
  25459. software
  25460. improves
  25461. float-to-int
  25462. conversion
  25463. colorpicker
  25464. colorpicker
  25465. 2.1.1
  25466. colorpopupmenus
  25467. colorsync
  25468. colorsync
  25469. colorsync
  25470. photoshop
  25471. plugins
  25472. communication
  25473. communications
  25474. communications
  25475. toolbox
  25476. computer-based
  25477. 32393X
  25478. Feb 00^
  25479. --set theItem to choose file -- uncomment to test in an AS editor
  25480.     tell application "Finder"
  25481.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:LaserWriter 8 API:"
  25482.         activate
  25483.     end tell
  25484. on error errMsg number errNum
  25485.     --enter statements to perform when no records are found such as...
  25486.     display dialog "Sorry, the item you selected could not be found."
  25487.     return
  25488. end try
  25489. e    No Changeq
  25490. Dev.CD Feb 00 TC
  25491. ED!All Packages
  25492. Tool Chest Edition
  25493. LaserWriter 8.5.1GM
  25494. The LaserWriter 8.5.1 release contains many nwe utilities and features for both the user and the developer (see below for a list)
  25495. The LaserWriter 8.5.1 release contains:
  25496. Desktop Printer Utility 1.0- allows creation of TCP/IP/LPR, virtual, and hold desktop printers
  25497. Redesigned Custom Page Size Support
  25498. PostScript Level 3 support
  25499. Expanded ColorSync 2.1.x support
  25500. Collation
  25501. Print To PDF
  25502. LaserWriter 8.5.1 GM.seaK
  25503. Jun 95L
  25504. Jan 98N"LaserWriter 8 driver printer 8.5.1
  25505. Summary: LaserWriter 8.0 is the driver for the current printing architecture that many have been waiting for, with lots of nifty new features.
  25506. Features: Streamlined user interface.  Supports PostScript printer definition (PPD) files for extensive printer-specific features.  Saves EPS files.  New API calls assist in QuickDraw to PostScript translation.  Generates PostScript Level 2 code for Level 2 devices.  Extremely compatible.  Fixes many problems with older drivers.  Faster performanceB
  25507. , especially in background.
  25508. JZDeveloper Information
  25509. New API  sample
  25510. New API documentation
  25511. Read me before using new API!
  25512. Nov 93L
  25513. Nov 93M
  25514. System Software 6.0.7 or later.O7Dev.CD Feb 00 TC:Tool Chest:Printing:LaserWriter 8 API:P?Dev.CD Feb 00 TC
  25515.  - Tool Chest
  25516.  - Printing
  25517.  - LaserWriter 8 API
  25518. Arabic Language Kit 1.0.1
  25519. Chinese Language Kit 1.2 (also CLK 1.1.1)
  25520. Cyrillic Language Kit 1.0
  25521. Hebrew Language Kit 1.0.1
  25522. Indian Language Kit 1.0
  25523. Japanese Language Kit 1.2
  25524. Korean Language Kit 1.0
  25525. Any attempt to use the LKU8 with previous versions of the above Language Kits is not supported and therefore not recommended.
  25526. Arabic Language Kit 1.0.1
  25527. Chinese Language Kit 1.2 (also CLK 1.1.1)
  25528. Cyrillic Language Kit 1.0
  25529. Hebrew Language Kit 1.0.1
  25530. Indian Language Kit 1.0
  25531. Japanese Language Kit 1.2
  25532. orean Language Kit 1.0
  25533. J%LKU Install Disk 1
  25534. LKU Install Disk 2K
  25535. Nov 97M/Current Language Kits with Mac OS 8.0 or newer.NSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese KoreanO=Dev.CD Feb 00 TC:Language Kits:Language Kit Updater f/MacOS8:PBDev.CD Feb 00 TC
  25536.  - Language Kits
  25537.  - Language Kit Updater f/MacOS8C
  25538. language
  25539. manager
  25540. laserwriter
  25541. laserwriter
  25542. laserwriter
  25543. driver
  25544. printer
  25545. 8.5.1
  25546. laserwriter
  25547. bridge
  25548. launch
  25549. layers
  25550. layout
  25551. learning
  25552. learning
  25553. level
  25554. library
  25555. library
  25556. light
  25557. limit
  25558. linked
  25559. linked
  25560. linkers
  25561. linking
  25562. listen
  25563. scroll
  25564. scrolling
  25565. loadable
  25566. loadable
  25567. bundle
  25568. loader
  25569. loading
  25570. locales
  25571. localization
  25572. localized
  25573. localized
  25574. strings
  25575. location
  25576. location
  25577. manager
  25578. logical
  25579. space
  25580. lproj
  25581. lurkers
  25582. media
  25583. memory
  25584. memory
  25585. manager
  25586. locales
  25587. locales
  25588. localization
  25589. localization
  25590. japan
  25591. localization
  25592. tools
  25593. localize
  25594. localize
  25595. locator
  25596. looksmart
  25597. looksmart
  25598. lookup
  25599. lookupmenu
  25600. lurkers
  25601. lurkers
  25602. lurkers
  25603. lurkers
  25604. lurkers
  25605. readme
  25606. lurkers
  25607. readme
  25608. hoseirdasample
  25609. intosh
  25610. macos8documentation
  25611. macsbug
  25612. macsbug
  25613. resources
  25614. mag'n
  25615. magic
  25616. magic
  25617. magic
  25618. utility
  25619. magican
  25620. magician
  25621. suite
  25622. makefile
  25623. makefilealias
  25624. makefilehelp
  25625. makeout
  25626. makethefolder
  25627. making
  25628. making
  25629. management
  25630. manager
  25631. manual
  25632. mappings
  25633. markc
  25634. market
  25635. --set theItem to choose file -- uncomment to test in an AS editor
  25636.     tell application "Finder"
  25637.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickTime:SimpleApp 1.0.2:"
  25638.         activate
  25639.     end tell
  25640. on error errMsg number errNum
  25641.     --enter statements to perform when no records are found such as...
  25642.     display dialog "Sorry, the item you selected could not be found."
  25643.     return
  25644. end try
  25645. cvtccomments
  25646. builds
  25647. e--set theItem to choose file -- uncomment to test in an AS editor
  25648.     tell application "Finder"
  25649.         open item "Dev.CD Nov 97 TC"
  25650.         activate
  25651.     end tell
  25652. on error errMsg number errNum
  25653.     --enter statements to perform when no records are found such as...
  25654.     display dialog "Sorry, the item you selected could not be found."
  25655.     return
  25656. end try
  25657.     tell application "Finder"
  25658.         open item "Dev.CD May 97 TC
  25659. Dev.CD Nov 96 TC
  25660. Dev.CD Aug 96 TC
  25661. Dev.CD Feb 96 TC
  25662. Dev.CD Feb 95"
  25663.         activate
  25664.     end tell
  25665. on error errMsg number errNum
  25666.     --enter statements to perform when no records are found such as...
  25667.     display dialog "Sorry, the item you selected could not be found."
  25668.     return
  25669. end try
  25670. All Packages
  25671. Chinese Language KitO
  25672. Dev.CD May 94
  25673. Dev.CD Feb 94P
  25674. Dev.CD May 94
  25675. Dev.CD Feb 9V
  25676. 30309X
  25677. May 94
  25678. 32392X
  25679. Feb 00^
  25680. --set theItem to choose file -- uncomment to test in an AS editor
  25681.     tell application "Finder"
  25682.         open item "Dev.CD Feb 00 TC:Language Kits:Language Kit Updater f/MacOS8:"
  25683.         activate
  25684.     end tell
  25685. on error errMsg number errNum
  25686.     --enter statements to perform when no records are found such as...
  25687.     display dialog "Sorry, the item you selected could not be found."
  25688.     return
  25689. end try
  25690. e    No ChangefSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese Koreanq
  25691. Dev.CD Feb 00 TC
  25692. DD!All Packages
  25693. Tool Chest Edition
  25694. LaserWriter 8 API
  25695. chooses
  25696. choosing
  25697. christine
  25698. chromakey
  25699. chromakeying
  25700. chromakeymovie
  25701. chromakeymovie
  25702. chromakey
  25703. movie
  25704. simple
  25705. application
  25706. which
  25707. chunks
  25708. cicn's
  25709. cincludes
  25710. circumstances
  25711. claim
  25712. claims
  25713. claris
  25714. clarisworks
  25715. clark
  25716. clash
  25717. class
  25718. classes
  25719. classic
  25720. classroom
  25721. clause
  25722. clauses
  25723. clean
  25724. cleaner
  25725. cleans
  25726. clear
  25727. clearly
  25728. click
  25729. click-dragging
  25730. clicked
  25731. clicking
  25732. clicks
  25733. p--set theItem to choose file -- uncomment to test in an AS editor
  25734.     tell application "Finder"
  25735.         open item "Dev.CD Apr 94
  25736. Dev.CD Jan 94"
  25737.         activate
  25738.     end tell
  25739. on error errMsg number errNum
  25740.     --enter statements to perform when no records are found such as...
  25741.     display dialog "Sorry, the item you selected could not be found."
  25742.     return
  25743. end try
  25744. language
  25745. analysis
  25746. architecture
  25747. provides
  25748. applications
  25749. laserwriter
  25750. 8.5.1
  25751. release
  25752. contains
  25753. utilities
  25754. latest
  25755. greatest
  25756. technotes
  25757. navigation
  25758. services
  25759. suite
  25760. greatly
  25761. enhances
  25762. system
  25763. picker
  25764. replaces
  25765. system
  25766. picker
  25767. 1.0.1
  25768. papserversample
  25769. demonstrates
  25770. transpo
  25771. release
  25772. apple's
  25773. brings
  25774. increased
  25775. functionali
  25776. samplefilter
  25777. postscript
  25778. output
  25779. filter
  25780. laserwriter
  25781. search
  25782. internet
  25783. feature
  25784. sherlock
  25785. application
  25786. uncomment to test in an AS editor
  25787.     tell application "Finder"
  25788.         open item "Dev.CD May 98 TC"
  25789.         activate
  25790.     end tell
  25791. on error errMsg number errNum
  25792.     --enter statements to perform when no records are found such as...
  25793.     display dialog "Sorry, the item you selected could not be found."
  25794.     return
  25795. end try
  25796. All Packages
  25797. Chinese Language Kit UpdaterV
  25798. 30312X
  25799. CD!All Packages
  25800. Tool Chest Edition
  25801. Language Kit Updater f/MacOS8
  25802. The release of Apple's Mac OS 8 brings increased functionality to your computer.  The "Language Kit Updater for Mac OS 8" is designed to make this transition as easy as possible for Language Kit users.  This Language Kit Updater will update your Apple Language Kit for compatibility with Mac OS 8.0 on your Mac OS compatible computer.  The Apple Language Kit Updater for Mac OS 8 (LKU8) is necessary when attempting to use one of the following:
  25803. Current Language Kits with Mac OS 8.0 or newer.
  25804. analyzer
  25805. appearance
  25806. appearance
  25807. 1.0.2
  25808. appearance
  25809. 1.0.4
  25810. apple
  25811. apple
  25812. cd-rom
  25813. handbook
  25814. apple
  25815. color
  25816. onescanner
  25817. apple
  25818. detectors
  25819. ev.CD Feb 95"
  25820.         activate
  25821.     end tell
  25822. on error errMsg number errNum
  25823.     --enter statements to perform when no records are found such as...
  25824.     display dialog "Sorry, the item you selected could not be found."
  25825.     return
  25826. end try
  25827. All Packages
  25828. ChineseTalk 6.0.3O
  25829. Dev CD Vol. V
  25830. Dev CD Vol. IVP
  25831. Dev CD Vol. V
  25832. Dev CD Vol. IV
  25833. 30313X
  25834. Vol. V
  25835. APIDev.CD Jan 00 SDK1
  25836.  - Development Kits
  25837.  - Mac OS
  25838.  - Language Analysis SDKol. XIP)Dev.CD Mar 92
  25839. Dev.CD Feb 92
  25840. Dev.CD Vol. XV
  25841. 30314X
  25842. Mar 92
  25843. --set theItem to choose file -- uncomment to test in an AS editor
  25844.     tell application "Finder"
  25845.         open item "Dev.CD Mar 92
  25846. Dev.CD Feb 92
  25847. Dev.CD Vol. XI"
  25848.         activate
  25849.     end tell
  25850. on error errMsg number errNum
  25851.     --enter statements to perform when no records are found such as...
  25852.     display dialog "Sorry, the item you selected could not be found."
  25853.     return
  25854. end try
  25855. All Packages
  25856. ChineseTraditionalFont 6.0.5O*Dev.CD Mar 92
  25857. Dev.CD Feb 92
  25858. Dev.CD Vol. XIP)Dev.CD Mar 92
  25859. Dev.CD Feb 92
  25860. Dev.CD Vol. XV
  25861. 30315X
  25862. Mar 92
  25863. Language Analysis SDK
  25864. The Language Analysis Architecture (LAA) provides applications with standard interface for lexical analysis on Mac OS.
  25865. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  25866. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wi
  25867. 32390X
  25868. Jan 00^
  25869. --set theItem to choose file -- uncomment to test in an AS editor
  25870.     tell application "Finder"
  25871.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:"
  25872.         activate
  25873.     end tell
  25874. on error errMsg number errNum
  25875.     --enter statements to perform when no records are found such as...
  25876.     display dialog "Sorry, the item you selected could not be found."
  25877.     return
  25878. end try
  25879. e    No ChangefoLanguage
  25880. Analysis
  25881. Language Analysis Architecture
  25882. Japanese
  25883. morpheme
  25884. Dictionary Manager
  25885. Analysis
  25886. Language Managerq
  25887. Dev.CD Jan 00 SDK1
  25888. All Packages
  25889. Language Kit UpdaterO
  25890. Dev.CD Nov 97 TCP
  25891. Dev.CD Nov 97 TV
  25892. 32391X
  25893. Nov 97
  25894. thin a whole sentense. This makes it difficult for an application to break text into words, or morphemes.
  25895. Now, LAA analyzes text, breaks it into morphemes, and returns them with lexical information, which applications can use to perform high-level tasks such as mentioned above. "Kotoeri", Apple's input method for Japanese, uses LAA to convert a string entered all in phonetic characters into a text of Kanji and Kana characters in the right order. It uses LAA to convert a given text of KanjC
  25896. i and Kana characters back into a string of phonetic characters as well.
  25897. Language Analysis SDK provides API for Language Analysis Manager and Dictionary Manager.
  25898. Japanese is the only target language in this release.
  25899. Language Analysis SDK.imgK
  25900. Jan 99M#MacOS 8.5 Japanese version or newerNvLanguage, Analysis, Language Analysis Architecture, Japanese, morpheme, Dictionary Manager, Analysis, Language ManagerOADev.CD Jan 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:
  25901. Feb 00^
  25902. r--set theItem to choose file -- uncomment to test in an AS editor
  25903.     tell application "Finder"
  25904.         open item "Dev.CD Feb 00 TC:Sample Code:"
  25905.         activate
  25906.     end tell
  25907. on error errMsg number errNum
  25908.     --enter statements to perform when no records are found such as...
  25909.     display dialog "Sorry, the item you selected could not be found."
  25910.     return
  25911. end try
  25912. Movedf
  25913. Finder label menu iconq
  25914. Dev.CD Feb 00 TC
  25915. AD!All Packages
  25916. Mac OS SDK Edition
  25917. nguage Analysis Architecture (LAA) provides applications with standard interface for lexical analysis on Mac OS.
  25918. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  25919. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wisometimes even wi
  25920. 32390X
  25921. @F    LabelMenu
  25922.  Summary:  This demonstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  25923. J'Sample Code.img
  25924. Windows Sample Code.imgK
  25925. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  25926. Finder label menu iconO
  25927. Dev.CD Feb 00 TC:Sample Code:P
  25928. Dev.CD Feb 00 TC
  25929.  - Sample CodeV
  25930. 32389X
  25931. 1he movie.
  25932. Additional features demonstrated
  25933.    Checking in a PowerPC native application if a system feature is available from a weak linked shared library as Gestalt() doesn't always provide the correct response.
  25934.    The implementation of the Dialog manager GetStdFilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since
  25935. All Packages
  25936. System 7.5 Update 2.0O
  25937. Dev.CD Jul 96 SSWP
  25938. Dev.CD Jul 96 SSV
  25939. 32978X
  25940. Jul 96
  25941. f--set theItem to choose file -- uncomment to test in an AS editor
  25942.     tell application "Finder"
  25943.         open item "Dev.CD Jul 96 SSW"
  25944.         activate
  25945.     end tell
  25946. on error errMsg number errNum
  25947.     --enter statements to perform when no records are found such as...
  25948.     display dialog "Sorry, the item you selected could not be found."
  25949.     return
  25950. end try
  25951. All Packages
  25952. System 7.5 Update 2.0O
  25953. Dev.CD Jul 96 SSWP
  25954. Dev.CD Jul 96 SSV
  25955. 32979X
  25956. Jul 96
  25957. f--set theItem to choose file -- uncomment to test in an AS editor
  25958.     tell application "Finder"
  25959.         open item "Dev.CD Jul 96 SSW"
  25960.         activate
  25961.     end tell
  25962. on error errMsg number errNum
  25963.     --enter statements to perform when no records are found such as...
  25964.     display dialog "Sorry, the item you selected could not be found."
  25965.     return
  25966. end try
  25967. All Packages
  25968. System 7.5 Update 2.0V
  25969. 32980X
  25970. commando
  25971.  Feb 00 TC
  25972. ~D!All Packages
  25973. Tool Chest Edition
  25974. Clipboard Magician 0.76
  25975. Summary:  This is a DA/application that allows you to examine the content of the clipboard and applies various operation to the data. It can also acts as an Apple Event server that the user can use from other applications or AppleScript.
  25976. Features:
  25977. Examine data in clipboard.
  25978. Manipulate data in clipboard.
  25979. Applying various code resource to data, code resource supported includs its own CNVT resource, XCMD, AppleScript's scpt, FKEY and any other type of code resource that can be supported bB
  25980. y adding a glue CNVT code resource.
  25981. Can act as AppleEvent server to be used by AppleScript or edit and execute AppleScript right from Clipboard Magician.
  25982. 30318X
  25983. 1e    No Change
  25984. toolbox
  25985. toolbox
  25986. assistant
  25987. multiple
  25988. toolkit
  25989. tools
  25990. tools
  25991. goodies
  25992. tools
  25993. topics
  25994. total
  25995. helper
  25996. traditional
  25997. training
  25998. transitioneffect
  25999. transitioneffect
  26000. mes with the Power Input Method, a feature-rich input method that allows conversion from hangul to hanja, can display the command menu in English or Korean, and provides an easy-to-use interface. The kit also includes two keyboard layouts for native speakers and two romaja modes for easy Korean input by non-native speakers. Also included is a set of transparent labels for customizing your keyboard.
  26001. The kit includes five QuickDraw GX-compatible TrueType fonts that produce high-quality on-s
  26002. creen and printed characters at many sizes. Unlike most other Korean language solutions, the Korean Language Kit offers full hanja support, including the hanja Dictionary Utility that allows a user to create a personal hanja dictionary.
  26003. The Korean Language Kit is based on Apple's WorldScript technology, which simplifies the way in which a single operating system can support multiple languages. It works with world ready applications that take advantage of WorldScript, such as ClarisWorks 4
  26004.     Df.0, WordPerfect, Nisus Writer, and WorldWrite. It can also be used with Korean localized applications.
  26005. Copy to your HD to install
  26006. Install 1
  26007. Install 10
  26008. Install 11
  26009. Install 12
  26010. Install 13
  26011. Install 14
  26012. Install 2
  26013. Install 3
  26014. Install 4
  26015. Install 5
  26016. Install 6
  26017. Install 7
  26018. Install 8
  26019. Install 9K
  26020. May 97O7Dev.CD Feb 00 TC:Language Kits:Korean Language Kit 1.0:P<Dev.CD Feb 00 TC
  26021.  - Language Kits
  26022.  - Korean Language Kit 1.0
  26023. 32849X
  26024. Feb 00^
  26025. --set theItem to choose file -- uncomment to test in an AS editor
  26026.     tell application "Finder"
  26027.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:SetDefaultDTP:"
  26028.         activate
  26029.     end tell
  26030. on error errMsg number errNum
  26031.     --enter statements to perform when no records are found such as...
  26032.     display dialog "Sorry, the item you selected could not be found."
  26033.     return
  26034. end try
  26035. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  26036. Dev.CD Feb 00 TC
  26037. D!All Packages
  26038. Tool Chest Edition
  26039. SetDeskCPatDemoI
  26040. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  26041. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J'Sample Code.img
  26042. Windows Sample Code.imgK
  26043. Aug 97N
  26044. setdeskcpatO
  26045. Dev.CD Feb 00 TC:Sample Code:P
  26046. Dev.CD Feb 00 TC
  26047.  - Sample CodeV
  26048. 32850X
  26049. Feb 00^
  26050. #standards
  26051. music
  26052. music
  26053. mybuildmenu
  26054. e--set theItem to choose file -- uncomment to test in an AS editor
  26055.     tell application "Finder"
  26056.         open item "Dev.CD May 97 TC"
  26057.         activate
  26058.     end tell
  26059. on error errMsg number errNum
  26060.     --enter statements to perform when no records are found such as...
  26061.     display dialog "Sorry, the item you selected could not be found."
  26062.     return
  26063. end try
  26064.  found such as...
  26065.     display dialog "Sorry, the item you selected could not be found."
  26066.     return
  26067. end try
  26068. e    No ChangefGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAq
  26069. Dev.CD Feb 00 TC
  26070. D!All Packages
  26071. Tool Chest Edition
  26072. Color Locator DA
  26073. Summary: Color Locator DA enables you to see anything on the desktop in fatbits mode, find its global, local, or relative coordinates, find the relative amounts of red, green, and blue, and the index into the color table as well as how many entries are in the color table. 
  26074. Color Locator DAK
  26075. Vol VL
  26076. Vol VIInge
  26077. 32388X
  26078. Feb 00^
  26079. --set theItem to choose file -- uncomment to test in an AS editor
  26080.     tell application "Finder"
  26081.         open item "Dev.CD Feb 00 TC:Language Kits:Korean Language Kit 1.0:"
  26082.         activate
  26083.     end tell
  26084. on error errMsg number errNum
  26085.     --enter statements to perform when no records are found such as...
  26086.     display dialog "Sorry, the item you selected could not be found."
  26087.     return
  26088. end try
  26089. e    No Changeq
  26090. Dev.CD Feb 00 TC
  26091. @D!All Packages
  26092. Tool Chest Edition
  26093. onstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  26094. J'Sample Code.img
  26095. Windows Sample Code.imgK
  26096. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  26097. Finder label menu iconO
  26098. Dev.CD Feb 00 TC:Sample Code:P
  26099. Dev.CD Feb 00 TC
  26100.  - Sample CodeV
  26101. 32389X
  26102. 1le CodeV
  26103. 32389X
  26104. Moved
  26105. Korean Language Kit 1.0.1
  26106. Summary:  Apple's Korean Language Kit is an easy, affordable way to add Korean text to your documents. After the simple installation process, you can switch effortlessly between the computer's main language and Korean. The kit lets you enter, edit, and print Korean, and mix Korean with other languages in the same document--even in the same sentence. You can also use it to view Korean-language World Wide Web sites with the addition of Internet browsing software. 
  26107. The Korean Language Kit co
  26108. 32388X
  26109. System Enabler 111 (PB 160/180)O
  26110. Dev.CD Apr 93P
  26111. Dev.CD Apr 9V
  26112. 33123X
  26113. Apr 93
  26114. b--set theItem to choose file -- uncomment to test in an AS editor
  26115.     tell application "Finder"
  26116.         open item "Dev.CD Apr 93"
  26117.         activate
  26118.     end tell
  26119. on error errMsg number errNum
  26120.     --enter statements to perform when no records are found such as...
  26121.     display dialog "Sorry, the item you selected could not be found."
  26122.     return
  26123. end try
  26124. All Packages
  26125. System Enabler 121 (PB 165c)O
  26126. Dev.CD Apr 93P
  26127. Dev.CD Apr 9V
  26128. 33124X
  26129. Apr 93
  26130. b--set theItem to choose file -- uncomment to test in an AS editor
  26131.     tell application "Finder"
  26132.         open item "Dev.CD Apr 93"
  26133.         activate
  26134.     end tell
  26135. on error errMsg number errNum
  26136.     --enter statements to perform when no records are found such as...
  26137.     display dialog "Sorry, the item you selected could not be found."
  26138.     return
  26139. end try
  26140. All Packages
  26141. F)System Enabler 131 (PB 160/165c/180/180c)V
  26142. 33125X
  26143. All Packages
  26144. Korean Language KitO
  26145. Dev.CD Aug 97 TC
  26146. Dev.CD Jan 94
  26147. Dev.CD Oct 93
  26148. Dev.CD Jul 93
  26149. Dev.CD Apr 93
  26150. Dev.CD Jan 92
  26151. Dev.CD Vol. XI
  26152. Dev.CD Vol. X
  26153. Dev.CD Vol. IX
  26154. Dev.CD Vol. VIII
  26155. Dev.CD Vol. VII
  26156. Dev CD Vol. VIP
  26157. Dev.CD Aug 97 TC
  26158. Dev.CD Jan 94
  26159. Dev.CD Oct 93
  26160. Dev.CD Jul 93
  26161. Dev.CD Apr 93
  26162. Dev.CD Jan 92
  26163. Dev.CD Vol. XI
  26164. Dev.CD Vol. X
  26165. Dev.CD Vol. IX
  26166. Dev.CD Vol. VIII
  26167. Dev.CD Vol. VII
  26168. Dev CD Vol. VV
  26169. 32387X
  26170. Aug 97
  26171. --set theItem to choose file -- uncomment to test in an AS editor
  26172.     tell application "Finder"
  26173.         open item "Dev.CD Aug 97 TC
  26174. Dev.CD Jan 94
  26175. Dev.CD Oct 93
  26176. Dev.CD Jul 93
  26177. Dev.CD Apr 93
  26178. Dev.CD Jan 92
  26179. Dev.CD Vol. XI
  26180. Dev.CD Vol. X
  26181. Dev.CD Vol. IX
  26182. Dev.CD Vol. VIII
  26183. Dev.CD Vol. VII
  26184. Dev CD Vol. VI"
  26185.         activate
  26186.     end tell
  26187. on error errMsg number errNum
  26188.     --enter statements to perform when no records are found such as...
  26189.     display dialog "Sorry, the item you selected could not be fB
  26190. ound."
  26191.     return
  26192. end try
  26193. ?D!All Packages
  26194. Tool Chest Edition
  26195.  Change
  26196. sponsored
  26197. spool
  26198. spooled
  26199. spooler
  26200. spoolers
  26201. spooling
  26202. sports
  26203. spots
  26204. spreadsheet
  26205. spreadsheets
  26206. sprite
  26207.       activate
  26208.     end tell
  26209. on error errMsg number errNum
  26210.     --enter statements to perform when no records are found such as...
  26211.     display dialog "Sorry, the item you selected could not be found."
  26212.     return
  26213. end try
  26214. e    No Changef
  26215. Color Picker 2.1.1q
  26216. Dev.CD Jan 00 SDK1
  26217. All Packages
  26218. ColorPopUpMenus
  26219. WThis folder contains an example illustrating how to show swatches of color in a labels-like menu in your own application.  It also illustrates how to add a user adjustable color item to the menu that can be changed by  way of the color picker interface.
  26220. Contains routines for getting/setting particular elements in a color icon's color table.
  26221. Dec 99V
  26222. 30322X
  26223. 1e    No Change
  26224. Mac OS SDK Edition
  26225. ColorPicker 2.1.1 SDKI
  26226. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  26227. Features: No new features- only bug fixesJ
  26228. Color Picker SDK.sitK
  26229. Aug 97L
  26230. Jan 98N
  26231. Color Picker 2.1.1OADev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Jan 00 SDK1
  26232.  - Development Kits
  26233.  - Mac OS
  26234.  - ColorPicker 2.1.1 SDKV
  26235. 30321X
  26236. Jan 00^
  26237. toolW
  26238. W found such as...
  26239.     display dialog "Sorry, the item you selected could not be found."
  26240.     return
  26241. end try
  26242. e    No Changef8Icon
  26243. color icon
  26244. colour table
  26245. CIconHandle
  26246. CTabHandle
  26247. clutq
  26248. Dev.CD Mar 00 RL Disk 1
  26249. All Packages
  26250. F'Technical Publications: Mac OS X Server
  26251. Mac OS X Server Developer Documentation
  26252. Updated conceptual and reference documentation for Mac OS X Server and Yellow Box. 
  26253. What's New/Updated:
  26254. AppKit
  26255. The Application Kit is a framework containing all the objects you need to implement your graphical, event-driven user interface.
  26256. Foundation
  26257. The Foundation Framework defines a base layer of Objective-C classes for OpenStep. In addition to providing a set of useful primitive object classes, it introduces several paradigms that define funB3ctionality not covered by the Objective-C language.
  26258. AppKit:
  26259. Foundation:
  26260. Mar 99L
  26261. Jul 99M"Project Builder, Interface BuilderNDMacOSXServer, AppKit, Foundation, Project Builder, Interface Builder
  26262. AppleScript for Developers
  26263. AppleScript for Scripters
  26264. Drag Manager
  26265. Edition Manager
  26266. PPC Toolbox
  26267. Scrap Manager
  26268. Operating System Services:
  26269. Event Manager
  26270. Gestalt Manager
  26271. Memory Management Utilities
  26272. Memory Manager
  26273. Multiprocessing Services [Updated]
  26274. Notification Manager
  26275. Process Manager
  26276. Queue Utilities
  26277. Shutdown Manager
  26278. Start Manager
  26279. System Error Handler
  26280. Thread Manager
  26281. Time Manager
  26282. Vertical Retrace Manager
  26283. Virtual Memory Manager
  26284. Device Managers and Drivers Documentation
  26285. Introduction to Mac OS I
  26286. Programming Documentation
  26287. Legacy Documentation Documentation
  26288. General topics:
  26289. Glossary
  26290. Result Codes Tables
  26291. Indexes:
  26292. Document
  26293. Functions
  26294. Technologies
  26295. DevTools:
  26296. Files:
  26297. Glossary:
  26298. HelpSystems:
  26299. HumanInterfaceToolbox:
  26300. images:
  26301. Indexes:
  26302. InterproCom:
  26303. Legacy:
  26304. mac8.html
  26305. MultimediaGraphics:
  26306. NetworkCommSvcs:
  26307. OSSvcs:
  26308. Overview:
  26309. printondemand.html
  26310. ResultCodeTable:
  26311. RuntimeSvcs:
  26312. SearchingTechnologies:
  26313. SiteInfo:
  26314. TextIntlSvcs:
  26315. Utilities:
  26316. editionQ
  26317. revised
  26318. everyware
  26319. evict
  26320. evolved
  26321. evolving
  26322. eworld
  26323. exact
  26324. exactly
  26325. examine
  26326. examined
  26327. examines
  26328. examining
  26329. example
  26330. inside
  26331. inside
  26332. macintosh
  26333. installer
  26334. instance
  26335. instrumentation
  26336. instrumentation
  26337. performance
  26338. analysis
  26339. integrity
  26340. interactive
  26341. interface
  26342. interfaces
  26343. interleaving
  26344. international
  26345. international
  26346. glossaries
  26347. internationalization
  26348. internet
  26349. interrupt
  26350. interrupt
  26351. debugging
  26352. introduction
  26353. investment
  26354. iostreams
  26355. Movedq
  26356. Dev.CD Feb 00 TC
  26357. <D!All Packages
  26358. Mac OS SDK Edition
  26359. Killer Content Workbook
  26360. The Killer Content Workbook is sponsored by the Apple Computer Inc. Developer Relations Group for the Apple Media Program. The purpose of this workbook is to arm interactive media professionals with the power to create killer content and bring that content to market the best way possible. It will help you articulate your creative vision, formulate a business development strategy, create a marketing plan, and implement a distribution plan that maximize the effectiveness of your budget and t
  26361. *ime parameters. You
  26362. ll investigate the essence of creativity, study leading-edge PR strategies, survey online partnerships, examine effective marketing techniques, and much more. What you
  26363. ll end up with is a killer content plan that doubles as a course of action for your product and your business.
  26364. JTKiller Content.pdf
  26365. Part I PDF Links
  26366. Part II PDF Links
  26367. Part III PDF Links
  26368. sound filesK
  26369. Jan 98d
  26370. <OjDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Killer Content Workbook:PuDev.CD Jan 98 SDK1
  26371.  - What's New
  26372.  - Technical Documentation
  26373.  - Interactive Media Resources
  26374.  - Killer Content WorkbookV
  26375. 32385X
  26376. Jan 98^
  26377. --set theItem to choose file -- uncomment to test in an AS editor
  26378.     tell application "Finder"
  26379.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Killer Content Workbook:"
  26380.         activate
  26381.     end tell
  26382. on error errMsg number errNum
  26383.     --enter statements to perform when no records are found such as...
  26384.     display dialog "Sorry, the item you selected could not be found."
  26385.     return
  26386. end try
  26387. Deletedq
  26388. Dev.CD Jan 98 SDK1
  26389. All Packages
  26390. Korean Language KitO
  26391. Dev.CD May 97 TCP
  26392. Dev.CD May 97 TV
  26393. 32386X
  26394. May 97
  26395. support
  26396.       - support for 16 bits per channel images
  26397.       - What gets installed with ColorSync
  26398. ColorSync 3.0.imgK
  26399. Mar 93L
  26400. Dec 99
  26401. r--set theItem to choose file -- uncomment to test in an AS editor
  26402.     tell application "Finder"
  26403.         open item "Dev.CD Feb 00 TC:Sample Code:"
  26404.         activate
  26405.     end tell
  26406. on error errMsg number errNum
  26407.     --enter statements to perform when no records are found such as...
  26408.     display dialog "Sorry, the item you selected could not be found."
  26409.     return
  26410. end try
  26411. summary
  26412. monitor
  26413. iotracer
  26414. performance
  26415. tools
  26416. summary
  26417. tools
  26418. small
  26419. functions
  26420. summary
  26421. allows
  26422. display
  26423. dialogs
  26424. alerts
  26425. coolale
  26426. summary
  26427. sedit
  26428. device
  26429. editor
  26430. general
  26431. purpose
  26432. summary
  26433. virtual
  26434. scripts
  26435. libraries
  26436. automa
  26437. summary
  26438. globals
  26439. multifinder
  26440. friendly
  26441. application
  26442. summary
  26443. movie
  26444. small
  26445. application
  26446. designed
  26447. summary
  26448. simpleapp
  26449. general
  26450. utility
  26451. handling
  26452. summary
  26453. soundapp
  26454. sample
  26455. application
  26456. demonstrating
  26457. summary
  26458. sourceobj
  26459. reads
  26460. corrosponding
  26461. summary
  26462. standardfileicons
  26463. control
  26464. panel
  26465. which
  26466. allows
  26467. summary
  26468. stdfilesaver
  26469. sample
  26470. print
  26471. driver
  26472. written
  26473. summary
  26474. allows
  26475. several
  26476. attrib
  26477. summary
  26478. system
  26479. standard
  26480. window
  26481. definition
  26482. procedure
  26483. control
  26484. strip
  26485. control
  26486. panel
  26487. provides
  26488. selectfile
  26489. selectors
  26490. sendae
  26491. sendae
  26492. sendae
  26493. sendps
  26494. sendps
  26495. serial
  26496. server
  26497. server
  26498. controller
  26499. server
  26500. controller
  26501. server
  26502. controller
  26503. server
  26504. remote
  26505. control
  26506. servercontrolintf
  26507. servercontrolintf
  26508. servers
  26509. servervols
  26510. servervols
  26511. services
  26512. movie
  26513. setdefaultdtp
  26514. setdefaultdtp
  26515. setdefaultdtp
  26516. setfileflag
  26517. setfileflag
  26518. setfinderlock
  26519. setfinderlock
  26520. setfinfo
  26521. setfinfo
  26522. setfolderflag
  26523. setfolderflag
  26524. Keychain SDK.img^
  26525. --set theItem to choose file -- uncomment to test in an AS editor
  26526.     tell application "Finder"
  26527.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:"
  26528.         activate
  26529.     end tell
  26530. on error errMsg number errNum
  26531.     --enter statements to perform when no records are found such as...
  26532.     display dialog "Sorry, the item you selected could not be found."
  26533.     return
  26534. end try
  26535. Deletedf
  26536. ColorSync Photoshop Plug-insq
  26537. Dev.CD Apr 98 SDK1
  26538. D!All Packages
  26539. Mac OS SDK Edition
  26540. Communications Toolbox
  26541. library@
  26542. locales@
  26543. macbinary@
  26544. macos8
  26545. higuidelines
  26546. manalyzer@
  26547. markpascal@
  26548. memory@
  26549. standards
  26550. rep-iso
  26551. hytime@
  26552. installer
  26553. 1.0.1b1c2@
  26554. mybuildmenu@
  26555. documentation@
  26556. notification@
  26557. html@
  26558. object@
  26559. otarpmodule@
  26560. package@
  26561. password@
  26562. pitfalls@
  26563. portingobjectivectoj
  26564. powerbookg3series@
  26565. processor@
  26566. progresswindoid@
  26567. protocol@
  26568. qteffects
  26569. quickstart@
  26570. qwertytunes
  26571. qwertytunes
  26572. rdocproc@
  26573. reader@
  26574. readme
  26575. dcmd@
  26576. release
  26577. extensions@
  26578. release
  26579. notes@
  26580. renderinglib@
  26581. resultcodetable@
  26582. runtime@
  26583. sample
  26584. applications@
  26585. use device to preview what your image will look like on the printing press. 
  26586.  Execute any custom color matching needed.
  26587. New ColorSync Photoshop Plug-ins (Impo
  26588. keycode
  26589. keymenu
  26590. kh-hangulkorean
  26591. killer
  26592. killer
  26593. content
  26594. killres
  26595. killres
  26596. korean
  26597. korean
  26598. 1.1.3
  26599. color
  26600. space
  26601. profile
  26602. language
  26603. language
  26604. analysis
  26605. large
  26606. large
  26607. count
  26608. laser
  26609. laser
  26610. doctor
  26611. laserwriter
  26612. laserwriter
  26613. 8.5.1
  26614. launch
  26615. launchdoc
  26616. launchdoc
  26617. ldefproc0
  26618. ldefproc0
  26619. learning
  26620. learning
  26621. drive
  26622. learning
  26623. drive
  26624. disclaimer
  26625. legacy
  26626. letter
  26627. letter
  26628. paper
  26629. libheaders
  26630. libobject
  26631. libraries
  26632. libraries
  26633. mueller
  26634. multi-homing
  26635. multi-interface
  26636. multi-platform
  26637. multi-styled
  26638. multibuffering
  26639. multifinder
  26640. multihoming
  26641. multilingual
  26642. multimedia
  26643. multipage
  26644. multipane
  26645. multiplay
  26646. multiple
  26647. multiple-buffering/p
  26648. multiple-node
  26649. multiprocessing
  26650. multitasking
  26651. multithreading
  26652. music
  26653. music
  26654. quicktime
  26655. music
  26656. architecture
  26657. david
  26658. da/application
  26659. da/cdev/init/driver
  26660. damage
  26661. dangerously
  26662. dangling
  26663. daniel
  26664. danish
  26665. darkening
  26666. dashed
  26667. dashed-capped
  26668. dastardly
  26669. respond
  26670. response
  26671. responsible
  26672. ressler
  26673. restartW
  26674. result
  26675. results
  26676. resume
  26677. retail
  26678. retry
  26679. returned
  26680. returns
  26681. reuse
  26682. reusing
  26683. reuter
  26684. revealed
  26685. revised
  26686. revision
  26687. revisited
  26688. revolution
  26689. richard
  26690. richer
  26691. Dev.CD Oct 94P
  26692. Dev.CD Oct 9V
  26693. 33213X
  26694. Oct 94
  26695. b--set theItem to choose file -- uncomment to test in an AS editor
  26696.     tell application "Finder"
  26697.         open item "Dev.CD Oct 94"
  26698.         activate
  26699.     end tell
  26700. on error errMsg number errNum
  26701.     --enter statements to perform when no records are found such as...
  26702.     display dialog "Sorry, the item you selected could not be found."
  26703.     return
  26704. end try
  26705. All Packages
  26706. System UpdateO
  26707. Dev.CD Oct 94P
  26708. Dev.CD Oct 9V
  26709. 33214X
  26710. Oct 94
  26711. b--set theItem to choose file -- uncomment to test in an AS editor
  26712.     tell application "Finder"
  26713.         open item "Dev.CD Oct 94"
  26714.         activate
  26715.     end tell
  26716. on error errMsg number errNum
  26717.     --enter statements to perform when no records are found such as...
  26718.     display dialog "Sorry, the item you selected could not be found."
  26719.     return
  26720. end try
  26721. All Packages
  26722. System UpdateO
  26723. Dev.CD Oct 94P
  26724. Dev.CD Oct 9V
  26725. 33215X
  26726. Oct 94
  26727. sidered
  26728. considering
  26729. 32820X
  26730. Feb 00^
  26731. --set theItem to choose file -- uncomment to test in an AS editor
  26732.     tell application "Finder"
  26733.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:"
  26734.         activate
  26735.     end tell
  26736. on error errMsg number errNum
  26737.     --enter statements to perform when no records are found such as...
  26738.     display dialog "Sorry, the item you selected could not be found."
  26739.     return
  26740. end try
  26741. e    No Changeq
  26742. Dev.CD Feb 00 TC
  26743. D!All Packages
  26744. Tool Chest Edition
  26745. ROM Build/Download 3.2.4
  26746. !Summary:  This is a series of tools (with source) that allow developers to build a declaration ROM that is suitable for downloading from the assembled and linked image.
  26747. Features:  Update to version 3.2.3.  Contains bug fixes for building declartion ROMs larger than 64K, other hints.
  26748. J--Read Me
  26749. CRCPatch folder
  26750. Data folder
  26751. tjs commK
  26752. Oct 92L
  26753. Aug 95M
  26754. MPW:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:V
  26755. 32821X
  26756. 1e    No Change
  26757. 32383X
  26758. Jan 99^
  26759. --set theItem to choose file -- uncomment to test in an AS editor
  26760.     tell application "Finder"
  26761.         open item "Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:"
  26762.         activate
  26763.     end tell
  26764. on error errMsg number errNum
  26765.     --enter statements to perform when no records are found such as...
  26766.     display dialog "Sorry, the item you selected could not be found."
  26767.     return
  26768. end try
  26769. Deletedf-keychain
  26770. password storage
  26771. passphrase
  26772. passwordq
  26773. Dev.CD Jan 99 SDK1
  26774. ;D!All Packages
  26775. Tool Chest Edition
  26776. KibitzI
  26777. Summary: Sample network chess application.
  26778. Features: Allows two users to play chess over the network via Apple Events.  Robust 7.0 sample application.
  26779. MPW 3.2, System 7
  26780. This package is System 7.0 compatible.J'Sample Code.img
  26781. Windows Sample Code.imgK
  26782. Jan 92O
  26783. Dev.CD Feb 00 TC:Sample Code:P
  26784. Dev.CD Feb 00 TC
  26785.  - Sample CodeV
  26786. 32384X
  26787. Feb 00^
  26788. Oct 98M:AppleShare client 3.8, Appearance Manager 1.0.2 or later.
  26789. N0keychain, password storage, passphrase, passwordO7Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:P<Dev.CD Jan 99 SDK1
  26790.  - Development Kits
  26791.  - Keychain SDK 1.0.1version of the Apple Modem Tool, including developer documentation.
  26792. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  26793. The Communications 1 folder contains the 1.0.2 installer scr
  26794. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  26795. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  26796. NOTE:  Developers should do all new development with Open Transport where possible.
  26797. Aug 93L
  26798. This release of the Keychain focuses on password storage and retrieval only.  It allows for the secure storage of small amounts of data associated with a particular user identity. It's designed to provide a safe repository for a user's passwords, cryptographic keys, and other sensitive data. This will be an SDK release.
  26799. The Keychain application provides the primary interface for users to view, edit, and add certain basic kinds of objects to the keychain, as well as locking or unlocking th
  26800. e keychain. 
  26801. - Keychain Administration: Lock/unlock, identify, create, and set passphrases
  26802. - Keychain Object editing: Add, create, securely store, and remove types of objects
  26803. Hardware supported: 
  26804. PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  26805. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  26806. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  26807.   iMac
  26808.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  26809.   G3/266,20th Anniversay Mac
  26810. summary
  26811. folder
  26812. contains
  26813. macsnmp
  26814. developer's
  26815. summary
  26816. folder
  26817. contains
  26818. net-install
  26819. apple's
  26820. summary
  26821. folder
  26822. contains
  26823. assist
  26824. increas
  26825. summary
  26826. folder
  26827. contains
  26828. tools
  26829. useful
  26830. develo
  26831. summary
  26832. graphics
  26833. primer
  26834. contains
  26835. information
  26836. concep
  26837. summary
  26838. guide
  26839. provides
  26840. information
  26841. about
  26842. markets
  26843. distri
  26844. summary
  26845. installer
  26846. install
  26847. files
  26848. needed
  26849. worldscr
  26850. summary
  26851. collection
  26852. useful
  26853. quicktime
  26854. functions
  26855. summary
  26856. complete
  26857. demonstration
  26858. access
  26859. summary
  26860. da/application
  26861. allows
  26862. examine
  26863. summary
  26864. functional
  26865. opentransport
  26866. sample
  26867. imple
  26868. summary
  26869. graphical
  26870. representation
  26871. maximum
  26872. summary
  26873. definition
  26874. procedure
  26875. source
  26876. issues
  26877. utility
  26878. compatible
  26879. system
  26880. difficult
  26881. application
  26882. support
  26883. features@
  26884. System Enabler 088 (AVs)O
  26885. Dev.CD Apr 94
  26886. Dev.CD Jan 94P
  26887. Dev.CD Apr 94
  26888. Dev.CD Jan 9V
  26889. 33090X
  26890. Apr 94
  26891. p--set theItem to choose file -- uncomment to test in an AS editor
  26892.     tell application "Finder"
  26893.         open item "Dev.CD Apr 94
  26894. Dev.CD Jan 94"
  26895.         activate
  26896.     end tell
  26897. on error errMsg number errNum
  26898.     --enter statements to perform when no records are found such as...
  26899.     display dialog "Sorry, the item you selected could not be found."
  26900.     return
  26901. end try
  26902. All Packages
  26903. System Enabler 088 (AVs)O
  26904. Dev.CD Apr 94
  26905. Dev.CD Jan 94P
  26906. Dev.CD Apr 94
  26907. Dev.CD Jan 9V
  26908. 33091X
  26909. Apr 94
  26910. p--set theItem to choose file -- uncomment to test in an AS editor
  26911.     tell application "Finder"
  26912.         open item "Dev.CD Apr 94
  26913. Dev.CD Jan 94"
  26914.         activate
  26915.     end tell
  26916. on error errMsg number errNum
  26917.     --enter statements to perform when no records are found such as...
  26918.     display dialog "Sorry, the item you selected could not be found."
  26919.     return
  26920. end try
  26921. 9OYDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:KeyboardController:PgDev.CD Feb 00 TC
  26922.  - What's New?
  26923.  - Sample Code
  26924.  - QuickTime
  26925.  - QuickTime for Java
  26926.  - KeyboardControllerV
  26927. 32382X
  26928. Feb 00^
  26929. --set theItem to choose file -- uncomment to test in an AS editor
  26930.     tell application "Finder"
  26931.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:KeyboardController:"
  26932.         activate
  26933.     end tell
  26934. on error errMsg number errNum
  26935.     --enter statements to perform when no records are found such as...
  26936.     display dialog "Sorry, the item you selected could not be found."
  26937.     return
  26938. end try
  26939. e    No Changef
  26940. QuickTime
  26941. Dev.CD Feb 00 TC
  26942. :D!All Packages
  26943. Mac OS SDK Edition
  26944. Keychain SDK 1.0.1
  26945. - Common
  26946.     - Sun Compliant Java Runtime Environment 1.1
  26947.     - QuickTime 3 
  26948.     - QTJava.zip
  26949.     - QTJava media samples
  26950. - Mac OS:
  26951.     - System 8 or later
  26952.     - Macintosh Runtime for Java (MRJ) 2.1
  26953. - Windows 95, 98, or NT::
  26954.     - JRE/JDK from Sun Microsystems, Inc. recommended
  26955. QuickTime, Java, MRJceed in this field? In this paper we will look at the requirements of the broadcast environment and explain how to use your Macintosh system to create broadcast-ready graphics.
  26956. CompbasedMediaBroadcastEnv.pdfK
  26957. May 99L
  26958. Jul 99M
  26959. Acrobat Reader 3.0N5Computer Based Media, Television, Broadcast, GraphicsOJDev.CD Jan 00 SDK1:Interactive Media Resources:CompbasedMediaBroadcastEnv:PODev.CD Jan 00 SDK1
  26960.  - Interactive Media Resources
  26961.  - CompbasedMediaBroadcastEnv
  26962. urlaccesslib
  26963. distribution
  26964. guide
  26965. usage
  26966. usage
  26967. history
  26968. software
  26969. locator
  26970. useful
  26971. useful
  26972. addmenu
  26973. script
  26974. manual
  26975. user's
  26976. users
  26977. userstartup
  26978. userstartup
  26979. goodies
  26980. using
  26981. using
  26982. quicktime
  26983. conferencing
  26984. utilcode
  26985. cpugestalt
  26986. development
  26987. resources
  26988. cyrillic
  26989. cyrillic
  26990. language
  26991. cyrillic
  26992. language
  26993. access
  26994. manager
  26995. french
  26996. access
  26997. manager
  26998. database
  26999. debabelizer
  27000. debabelizer
  27001. debug
  27002. debugger
  27003. debugging
  27004. debugging
  27005. modern
  27006. memory
  27007. manager
  27008. debugging
  27009. sound
  27010. manager
  27011. p--set theItem to choose file -- uncomment to test in an AS editor
  27012.     tell application "Finder"
  27013.         open item "Dev.CD Apr 94
  27014. Dev.CD Jan 94"
  27015.         activate
  27016.     end tell
  27017. on error errMsg number errNum
  27018.     --enter statements to perform when no records are found such as...
  27019.     display dialog "Sorry, the item you selected could not be found."
  27020.     return
  27021. end try
  27022. interfacelib
  27023. interfaces
  27024. interleave
  27025. interleaving
  27026. internal
  27027. international
  27028. internet
  27029. interoperates
  27030. interpreting
  27031. interrupt
  27032. interrupted
  27033. interview-based
  27034. intoW
  27035. anets
  27036. summary
  27037. series
  27038. tools
  27039. source
  27040. allow
  27041. blitters
  27042. block
  27043. bridge
  27044. broadcast
  27045. browse
  27046. browser
  27047. buffered
  27048. buffering
  27049. reports
  27050. error
  27051. reports
  27052. apple
  27053. builder
  27054. built-in
  27055. bundle
  27056. burned-in
  27057. business
  27058. button
  27059. buttons
  27060. opentransport
  27061. cacheQ
  27062. cacheline
  27063. cad/cam
  27064. cad/cam
  27065. design
  27066. calibrator
  27067. camera
  27068. capabilities
  27069. capture
  27070. carbon
  27071. carbonlib
  27072. cardbus
  27073. cardbus
  27074. pcmcia
  27075. categories
  27076. finder
  27077. windows
  27078. icker
  27079. 2.1.1
  27080. colorsync
  27081. colorsync
  27082. calibrator
  27083. scripting
  27084. profile
  27085. gamma
  27086. color
  27087. colorsync
  27088. profile
  27089. embed
  27090. 7e    No Changef
  27091. QuickTime
  27092. Dev.CD Feb 00 TC
  27093. All Packages
  27094. KanjiTalk 7 UpdateO7Dev.CD Apr 94
  27095. Dev.CD Jan 94
  27096. Dev.CD Oct 93
  27097. Dev.CD Aug 93P6Dev.CD Apr 94
  27098. Dev.CD Jan 94
  27099. Dev.CD Oct 93
  27100. Dev.CD Aug 9V
  27101. 32381X
  27102. Apr 94
  27103. --set theItem to choose file -- uncomment to test in an AS editor
  27104.     tell application "Finder"
  27105.         open item "Dev.CD Apr 94
  27106. Dev.CD Jan 94
  27107. Dev.CD Oct 93
  27108. Dev.CD Aug 93"
  27109.         activate
  27110.     end tell
  27111. on error errMsg number errNum
  27112.     --enter statements to perform when no records are found such as...
  27113.     display dialog "Sorry, the item you selected could not be found."
  27114.     return
  27115. end try
  27116. 9D!All Packages
  27117. Tool Chest Edition
  27118. KeyboardControllerI
  27119. This demo program shows how to customise user control of the playback of a movie that is a member of a Compositor using the Keyboard.J?kc.bat
  27120. KeyBoardController
  27121. KeyboardController.zip
  27122. Readme.txt
  27123. Feb 00
  27124. C:What's New?:Sample Code:QuickTime:QuickTime for Java:KeyboardController:V
  27125. 32382X
  27126. 1e    No Change
  27127. --set theItem to choose file -- uncomment to test in an AS editor
  27128.     tell application "Finder"
  27129.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JScriptApplet:"
  27130.         activate
  27131.     end tell
  27132. on error errMsg number errNum
  27133.     --enter statements to perform when no records are found such as...
  27134.     display dialog "Sorry, the item you selected could not be found."
  27135.     return
  27136. end try
  27137. al Menu Development
  27138. Contextual Menu MacHack GoodiesK
  27139. Oct 98N
  27140. Contextual, Menu, ManagerOJDev.CD Jan 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:PRDev.CD Jan 00 SDK1
  27141.  - Development Kits
  27142.  - Mac OS
  27143.  - ContextualMenuManagerSDK 1.0.3
  27144. System Enabler 065 (LC 575)O
  27145. Dev.CD Apr 94
  27146. Dev.CD Jan 94P
  27147. Dev.CD Apr 94
  27148. Dev.CD Jan 9V
  27149. 33060
  27150. iw-half-dither
  27151. j-1.1
  27152. james
  27153. jamie
  27154. january
  27155. january/february
  27156. japan
  27157. japanese
  27158. jasik's
  27159. client
  27160. tutorial
  27161. java's
  27162. javadoc
  27163. javascript
  27164. jgnefilter
  27165. jmanager
  27166. johnson
  27167. joins
  27168. joseph
  27169. journey
  27170. joust
  27171. joysticks
  27172. jpeg-compressed
  27173. jsaver
  27174. jsaver
  27175. screen
  27176. saver
  27177. module
  27178. berkeley
  27179. systems
  27180. after
  27181. 6e    No Changef
  27182. after dark
  27183. wombatq
  27184. Dev.CD Feb 00 TC
  27185. 7D!All Packages
  27186. Tool Chest Edition
  27187. JScriptAppletI\This demo program shows how to control a QuickTime movie within a browser using JavaScript.
  27188. J#AppletTag.js
  27189. classes
  27190. ReadMe.txt
  27191. Feb 00
  27192. D- Common
  27193.     - Sun Compliant Java Runtime Environment 1.1
  27194.     - QuickTime 3 
  27195.     - QTJava.zip
  27196.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  27197.     - QTJava media samples
  27198. - Mac OS:
  27199.     - System 8 or later
  27200.     - Macintosh Runtime for Java (MRJ) 2.1
  27201. - Windows 95, 98, or NT::
  27202.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27203. QuickTime, Java, MRJOTDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JScriptApplet:PbDev.CD Feb 00 TC
  27204.  - What's New?
  27205.  - Sample Code
  27206.  - QuickTime
  27207.  - QuickTime for Java
  27208.  - JScriptAppletV
  27209. 32380X
  27210. Feb 00^
  27211. #e control draws with a particular background color but no other drawing is affected.
  27212. Don't have the Appearance Manager running.
  27213. e    No Change
  27214. r--set theItem to choose file -- uncomment to test in an AS editor
  27215.     tell application "Finder"
  27216.         open item "Dev.CD Feb 00 TC:Sample Code:"
  27217.         activate
  27218.     end tell
  27219. on error errMsg number errNum
  27220.     --enter statements to perform when no records are found such as...
  27221.     display dialog "Sorry, the item you selected could not be found."
  27222.     return
  27223. end try
  27224. te for ease of access. The information in the PowerBook 520, 520c, 540, 540c Developer Note is obsolete. All futureB
  27225.  updates to this documentation will happen within this Technical Note.
  27226. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  27227. JMControl Strip
  27228. Control Strip Sample
  27229. Control Strip Technical Note
  27230. MacCalendar 
  27231. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Jan 00 SDK1
  27232.  - Development Kits
  27233.  - Mac OS
  27234.  - Control Strip
  27235. they'll
  27236. they're
  27237. thick
  27238. thing
  27239. thingies
  27240. things
  27241. Wguide
  27242. apple
  27243. networ
  27244. summary
  27245. program
  27246. demonstrates
  27247. lookup
  27248. calls
  27249. under
  27250. summary
  27251. february
  27252. edition
  27253. apple
  27254. publications
  27255. summary
  27256. editor
  27257. resedit
  27258. contains
  27259. summary
  27260. system
  27261. manager
  27262. provides
  27263. systematic
  27264. summary
  27265. gxifier
  27266. automatically
  27267. tables
  27268. existing
  27269. summary
  27270. hebrew
  27271. language
  27272. combination
  27273. system
  27274. summary
  27275. hypercard
  27276. player
  27277. software
  27278. enables
  27279. summary
  27280. japanese
  27281. language
  27282. combination
  27283. system
  27284. summary
  27285. macintosh
  27286. technical
  27287. designed
  27288. provide
  27289. summary
  27290. mactcp
  27291. token
  27292. extension
  27293. supports
  27294. summary
  27295. these
  27296. obsolete
  27297. hypercard
  27298. toolkits
  27299. which
  27300. summary
  27301. application
  27302. exercises
  27303. copybits
  27304. copymask
  27305. kernel
  27306. patch
  27307. keyboard
  27308. keyboard
  27309. driver
  27310. keyboard
  27311. keychain
  27312. kibitz
  27313. korean
  27314. label
  27315. language
  27316. language
  27317. analysis
  27318. architecture
  27319. language
  27320. updater
  27321. arabic
  27322. chinese
  27323. cyrillic
  27324. hebrew
  27325. linking
  27326. loadable
  27327. loadable
  27328. bundle
  27329. loading
  27330. locales
  27331. localization
  27332. localized
  27333. localized
  27334. strings
  27335. location
  27336. location
  27337. manager
  27338. space
  27339. lproj
  27340. macapp
  27341. machine
  27342. machine
  27343. identification
  27344. macintosh
  27345. macintosh
  27346. coprocessor
  27347. platform
  27348. macsbug
  27349. mactcp
  27350. bundle
  27351. management
  27352. manager
  27353. manuals
  27354. media
  27355. memory
  27356. memory
  27357. manager
  27358. All Packages
  27359. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  27360. Dev.CD Jan 94
  27361. Dev.CD Oct 93
  27362. Dev.CD Jul 93
  27363. Dev.CD Apr 93PDDev.CD Apr 94
  27364. Dev.CD Jan 94
  27365. Dev.CD Oct 93
  27366. Dev.CD Jul 93
  27367. Dev.CD Apr 9V
  27368. 33195X
  27369. Apr 94
  27370. --set theItem to choose file -- uncomment to test in an AS editor
  27371.     tell application "Finder"
  27372.         open item "Dev.CD Apr 94
  27373. Dev.CD Jan 94
  27374. Dev.CD Oct 93
  27375. Dev.CD Jul 93
  27376. Dev.CD Apr 93"
  27377.         activate
  27378.     end tell
  27379. on error errMsg number errNum
  27380.     --enter statements to perform when no records are found such as...
  27381.     display dialog "Sorry, the item you selected could not be found."
  27382.     return
  27383. end try
  27384. All Packages
  27385. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  27386. Dev.CD Jan 94
  27387. Dev.CD Oct 93
  27388. Dev.CD Aug 93P6Dev.CD Apr 94
  27389. Dev.CD Jan 94
  27390. Dev.CD Oct 93
  27391. Dev.CD Aug 9V
  27392. 33196X
  27393. Apr 94
  27394. describing
  27395. description
  27396. designer
  27397. designers
  27398. . It presents a dialog where you can enter any Creator and File Type, then it searches for one (1) file with that creator and type. When it finds it, it will show you the file name.
  27399. PBDTGetAppl:  This snippet shows how to access the desktop database to get information about an application based on its creator.  See the code in SlimFunctions.c for how to make the calls.
  27400. PutAwayVolumes 1.1:  This snippet demonstrates several techniques for unmounting a volume:
  27401.    [1] UnmountVol (via MoreFi
  27402.    [2] sending an AppleEvent to Finder
  27403.    [3] a combination of emptying the trash and MoreFiles
  27404. A successful unmounting algorithm might choose to use more than one of these techniques.
  27405. resolveRelativeAlias:  resolveRelativeAlias is an MPW tool which demonstrates use of a relative alias for locating a file in a known folder on an unknown volume.
  27406. Select Folder w/ Gray files:  This is an example of twisted abuse of user interface in order to achieve a noble purpose: as better "Select F
  27407. 32802X
  27408. Aug 99^
  27409. --set theItem to choose file -- uncomment to test in an AS editor
  27410.     tell application "Finder"
  27411.         open item "Dev.CD Aug 99 TC:What's New?:System Software:QuickTime 4:"
  27412.         activate
  27413.     end tell
  27414. on error errMsg number errNum
  27415.     --enter statements to perform when no records are found such as...
  27416.     display dialog "Sorry, the item you selected could not be found."
  27417.     return
  27418. end try
  27419. e    No Changef
  27420. QuickTime
  27421. video
  27422. streaming
  27423. audioq
  27424. Dev.CD Aug 99 TC
  27425. D!All Packages
  27426. Mac OS SDK Edition
  27427. QuickTime Conferencing
  27428. you'll
  27429. you'll
  27430. access
  27431. documentation
  27432. software
  27433. technolo
  27434. you're
  27435. you've
  27436. 32378X
  27437. Feb 00^
  27438. r--set theItem to choose file -- uncomment to test in an AS editor
  27439.     tell application "Finder"
  27440.         open item "Dev.CD Feb 00 TC:Sample Code:"
  27441.         activate
  27442.     end tell
  27443. on error errMsg number errNum
  27444.     --enter statements to perform when no records are found such as...
  27445.     display dialog "Sorry, the item you selected could not be found."
  27446.     return
  27447. end try
  27448. Movedf"quicktime jpeg compress decompressq
  27449. Dev.CD Feb 00 TC
  27450. 6D!All Packages
  27451. Tool Chest Edition
  27452. JSaverI
  27453. JSaver is a Screen Saver module for Berkeley Systems After Dark package that uses the JManager API to run Java applets as screen saver modules.  
  27454. JManager APIs
  27455. Fat CFM code resources
  27456. JavaJ'Sample Code.img
  27457. Windows Sample Code.imgK
  27458. Aug 97MNAfter Dark 3.0 or later,  Mac OS Runtime for Java (http://applejava.apple.com)N
  27459. java, cfm, after dark, wombatO
  27460. Dev.CD Feb 00 TC:Sample Code:P
  27461. Dev.CD Feb 00 TC
  27462.  - Sample CodeV
  27463. 32379X
  27464. Feb 00^
  27465. xSummary:  This sample demonstrates how to compress and decompress JPEG images with QuickTime. We use the FCompressImage function but the CompressImage counterpart function could also be used. Although this sample strictly demonstrates JPEG compression/decompression you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  27466. J'Sample Code.img
  27467. Windows Sample Code.imgK
  27468. Jul 96L
  27469. May 97N"quicktime jpeg compress decompressO
  27470. Dev.CD Feb 00 TC:Sample Code:P
  27471. Dev.CD Feb 00 TC
  27472.  - Sample Code
  27473. f--set theItem to choose file -- uncomment to test in an AS editor
  27474.     tell application "Finder"
  27475.         open item "Dev.CD Jan 96 SSW"
  27476.         activate
  27477.     end tell
  27478. on error errMsg number errNum
  27479.     --enter statements to perform when no records are found such as...
  27480.     display dialog "Sorry, the item you selected could not be found."
  27481.     return
  27482. end try
  27483. progress
  27484. progress
  27485. authentication
  27486. progressbars
  27487. progresswindoid
  27488. prohibited
  27489. project
  27490. projectbuilder
  27491. projectdrag
  27492. projectfolders
  27493. projectmenu
  27494. projector
  27495. projects
  27496. projectx
  27497. projlistmenu
  27498. prominent
  27499. prominently
  27500. vided
  27501. iostreams
  27502. iotracer
  27503. ipclister
  27504. ipclistports
  27505. Wturn
  27506. end try
  27507. All Packages
  27508. CPU SE 406O
  27509. Dev.CD Jul 95V
  27510. 30334X
  27511. change
  27512. --set theItem to choose file -- uncomment to test in an AS editor
  27513.     tell application "Finder"
  27514.         open item "Dev.CD Apr 94
  27515. Dev.CD Jan 94
  27516. Dev.CD Oct 93
  27517. Dev.CD Jul 93
  27518. Dev.CD Apr 93"
  27519.         activate
  27520.     end tell
  27521. on error errMsg number errNum
  27522.     --enter statements to perform when no records are found such as...
  27523.     display dialog "Sorry, the item you selected could not be found."
  27524.     return
  27525. end try
  27526. makefile
  27527. makefiles
  27528. makefolder
  27529. makeicon
  27530. makeitable
  27531. makemake
  27532. maker
  27533. makes
  27534. makethefolder
  27535. making
  27536. mamake
  27537. manage
  27538. management
  27539. manager's
  27540. OODev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:TimeCode:P]Dev.CD Feb 00 TC
  27541.  - What's New?
  27542.  - Sample Code
  27543.  - QuickTime
  27544.  - QuickTime for Java
  27545.  - TimeCodeV
  27546. 33251X
  27547. Feb 00^
  27548. --set theItem to choose file -- uncomment to test in an AS editor
  27549.     tell application "Finder"
  27550.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:TimeCode:"
  27551.         activate
  27552.     end tell
  27553. on error errMsg number errNum
  27554.     --enter statements to perform when no records are found such as...
  27555.     display dialog "Sorry, the item you selected could not be found."
  27556.     return
  27557. end try
  27558. e    No Changef
  27559. QuickTime
  27560. Dev.CD Feb 00 TC
  27561. D!All Packages
  27562. Tool Chest Edition
  27563. TimeSlavingI
  27564. This demo program shows how the effects of using timing information to control the Scrolling Java Text object and how slaving its TimeBase to a movie alters the behaviour.J1README.txt
  27565. TimeSlaving
  27566. TimeSlaving.zip
  27567. ts.batK
  27568. Feb 00
  27569. --set theItem to choose file -- uncomment to test in an AS editor
  27570.     tell application "Finder"
  27571.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:"
  27572.         activate
  27573.     end tell
  27574. on error errMsg number errNum
  27575.     --enter statements to perform when no records are found such as...
  27576.     display dialog "Sorry, the item you selected could not be found."
  27577.     return
  27578. end try
  27579. shrinking
  27580. shutdownW
  27581. siegel
  27582. sierra
  27583. sierra/iso
  27584. signal
  27585. signals
  27586. signature
  27587. gning
  27588. sillyballs
  27589. simenel
  27590. similar
  27591. similarities
  27592. similarly
  27593. simone
  27594. simple
  27595. simpler
  27596. simplest
  27597. simpletext
  27598. simplified
  27599. simplifies
  27600. simplify
  27601. simply
  27602. simulate
  27603. simulates
  27604. simulation
  27605. simulator
  27606. simultaneous
  27607. simultaneously
  27608. since
  27609. filter
  27610. filterdirectory
  27611. filterdirectory
  27612. findchange
  27613. finder
  27614. finder
  27615. 7.1.3
  27616. 4OPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JISApplet:P^Dev.CD Feb 00 TC
  27617.  - What's New?
  27618.  - Sample Code
  27619.  - QuickTime
  27620.  - QuickTime for Java
  27621.  - JISAppletV
  27622. 32377X
  27623. Feb 00^
  27624. --set theItem to choose file -- uncomment to test in an AS editor
  27625.     tell application "Finder"
  27626.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JISApplet:"
  27627.         activate
  27628.     end tell
  27629. on error errMsg number errNum
  27630.     --enter statements to perform when no records are found such as...
  27631.     display dialog "Sorry, the item you selected could not be found."
  27632.     return
  27633. end try
  27634. e    No Changef
  27635. QuickTime
  27636. Dev.CD Feb 00 TC
  27637. 5D!All Packages
  27638. Tool Chest Edition
  27639. JPEG Sample
  27640.     er statements to perform when no records are found such as...
  27641.     display dialog "Sorry, the item you selected could not be found."
  27642.     return
  27643. end try
  27644. D!All Packages
  27645. Tool Chest Edition
  27646. CPUGestalt
  27647. E- Common
  27648.     - Sun Compliant Java Runtime Environment 1.1
  27649.     - QuickTime 3 
  27650.     - QTJava.zip
  27651.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  27652.     - QTJava media samples
  27653. - Mac OS:
  27654.     - System 8 or later
  27655.     - Macintosh Runtime for Java (MRJ) 2.1
  27656. - Windows 95, 98, or NT::
  27657.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27658. QuickTime, Java, MRJ
  27659. recordable
  27660. recorded
  27661. recording
  27662. recordpictinfo
  27663. records
  27664. recordtofile
  27665. recouped
  27666. recover
  27667. recruiting
  27668. rectangle
  27669. rectangles
  27670. recursive
  27671. recursive-descent
  27672. redesigned
  27673. redirection
  27674. redistribute
  27675. redistributed
  27676. redistributing
  27677. redistribution
  27678. redistributor
  27679. redraw
  27680. reduce
  27681. reduced
  27682. reduces
  27683. reekes
  27684. reeves
  27685. refer
  27686. reference
  27687. referenced
  27688. 3JejGNE Helper.68K.cw7.
  27689. jGNE Helper.68K.tpm7.
  27690. jGNE Helper.c
  27691. MW jGNE Helper
  27692. native jGNE
  27693. TPM jGNE HelperK
  27694. Mar 96MNAny Macintosh; Metrowerks CodeWarrior CW7 or Symantec THINK Project Manager 7.N6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperO5Dev.CD Feb 00 TC:Tool Chest:OS Utilities:jGNE Helper:P=Dev.CD Feb 00 TC
  27695.  - Tool Chest
  27696.  - OS Utilities
  27697.  - jGNE Helperplay dialog "Sorry, the item you selected could not be found."
  27698.     return
  27699. end try
  27700. e    No Changeq
  27701. Dev.CD Feb 00 TC
  27702. All Packages
  27703. Cyrillic Language KitO!Dev.CD May 97 TC
  27704. Dev.CD May 96 TCP Dev.CD May 97 TC
  27705. Dev.CD May 96 TV
  27706. 30341X
  27707. May 97
  27708. v--set theItem to choose file -- uncomment to test in an AS editor
  27709.     tell application "Finder"
  27710.         open item "Dev.CD May 97 TC
  27711. Dev.CD May 96 TC"
  27712.         activate
  27713.     end tell
  27714. on error errMsg number errNum
  27715.     --enter statements to perform when no records are found such as...
  27716.     display dialog "Sorry, the item you selected could not be found."
  27717.     return
  27718. end try
  27719. code-like
  27720. code-resources
  27721. code-reviewed
  27722. codec
  27723. rence in the CTB Technical session. This software is intended to be useful to anyone developing a CTB compatible application or CTB Tool.
  27724. Features: The components included are:
  27725. * CTB API overview (TEXT file)
  27726. * Comm Toolbox architecture/roadmap/example courseware (HyperCard stack)
  27727. * MPW 411 files
  27728. * CustomChoose outline (TEXT file)
  27729. * Staging Alerts description (TEXT file)
  27730. * Macsbug dcmd files for Tool debugginBLg
  27731. * CTB Tool strings (HyperCard stack)
  27732. * Simple FT Tool development template
  27733. CommToolbox Roadmap
  27734. CTB 411 Files
  27735. CTB API Overview
  27736. CTB Custom Choose
  27737. CTB Debugging
  27738. Read Me
  27739. Read Me.txt
  27740. Simple FT Tool
  27741. Staging AlertsK
  27742. Oct 92M MPW, ResEdit, HyperCard, MacsbugOMDev.CD Feb 00 TC:Tool Chest:Communications Toolbox:CTB Development Resources:PUDev.CD Feb 00 TC
  27743.  - Tool Chest
  27744.  - Communications Toolbox
  27745.  - CTB Development Resources
  27746. Summary:  This is "jGNE Helper", formerly a monthly posting to the Usenet newsgroup alt.sources.mac. It provides an example for INIT programmers interested in filtering events before they are handed to applications calling GetNextEvent (which is called by WaitNextEvent).
  27747. The jGNE filter is the Apple-sanctioned method for filtering events. It is possible to patch event traps. It is sometimes even advisable. But since the jGNE filter is the sanctioned method, one ought to attempt to use it 
  27748. before patching traps.
  27749. For further info on the jGNE filter, consult your Technotes.
  27750. Issues:  Prospective users of this code should know that the plan of record for Copland does not include support for jGNEFilter. However, it is likely that Copland will include some form of global event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  27751. Mar 96
  27752. e    No Change
  27753. 32376X
  27754. Feb 00^
  27755. --set theItem to choose file -- uncomment to test in an AS editor
  27756.     tell application "Finder"
  27757.         open item "Dev.CD Feb 00 TC:Tool Chest:OS Utilities:jGNE Helper:"
  27758.         activate
  27759.     end tell
  27760. on error errMsg number errNum
  27761.     --enter statements to perform when no records are found such as...
  27762.     display dialog "Sorry, the item you selected could not be found."
  27763.     return
  27764. end try
  27765. e    No Changef6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperq
  27766. Dev.CD Feb 00 TC
  27767. 4D!All Packages
  27768. Tool Chest Edition
  27769. F    JISAppletI
  27770. This demo program shows how to display any QuickTime content within a java.awt.Applet where the content is read using a java.io.InputStreamJ*AppletTag.js
  27771. classes
  27772. README.txt
  27773. sa.bat
  27774. Feb 00
  27775. C:What's New?:Sample Code:QuickTime:QuickTime for Java:JISApplet:V
  27776. 32377X
  27777. 1e    No Change
  27778. simple
  27779. drawsprocket
  27780. simple
  27781. simpleapp
  27782. simpleapp
  27783. simpleprefs
  27784. simpleprefs
  27785. simpleprefs
  27786. simpletext
  27787. simpletext
  27788. simpletext
  27789. simpletext
  27790. simpletext
  27791. simpletext
  27792. simpletext
  27793. sample
  27794. simplified
  27795. simplified
  27796. stream
  27797. audio
  27798. siteinfo
  27799. sites
  27800. sizetkl
  27801. sizetkl
  27802. sizetkl
  27803. slideshow
  27804. slotlook
  27805. slotlook
  27806. slotlook
  27807. slotlook
  27808. slotlook
  27809. slots
  27810. transports
  27811. software
  27812. software
  27813. license
  27814. software
  27815. license
  27816. sound
  27817. sound
  27818. files
  27819. soundmemrecord
  27820. soundrecord
  27821. soundrecord
  27822. soundsprocket
  27823. soundsprocket
  27824. source
  27825. source
  27826. masher
  27827. - Common
  27828.     - Sun Compliant Java Runtime Environment 1.1
  27829.     - QuickTime 3 
  27830.     - QTJava.zip
  27831.     - QTJava media samples
  27832. - Mac OS:
  27833.     - System 8 or later
  27834.     - Macintosh Runtime for Java (MRJ) 2.1
  27835. - Windows 95, 98, or NT::
  27836.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27837. QuickTime, Java, MRJror errMsg number errNum
  27838.     --enter statements to perform when no records are found such as...
  27839.     display dialog "Sorry, the item you selected could not be found."
  27840.     return
  27841. end try
  27842. e    No Changeq
  27843. Dev.CD Feb 00 TC
  27844. D!All Packages
  27845. Tool Chest Edition
  27846. Data Access Manager US Demo
  27847. Summary: DAM Generator 2 is an application that generate query document for the Data Access Manager of the system 7. This new release is in english and is multi-interface generator.
  27848. Features: 
  27849. * Multi-interface generator
  27850. * More simply to use
  27851. * New version of the XTND query that read query document
  27852. * An XCMD that can read query document
  27853. * A complete set of tool to exploit the Data Access Manager
  27854. sprites
  27855. plete demonstration of the Data Access Manager. It includes a query builder (DAM Generator), an XCMD which can use some query documents (HyperDAM ), and two querys with two different types of user interface (Text and Graphical).
  27856. Features: 
  27857. * Query Builder
  27858. * XCMD to use querys with HyperCard
  27859. * two different querys with two qdef
  27860. Data Access Manager.cpK
  27861. Vol VL
  27862. Mar 92M
  27863. me 7.0 and a computer where there is a DAL Server (Vax
  27864. ). A Vax with PathWorks and DALDEMO on it is a very good choice. If you want to use the two querys you must modify the parameters needed for the connection with ResEdit or DAM Generator .OoDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:PzDev.CD Feb 00 TC
  27865.  - Tool Chest
  27866.  - Interapplication Communication
  27867.  - Data Access Manager
  27868.  - Data Access Manager French Demo
  27869. 2ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JavaSprites:P`Dev.CD Feb 00 TC
  27870.  - What's New?
  27871.  - Sample Code
  27872.  - QuickTime
  27873.  - QuickTime for Java
  27874.  - JavaSpritesV
  27875. 32375X
  27876. Feb 00^
  27877. --set theItem to choose file -- uncomment to test in an AS editor
  27878.     tell application "Finder"
  27879.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:JavaSprites:"
  27880.         activate
  27881.     end tell
  27882. on error errMsg number errNum
  27883.     --enter statements to perform when no records are found such as...
  27884.     display dialog "Sorry, the item you selected could not be found."
  27885.     return
  27886. end try
  27887. e    No Changef
  27888. QuickTime
  27889. Dev.CD Feb 00 TC
  27890. 3D!All Packages
  27891. Tool Chest Edition
  27892. jGNE Helper
  27893. sample
  27894. access
  27895. manager
  27896. folder
  27897. database
  27898. database
  27899. suite
  27900. databases-standalone
  27901. datamaster
  27902. datamaster
  27903. datasheet
  27904. dateconverter
  27905. dateconverter
  27906. aliases
  27907. dcmds
  27908. debabelizer
  27909. debabelizer
  27910. enabler
  27911. encodings
  27912. engineering
  27913. english
  27914. englishmiscellaneous
  27915. englishmiscellaneous
  27916. englishmiscellaneous
  27917. englishterminology
  27918. englishterminology
  27919. englishterminology
  27920. errata
  27921. event
  27922. examples
  27923. export
  27924. extension
  27925. extensions
  27926. files
  27927. filter
  27928. filterdirectory
  27929. filterdirectory
  27930. finderevents
  27931. finderevents
  27932. first
  27933. describes
  27934. runtime
  27935. architecture
  27936. based
  27937. shows
  27938. sgdrawable
  27939. class
  27940. display
  27941. shows
  27942. using
  27943. sequencegrabber
  27944. simple
  27945. audio
  27946. shows
  27947. using
  27948. soundmanager
  27949. calls
  27950. simple
  27951. driver
  27952. development
  27953. enable
  27954. create
  27955. program
  27956. shows
  27957. effects
  27958. using
  27959. timing
  27960. program
  27961. shows
  27962. remove
  27963. timecode
  27964. track
  27965. program
  27966. shows
  27967. apply
  27968. camera
  27969. actions
  27970. program
  27971. shows
  27972. capture
  27973. results
  27974. pippin
  27975. standard
  27976. pippin
  27977. startup
  27978. process
  27979. pippin
  27980. video
  27981. pippinfinder
  27982. pitfalls
  27983. place
  27984. place
  27985. extensions
  27986. folder
  27987. place
  27988. system
  27989. folder
  27990. plain
  27991. plain
  27992. paper
  27993. platforms
  27994. player
  27995. playit
  27996. playit
  27997. playmovie
  27998. playmovie
  27999. playqteffectapp
  28000. playqteffectapp
  28001. Summary: The Japanese Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Japanese on the Macintosh
  28002.  and other computers using the Mac
  28003.  OS. 
  28004. Enhancements in this version of the Japanese Language Kit include  System 7.5 and QuickDraw
  28005.  GX compatibility, a TrueType
  28006.  version of the Osaka font, an updated input method, and  system resources to allow WorldScript
  28007.  to run native on Power Macintosh computers.
  28008. J0Net Install
  28009. Open for Net Install->
  28010. Read Me FirstK
  28011. May 93L
  28012. Feb 96MiSystem 7.1, at least 4MBs of RAM and as much as 30 meg of hard disk space to install all the Kanji fonts.O9Dev.CD Feb 00 TC:Language Kits:Japanese Language Kit 1.2:P>Dev.CD Feb 00 TC
  28013.  - Language Kits
  28014.  - Japanese Language Kit 1.2
  28015. Java DrawingI
  28016. This demo program shows the usage of the QTImageDrawer to allow QuickTime to draw the results of painting into a Java offscreen Image and its associated Java Graphics.J1JavaDrawing
  28017. JavaDrawing.zip
  28018. jd.bat
  28019. README.txt
  28020. Feb 00
  28021. - Common
  28022.     - Sun Compliant Java Runtime Environment 1.1
  28023.     - QuickTime 3 
  28024.     - QTJava.zip
  28025.     - QTJava media samples
  28026. - Mac OS:
  28027.     - System 8 or later
  28028.     - Macintosh Runtime for Java (MRJ) 2.1
  28029. - Windows 95, 98, or NT::
  28030.     - JRE/JDK from Sun Microsystems, Inc. recommended
  28031.  added a host of new features that offer professional control of still, video and web graphics and a greatly improved user interface.
  28032. Jul 98
  28033. 1OSDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:Java Drawing:PaDev.CD Feb 00 TC
  28034.  - What's New?
  28035.  - Sample Code
  28036.  - QuickTime
  28037.  - QuickTime for Java
  28038.  - Java DrawingV
  28039. 32374X
  28040. Feb 00^
  28041. --set theItem to choose file -- uncomment to test in an AS editor
  28042.     tell application "Finder"
  28043.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:Java Drawing:"
  28044.         activate
  28045.     end tell
  28046. on error errMsg number errNum
  28047.     --enter statements to perform when no records are found such as...
  28048.     display dialog "Sorry, the item you selected could not be found."
  28049.     return
  28050. end try
  28051. e    No Changef
  28052. QuickTime
  28053. Dev.CD Feb 00 TC
  28054. 2D!All Packages
  28055. Tool Chest Edition
  28056. JavaSpritesIqThis demo program shows how to capture the results of java drawing and make a QuickTime sprite out of the result.J1JavaQTAnimation.zip
  28057. jq.bat
  28058. JQTAnim
  28059. README.txt
  28060. Feb 00
  28061. QuickTime, Java, MRJe Technique.pdf
  28062. Avoid Audio Pitfalls Guide.pdf
  28063. CompbasedMediaBroadcastEnv
  28064. Creating MIDI for the Web3.pdf
  28065. DeBabelizer 3.0.pdf
  28066. Design For Reuse.pdf
  28067. DesignForRobustness
  28068. Digital Asset Management.pdf
  28069. Digital Storyboard.pdf 
  28070. DVD Development.pdf
  28071. DVD_Primer.pdf
  28072. Enhanced CD Survival Guide.pdf
  28073. EOModeler
  28074. Frameworks.pdf
  28075. Gender-Based Title Creation.pdf
  28076. Int_Media_Writer_Resources.pdf
  28077. Java Survival Guide.pdf
  28078. Making Cool QD3D Apps.pdf
  28079. Music on the Net.pdf
  28080. New Audio Features QT3.pdf
  28081. Porting
  28082. kObjectiveCtoJava
  28083. Push Tech Survival Gd.pdf
  28084. QT3-More Than Dig. Video.pdf
  28085. Simplified Stream Audio.pdf
  28086. Web Animation Guide.pdf
  28087. WebObjects Database Part I.pdf
  28088. WebObjects Database Part II.pdf
  28089. WebObjects Memory Mgmt.pdf
  28090. WebObjects Tools and Techniques
  28091. WebObjectsCategories&Posers.pdf
  28092. WebObjectsPerformanceTuning
  28093. Working with WebObjects.pdf
  28094. Writing for Interactive Media
  28095. --set theItem to choose file -- uncomment to test in an AS editor
  28096.     tell application "Finder"
  28097.         open item "Dev.CD Apr 94
  28098. Dev.CD Jan 94
  28099. Dev.CD Oct 93
  28100. Dev.CD Jul 93
  28101. Dev.CD Apr 93"
  28102.         activate
  28103.     end tell
  28104. on error errMsg number errNum
  28105.     --enter statements to perform when no records are found such as...
  28106.     display dialog "Sorry, the item you selected could not be found."
  28107.     return
  28108. end try
  28109. one's
  28110. one-time
  28111. onescanner
  28112. online
  28113. snively
  28114. snstartfileplay
  28115. society
  28116. softpower
  28117. software
  28118. solaris
  28119. --set theItem to choose file -- uncomment to test in an AS editor
  28120.     tell application "Finder"
  28121.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:Simple DrawSprocket:"
  28122.         activate
  28123.     end tell
  28124. on error errMsg number errNum
  28125.     --enter statements to perform when no records are found such as...
  28126.     display dialog "Sorry, the item you selected could not be found."
  28127.     return
  28128. end try
  28129. denmark
  28130. denmark
  28131. distributors/localiz
  28132. develop
  28133. issue
  28134. develop
  28135. issue
  28136. develop
  28137. issue
  28138. develop
  28139. issue
  28140. develop
  28141. issue
  28142. develop
  28143. issue
  28144. develop
  28145. issue
  28146. develop
  28147. issue
  28148. develop
  28149. issue
  28150. develop
  28151. issue
  28152. develop
  28153. issue
  28154. develop
  28155. issue
  28156. develop
  28157. issue
  28158. develop
  28159. issue
  28160. develop
  28161. issue
  28162. references
  28163. develop
  28164. issue
  28165. develop
  28166. issue
  28167. develop
  28168. issue
  28169. references
  28170. board
  28171. --set theItem to choose file -- uncomment to test in an AS editor
  28172.     tell application "Finder"
  28173.         open item "Dev.CD Feb 00 TC:Tool Chest:OS Utilities:ShowInitIcon:"
  28174.         activate
  28175.     end tell
  28176. on error errMsg number errNum
  28177.     --enter statements to perform when no records are found such as...
  28178.     display dialog "Sorry, the item you selected could not be found."
  28179.     return
  28180. end try
  28181. dispnamereg
  28182. englishterminology
  28183. englishterminology
  28184. enhanced
  28185. enhanced
  28186. survival
  28187. guide
  28188. eomodeler
  28189. errata
  28190. ethernet
  28191. event
  28192. apple
  28193. ethernet
  28194. apple
  28195. video
  28196. example
  28197. example
  28198. examples
  28199. export
  28200. exrom-1func
  28201. exrom-1func
  28202. sresource
  28203. extension
  28204. extensions
  28205. features
  28206. files
  28207. filter
  28208. filterdirectory
  28209. filterdirectory
  28210. finderevents
  28211. finderevents
  28212. simpletext
  28213. simpletext
  28214. sample
  28215. slideshow
  28216. slots
  28217. snapshotsample1.0b4
  28218. snarfer
  28219. snippets
  28220. snippets
  28221. communications
  28222. toolbox
  28223. snippets
  28224. development
  28225. tools
  28226. languages
  28227. snippets
  28228. devices
  28229. snippets
  28230. files
  28231. snippets
  28232. hardware
  28233. snippets
  28234. interapplication
  28235. communication
  28236. snippets
  28237. memory
  28238. snippets
  28239. networking
  28240. snippets
  28241. utilities
  28242. snippets
  28243. printing
  28244. snippets
  28245. processes
  28246. snippets
  28247. quickdraw
  28248. snippets
  28249. quicktime
  28250. snippets
  28251. sound
  28252. snippets
  28253. testing
  28254. debugging
  28255. snippets
  28256. snippets
  28257. toolbox
  28258. development
  28259. software
  28260. somobjects
  28261. somobjects
  28262. sound
  28263. sound
  28264. manager
  28265. sound
  28266. premixer
  28267. effect
  28268. soundapp
  28269. soundboard
  28270. soundmemrecord
  28271. ources
  28272. spooler
  28273. decompiling
  28274. decomposed
  28275. decompress
  28276. decompression
  28277. deeds
  28278. deepest
  28279. deepscreen
  28280. default
  28281. defect
  28282. define
  28283. defined
  28284. defines
  28285. thooks
  28286. documentation
  28287. thooks
  28288. documentation
  28289. thread
  28290. thread
  28291. manager
  28292. thread
  28293. manager
  28294. 2.1.1d1
  28295. thread
  28296. manager
  28297. documentation
  28298. threadutilities
  28299. threedmetafile
  28300. threedmetafile
  28301. threedmetafile
  28302. threedmetafile
  28303. ticket
  28304. ticket
  28305. program
  28306. ticket
  28307. program
  28308. ticket
  28309. program
  28310. ticket
  28311. program
  28312. ticket
  28313. program
  28314. title
  28315. system
  28316. folder
  28317. system
  28318. folder
  28319. 8.5.1
  28320. cludes a set of C interfaces too.
  28321. SillyBalls:    This is a very simple sample program that demonstrates how to use Color QuickDraw.  It is about two pages of code, and does nothing more than open a color window and draw randomly colored ovals in the window.
  28322. TESample:  TESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrate
  28323. s fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  28324. TEStyleSample:  TEStyleSample is an example application that demonstrates how to initialize the commonly used toolbox managers, operate successfully under MultiFinder, handle desk accessories and create, grow, and zoom windows. Both styled and fundamental TextEdit toolbox calls and TextEdit auto-scroll are demonstrated. It also shows how to create and maintai
  28325. b--set theItem to choose file -- uncomment to test in an AS editor
  28326.     tell application "Finder"
  28327.         open item "Dev.CD Jan 94"
  28328.         activate
  28329.     end tell
  28330. on error errMsg number errNum
  28331.     --enter statements to perform when no records are found such as...
  28332.     display dialog "Sorry, the item you selected could not be found."
  28333.     return
  28334. end try
  28335. tokenize
  28336. pci-pci
  28337. pci-pci
  28338. bridge
  28339. pcmcia
  28340. documents
  28341. performance
  28342. performance
  28343. analysis
  28344. performance
  28345. countersQ
  28346. phone
  28347. photoshop
  28348. physical
  28349. picker
  28350. pippin
  28351. pixel
  28352. pixel
  28353. depth
  28354. plaintalk
  28355. platform
  28356. playback
  28357. player
  28358. plist
  28359. plotting
  28360. reference
  28361. registration
  28362. registry
  28363. release
  28364. reports
  28365. resedit
  28366. resedit
  28367. 2.1.1
  28368. disassembly
  28369. disassembler
  28370. viewer
  28371. edito
  28372. resolution
  28373. resource
  28374. All Packages
  28375. F    QuickTimeO
  28376. Dev.CD Jul 93
  28377. Dev.CD Apr 93P
  28378. Dev.CD Jul 93
  28379. Dev.CD Apr 9V
  28380. 32776X
  28381. Jul 93
  28382. p--set theItem to choose file -- uncomment to test in an AS editor
  28383.     tell application "Finder"
  28384.         open item "Dev.CD Jul 93
  28385. Dev.CD Apr 93"
  28386.         activate
  28387.     end tell
  28388. on error errMsg number errNum
  28389.     --enter statements to perform when no records are found such as...
  28390.     display dialog "Sorry, the item you selected could not be found."
  28391.     return
  28392. end try
  28393. All Packages
  28394. F    QuickTimeO
  28395. Dev.CD Jul 93
  28396. Dev.CD Apr 93P
  28397. Dev.CD Jul 93
  28398. Dev.CD Apr 9V
  28399. 32777X
  28400. Jul 93
  28401. p--set theItem to choose file -- uncomment to test in an AS editor
  28402.     tell application "Finder"
  28403.         open item "Dev.CD Jul 93
  28404. Dev.CD Apr 93"
  28405.         activate
  28406.     end tell
  28407. on error errMsg number errNum
  28408.     --enter statements to perform when no records are found such as...
  28409.     display dialog "Sorry, the item you selected could not be found."
  28410.     return
  28411. end try
  28412. All Packages
  28413. All Packages
  28414. Japanese Language KitOEDev.CD May 94
  28415. Dev.CD Feb 94
  28416. Dev.CD Oct 93
  28417. Dev.CD Jun 93
  28418. Dev.CD May 93PDDev.CD May 94
  28419. Dev.CD Feb 94
  28420. Dev.CD Oct 93
  28421. Dev.CD Jun 93
  28422. Dev.CD May 9V
  28423. 32372X
  28424. May 94
  28425. --set theItem to choose file -- uncomment to test in an AS editor
  28426.     tell application "Finder"
  28427.         open item "Dev.CD May 94
  28428. Dev.CD Feb 94
  28429. Dev.CD Oct 93
  28430. Dev.CD Jun 93
  28431. Dev.CD May 93"
  28432.         activate
  28433.     end tell
  28434. on error errMsg number errNum
  28435.     --enter statements to perform when no records are found such as...
  28436.     display dialog "Sorry, the item you selected could not be found."
  28437.     return
  28438. end try
  28439. 0D!All Packages
  28440. Tool Chest Edition
  28441. Japanese Language Kit v1.2
  28442.     bug build of Sound Manager 3.2.1.J.Debug Sound Manager
  28443. Readme Debug Sound ManagerK
  28444. Jan 98N
  28445. Debug Sound Manager 3.2.1ObDev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:nge
  28446. 32373X
  28447. Feb 00^
  28448. --set theItem to choose file -- uncomment to test in an AS editor
  28449.     tell application "Finder"
  28450.         open item "Dev.CD Feb 00 TC:Language Kits:Japanese Language Kit 1.2:"
  28451.         activate
  28452.     end tell
  28453. on error errMsg number errNum
  28454.     --enter statements to perform when no records are found such as...
  28455.     display dialog "Sorry, the item you selected could not be found."
  28456.     return
  28457. end try
  28458. e    No Changeq
  28459. Dev.CD Feb 00 TC
  28460. 1D!All Packages
  28461. Tool Chest Edition
  28462. hows the usage of the QTImageDrawer to allow QuickTime to draw the results of painting into a Java offscreen Image and its associated Java Graphics.J1JavaDrawing
  28463. JavaDrawing.zip
  28464. jd.bat
  28465. README.txt
  28466. Feb 00
  28467. - Common
  28468.     - Sun Compliant Java Runtime Environment 1.1
  28469.     - QuickTime 3 
  28470.     - QTJava.zip
  28471.     - QTJava media samples
  28472. - Mac OS:
  28473.     - System 8 or later
  28474.     - Macintosh Runtime for Java (MRJ) 2.1
  28475. - Windows 95, 98, or NT::
  28476.     - JRE/JDK from Sun Microsystems, Inc. recommended
  28477. ommended
  28478. b--set theItem to choose file -- uncomment to test in an AS editor
  28479.     tell application "Finder"
  28480.         open item "Dev.CD Feb 95"
  28481.         activate
  28482.     end tell
  28483. on error errMsg number errNum
  28484.     --enter statements to perform when no records are found such as...
  28485.     display dialog "Sorry, the item you selected could not be found."
  28486.     return
  28487. end try
  28488. keyboardcontroller
  28489. keychain
  28490. keychain
  28491. 1.0.1
  28492. keycodes
  28493. kibitz
  28494. killer
  28495. killer
  28496. content
  28497. workbook
  28498. korean
  28499. language
  28500. korean
  28501. language
  28502. 1.0.1
  28503. labelmenu
  28504. language
  28505. language
  28506. analysis
  28507. language
  28508. updater
  28509. language
  28510. updater
  28511. f/macos8
  28512. languages
  28513. laserwriter
  28514. laserwriter
  28515. laserwriter
  28516. 8.5.1gm
  28517. All Packages
  28518. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  28519. Dev.CD Jan 94
  28520. Dev.CD Oct 93
  28521. Dev.CD Jul 93
  28522. Dev.CD Apr 93PDDev.CD Apr 94
  28523. Dev.CD Jan 94
  28524. Dev.CD Oct 93
  28525. Dev.CD Jul 93
  28526. Dev.CD Apr 9V
  28527. 33163X
  28528. Apr 94
  28529. --set theItem to choose file -- uncomment to test in an AS editor
  28530.     tell application "Finder"
  28531.         open item "Dev.CD Apr 94
  28532. Dev.CD Jan 94
  28533. Dev.CD Oct 93
  28534. Dev.CD Jul 93
  28535. Dev.CD Apr 93"
  28536.         activate
  28537.     end tell
  28538. on error errMsg number errNum
  28539.     --enter statements to perform when no records are found such as...
  28540.     display dialog "Sorry, the item you selected could not be found."
  28541.     return
  28542. end try
  28543. All Packages
  28544. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  28545. Dev.CD Jan 94
  28546. Dev.CD Oct 93
  28547. Dev.CD Jul 93
  28548. Dev.CD Apr 93PDDev.CD Apr 94
  28549. Dev.CD Jan 94
  28550. Dev.CD Oct 93
  28551. Dev.CD Jul 93
  28552. Dev.CD Apr 9V
  28553. 33164X
  28554. Apr 94
  28555. All Packages
  28556. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  28557. Dev.CD Jan 94
  28558. Dev.CD Oct 93
  28559. Dev.CD Jul 93P6Dev.CD Apr 94
  28560. Dev.CD Jan 94
  28561. Dev.CD Oct 93
  28562. Dev.CD Jul 9V
  28563. 33135X
  28564. Apr 94
  28565. --set theItem to choose file -- uncomment to test in an AS editor
  28566.     tell application "Finder"
  28567.         open item "Dev.CD Apr 94
  28568. Dev.CD Jan 94
  28569. Dev.CD Oct 93
  28570. Dev.CD Jul 93"
  28571.         activate
  28572.     end tell
  28573. on error errMsg number errNum
  28574.     --enter statements to perform when no records are found such as...
  28575.     display dialog "Sorry, the item you selected could not be found."
  28576.     return
  28577. end try
  28578. All Packages
  28579. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  28580. Dev.CD Jan 94
  28581. Dev.CD Oct 93
  28582. Dev.CD Jul 93P6Dev.CD Apr 94
  28583. Dev.CD Jan 94
  28584. Dev.CD Oct 93
  28585. Dev.CD Jul 9V
  28586. 33136X
  28587. Apr 94
  28588. getprocessinformatio
  28589. getstdfilterproc
  28590. gettable/settable
  28591. getting
  28592. getting/setting
  28593. Summary: This package provides English error messages for OS errors and result codes
  28594. Features: All result codes from IM-I through IM-VI are included. This submission adds a failure handler and code that displays a stack crawl following A6 links.J
  28595. General tools.imgK
  28596. Vol VIIIL
  28597. Mar 92M
  28598. Works with THINK C, MPW C and MPW Pascal.  Probably works with THINK Pascal, and might very well work with other development environments too.O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  28599.  - Tool Chest
  28600.  - Testing & Debugging
  28601.  - General toolsV
  28602. 32816X
  28603. Feb 00^
  28604. --set theItem to choose file -- uncomment to test in an AS editor
  28605.     tell application "Finder"
  28606.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  28607.         activate
  28608.     end tell
  28609. on error errMsg number errNum
  28610.     --enter statements to perform when no records are found such as...
  28611.     display dialog "Sorry, the item you selected could not be found."
  28612.     return
  28613. end try
  28614. IW-Half-DitherI
  28615. Summary:  IW-Half-Dither is a new ImageWriter sample driver for QuickDraw GX that shows how to implement color plane separations as well as how to change the 'rdip' resource on the fly.J'Sample Code.img
  28616. Windows Sample Code.imgK
  28617. Oct 96M3QuickDraw GX and an ImageWriter with a color ribbonN;QuickDraw GX raster ImageWriter Halftone Dither Sample CodeO
  28618. Dev.CD Feb 00 TC:Sample Code:P
  28619. Dev.CD Feb 00 TC
  28620.  - Sample CodeV
  28621. 32369X
  28622. Feb 00^
  28623. r--set theItem to choose file -- uncomment to test in an AS editor
  28624.     tell application "Finder"
  28625.         open item "Dev.CD Feb 00 TC:Sample Code:"
  28626.         activate
  28627.     end tell
  28628. on error errMsg number errNum
  28629.     --enter statements to perform when no records are found such as...
  28630.     display dialog "Sorry, the item you selected could not be found."
  28631.     return
  28632. end try
  28633. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Codec sResource
  28634. MinimalDeclROM.a
  28635. ROM diagramsK
  28636. Oct 92nge
  28637. 32824X
  28638. Feb 00^
  28639. r--set theItem to choose file -- uncomment to test in an AS editor
  28640.     tell application "Finder"
  28641.         open item "Dev.CD Feb 00 TC:Sample Code:"
  28642.         activate
  28643.     end tell
  28644. on error errMsg number errNum
  28645.     --enter statements to perform when no records are found such as...
  28646.     display dialog "Sorry, the item you selected could not be found."
  28647.     return
  28648. end try
  28649. e    No Changeq
  28650. Dev.CD Feb 00 TC
  28651. D!All Packages
  28652. Tool Chest Edition
  28653. Sample Code - Files
  28654. (** = new, * = revised)
  28655. Folder Watching:  These applications demonstrate how to write a background task which uses Apple events to pass on task related information to another application.
  28656. MoreFiles 1.4.6:  MoreFiles is a collection of high-level routines written over the last couple of years to answer File Manager questions from developers. The routines in MoreFiles have been tested (but not stress-tested), documented, and code-reviewed by Apple. MoreFiles provides: high-level and FSSpecde
  28657. Dev.CD Feb 00 TC
  28658. All Packages
  28659. Japanese Language KitOTDev.CD May 97 TC
  28660. Dev.CD Nov 96 TC
  28661. Dev.CD Aug 96 TC
  28662. Dev.CD May 96 TC
  28663. Dev.CD Feb 96 TCPSDev.CD May 97 TC
  28664. Dev.CD Nov 96 TC
  28665. Dev.CD Aug 96 TC
  28666. Dev.CD May 96 TC
  28667. Dev.CD Feb 96 TV
  28668. 32370X
  28669. May 97
  28670. --set theItem to choose file -- uncomment to test in an AS editor
  28671.     tell application "Finder"
  28672.         open item "Dev.CD May 97 TC
  28673. Dev.CD Nov 96 TC
  28674. Dev.CD Aug 96 TC
  28675. Dev.CD May 96 TC
  28676. Dev.CD Feb 96 TC"
  28677.         activate
  28678.     end tell
  28679. on error errMsg number errNum
  28680.     --enter statements to perform when no records are found such as...
  28681.     display dialog "Sorry, the item you selected could not be found."
  28682.     return
  28683. end try
  28684. All Packages
  28685. Japanese Language KitO
  28686. Dev.CD Feb 95P
  28687. Dev.CD Feb 9V
  28688. 32371X
  28689. Feb 95
  28690. --set theItem to choose file -- uncomment to test in an AS editor
  28691.     tell application "Finder"
  28692.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:"
  28693.         activate
  28694.     end tell
  28695. on error errMsg number errNum
  28696.     --enter statements to perform when no records are found such as...
  28697.     display dialog "Sorry, the item you selected could not be found."
  28698.     return
  28699. end try
  28700. develop
  28701. issue
  28702. develop
  28703. issue
  28704. develop
  28705. issue
  28706. develop
  28707. issue
  28708. develop
  28709. issue
  28710. develop
  28711. issue
  28712. develop
  28713. issue
  28714. develop
  28715. issue
  28716. develop
  28717. issue
  28718. develop
  28719. issue
  28720. develop
  28721. issue
  28722. develop
  28723. issue
  28724. develop
  28725. issue
  28726. develop
  28727. issue
  28728. develop
  28729. issue
  28730. develop
  28731. issue
  28732. develop
  28733. issue
  28734. developer
  28735. developers
  28736. development
  28737. dictation
  28738. digests
  28739. directions
  28740. driver
  28741. editor
  28742. emulator
  28743. 6O+Dev.CD Feb 00 TC:Tool Chest:Sound:SoundApp:P3Dev.CD Feb 00 TC
  28744.  - Tool Chest
  28745.  - Sound
  28746.  - SoundAppV
  28747. 32891X
  28748. Feb 00^
  28749. --set theItem to choose file -- uncomment to test in an AS editor
  28750.     tell application "Finder"
  28751.         open item "Dev.CD Feb 00 TC:Tool Chest:Sound:SoundApp:"
  28752.         activate
  28753.     end tell
  28754. on error errMsg number errNum
  28755.     --enter statements to perform when no records are found such as...
  28756.     display dialog "Sorry, the item you selected could not be found."
  28757.     return
  28758. end try
  28759. Movedf;sound
  28760. memory
  28761. dialogs
  28762. windows
  28763. resources
  28764. files
  28765. user interfaceq
  28766. Dev.CD Feb 00 TC
  28767. 7D!All Packages
  28768. Tool Chest Edition
  28769. SoundboardI
  28770. 1e    No Change
  28771. virtually
  28772. viruses
  28773. visemrj
  28774. visibility
  28775. visible
  28776. visigenic
  28777. vision
  28778. visit
  28779. visited
  28780. visrgn
  28781. visual
  28782. visual-only
  28783. visualization
  28784. visually
  28785. vital
  28786. vocabulary
  28787. voice
  28788. voltages
  28789. volume
  28790. vrefnum
  28791. w/mathlib
  28792. w/sound
  28793. w/sys
  28794. waiting
  28795. waitnextevent
  28796. waits
  28797. wake100
  28798. wakes
  28799. walk-through
  28800. walks
  28801. walkthrough
  28802. --set theItem to choose file -- uncomment to test in an AS editor
  28803.     tell application "Finder"
  28804.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:ISp Sample:"
  28805.         activate
  28806.     end tell
  28807. on error errMsg number errNum
  28808.     --enter statements to perform when no records are found such as...
  28809.     display dialog "Sorry, the item you selected could not be found."
  28810.     return
  28811. end try
  28812. und."
  28813.     return
  28814. end try
  28815. e    No Changef'WebObjects
  28816. Designing
  28817. Robustness
  28818. Testingq
  28819. Dev.CD Jan 00 SDK1
  28820. D(All Packages
  28821. Reference Library Edition
  28822. develop Issue  1
  28823. +e    No Changef+Tool
  28824. Virtual User
  28825. External Tool
  28826. Dev.CD Feb 00 TC
  28827. ,D!All Packages
  28828. Tool Chest Edition
  28829. -Dither is a new ImageWriter sample driver for QuickDraw GX that shows how to implement color plane separations as well as how to change the 'rdip' resource on the fly.J'Sample Code.img
  28830. Windows Sample Code.imgK
  28831. Oct 96M3QuickDraw GX and an ImageWriter with a color ribbonN;QuickDraw GX raster ImageWriter Halftone Dither Sample CodeO
  28832. Dev.CD Feb 00 TC:Sample Code:P
  28833. Dev.CD Feb 00 TC
  28834.  - Sample CodeV
  28835. 32369X
  28836. Feb 00^
  28837. r--set theItem to choose file -- uncomment to test in an AS editor
  28838.     tell application "Finder"
  28839.         open item "Dev.CD Feb 00 TC:Sample Code:"
  28840.         activate
  28841.     end tell
  28842. on error errMsg number errNum
  28843.     --enter statements to perform when no records are found such as...
  28844.     display dialog "Sorry, the item you selected could not be found."
  28845.     return
  28846. end try
  28847. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Codeither Sample Code
  28848. --set theItem to choose file -- uncomment to test in an AS editor
  28849.     tell application "Finder"
  28850.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  28851.         activate
  28852.     end tell
  28853. on error errMsg number errNum
  28854.     --enter statements to perform when no records are found such as...
  28855.     display dialog "Sorry, the item you selected could not be found."
  28856.     return
  28857. end try
  28858. ness, particularly with web applications, which are generally developed for use by people outside yo
  28859. entertainment
  28860. entire
  28861. entirely
  28862. entities
  28863. entries
  28864. entry
  28865. enumerated
  28866. enumerates
  28867. enumeration
  28868. enviroment
  28869. environement
  28870. environment
  28871. environmental
  28872. environments
  28873. enwall
  28874. eoaccess
  28875. eocontrol
  28876. eointerface
  28877. eomodeler
  28878. epoch
  28879. eprom
  28880. equilibrium
  28881. equilibrium's
  28882. equipment
  28883. equivalent
  28884. erase
  28885. erases
  28886. erasing
  28887. errata
  28888. erroneous
  28889. error
  28890. autotest
  28891. dialogtest
  28892. menutest
  28893. sample
  28894. sample
  28895. sample
  28896. ispautotest
  28897. ispautotest
  28898. ispdialogtest
  28899. ispdialogtest
  28900. ispelementview
  28901. ispelementview
  28902. ispelementview
  28903. ispeventpane
  28904. ispeventpane
  28905. ispeventpane
  28906. isplquitwindow
  28907. isplquitwindow
  28908. isplquitwindow
  28909. ispmenutest
  28910. ispmenutest
  28911. isppptest
  28912. isppptest
  28913. isppptesttools
  28914. isppptesttools
  28915. isppptesttools
  28916. isptest
  28917. isptest
  28918. powerplant
  28919. isptest
  28920. powerplant
  28921. isptest
  28922. isptestglobals
  28923. isptestglobals
  28924. isptestglobals
  28925. isptestmain
  28926. isptestmain
  28927. isptestmain
  28928. *e    No Changef-InputSprocket
  28929. Needs
  28930. Elements
  28931. buttonsq
  28932. Dev.CD Feb 00 TC
  28933. +D!All Packages
  28934. Tool Chest Edition
  28935. Ivy 1.0fc1
  28936. Summary: This submission contains a Virtual User 2.0 external tool and task library which allows script writers to capture and compare full or partial screen images. Also included is task library documentation, a README file, and an example V.U. script using the external tool. This package will allow developers using V.U. 2.0 to test their applications and perform screen image verification in their V.U. scripts.
  28937. Virtual User tools.imgK
  28938. Jul 93L
  28939. Oct 93M.Virtual User version 2.0 or greater, System 7.N0Tool, Virtual User, External Tool, V.U., VU, IvyOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  28940.  - Tool Chest
  28941.  - Testing & Debugging
  28942.  - Virtual User toolsV
  28943. 32368X
  28944. Feb 00^
  28945. #y using Dynamo.
  28946. J(develop Issue  1:
  28947. develop Issue  1 code:K
  28948. Vol IIIL
  28949. Jun 95
  28950. items
  28951. japanese
  28952. tutorial
  28953. jbindery
  28954. jdirect
  28955. jmanager
  28956. joystick
  28957. library
  28958. linking
  28959. loadable
  28960. loadable
  28961. bundle
  28962. loading
  28963. locales
  28964. localization
  28965. localized
  28966. localized
  28967. strings
  28968. location
  28969. location
  28970. manager
  28971. space
  28972. lproj
  28973. macapp
  28974. machine
  28975. machine
  28976. identification
  28977. macintosh
  28978. macintosh
  28979. coprocessor
  28980. platform
  28981. macsbug
  28982. mactcp
  28983. bundle
  28984. management
  28985. manager
  28986. manuals
  28987. media
  28988. memory
  28989. memory
  28990. manager
  28991. Jul 95
  28992. b--set theItem to choose file -- uncomment to test in an AS editor
  28993.     tell application "Finder"
  28994.         open item "Dev.CD Jul 95"
  28995.         activate
  28996.     end tell
  28997. on error errMsg number errNum
  28998.     --enter statements to perform when no records are found such as...
  28999.     display dialog "Sorry, the item you selected could not be found."
  29000.     return
  29001. end try
  29002. All Packages
  29003. System 7.5 Update 1.0O
  29004. Dev.CD Jul 95P
  29005. Dev.CD Jul 9V
  29006. 32964X
  29007. Jul 95
  29008. b--set theItem to choose file -- uncomment to test in an AS editor
  29009.     tell application "Finder"
  29010.         open item "Dev.CD Jul 95"
  29011.         activate
  29012.     end tell
  29013. on error errMsg number errNum
  29014.     --enter statements to perform when no records are found such as...
  29015.     display dialog "Sorry, the item you selected could not be found."
  29016.     return
  29017. end try
  29018. All Packages
  29019. System 7.5 Update 1.0O
  29020. Dev.CD Jul 95P
  29021. Dev.CD Jul 9V
  29022. 32965X
  29023. Jul 95
  29024. )e    No Changef!ISO 9660
  29025. CD-ROM
  29026. device driver i/oq
  29027. Dev.CD Feb 00 TC
  29028. *D!All Packages
  29029. Tool Chest Edition
  29030. ISp SampleI
  29031. ISp Sample is a reasonably complete example implementation of high level InputSprocket.  It shows how to set up needs and retrieve states and events for the associated elements.JNISp Sample
  29032. ISp Sample.CW2.
  29033. ISp Sample.CW5.
  29034. Makefile
  29035. Objects
  29036. Resources
  29037. SourceK
  29038. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  29039. N2InputSprocket, ISp, Needs, Elements, axes, buttonsO:Dev.CD Feb 00 TC:What's New?:Sample Code:Games:ISp Sample:PEDev.CD Feb 00 TC
  29040.  - What's New?
  29041.  - Sample Code
  29042.  - Games
  29043.  - ISp SampleV
  29044. 32367X
  29045. Feb 00^
  29046. rdocproc
  29047. rdocproc
  29048. registration
  29049. request
  29050. hmer and Mike Reed.   Custom drawing routines can radically increase graphics performance. Kon and Mike show you how and give you some extremely useful examples.
  29051. In Search of the Optimal Palette  by Dave Good and Konstantin Othmer.   Choosing the best colors to display an image with is tricky. This article explains how the Picture Utilities methods work and gives you tips on developing your own methods.
  29052. Print Hin
  29053. --set theItem to choose file -- uncomment to test in an AS editor
  29054.     tell application "Finder"
  29055.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:iso9660:"
  29056.         activate
  29057.     end tell
  29058. on error errMsg number errNum
  29059.     --enter statements to perform when no records are found such as...
  29060.     display dialog "Sorry, the item you selected could not be found."
  29061.     return
  29062. end try
  29063. our drawing quality.
  29064. J(develop Issue 10:
  29065. develop Issue 10 code:K
  29066. Vol IIIL
  29067. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 10:PJDev.CD Mar 00 RL
  29068.  - Technical Documentation
  29069.  - develop
  29070.  - develop Issue 10
  29071. updater
  29072. upgrade
  29073. access
  29074. 1.0.1
  29075. distribution
  29076. guide
  29077. utilities
  29078. v1.0.1
  29079. v1.1.1
  29080. v1.4f3
  29081. validator
  29082. variables
  29083. verifier
  29084. verifier
  29085. verilog
  29086. versionedit
  29087. versionedit
  29088. video
  29089. viewer
  29090. virtual
  29091. virtual
  29092. sphere
  29093. 1.0.1
  29094. virtual
  29095. virtual
  29096. tools
  29097. bit-depth
  29098. explained
  29099. ombinations
  29100. combine
  29101. combines
  29102. combining
  29103. combowalker
  29104. comes
  29105. comfort
  29106. command
  29107. command-line
  29108. quickdraw
  29109. graphics
  29110. library
  29111. define
  29112. quickdraw
  29113. dimension
  29114. macintosh
  29115. graphics
  29116. pablo
  29117. transport's
  29118. transports
  29119. trapped
  29120. trapping
  29121. traps
  29122. trash
  29123. travel
  29124. traversing
  29125. treat
  29126. treatment
  29127. trees
  29128. triangles
  29129. triangular
  29130. trick
  29131. tricks
  29132. tricky
  29133. tries
  29134. trigger
  29135. tripped
  29136. trivial
  29137. truetype
  29138. twofold
  29139. types
  29140. typically
  29141. typing
  29142. typist
  29143. typographic
  29144. typography
  29145. control-key
  29146. controlled
  29147. controllerQ
  29148. controllers
  29149. controllingQ
  29150. controlrgn
  29151. controls
  29152. controls
  29153. 3.0.15
  29154. folder
  29155. nter statements to perform when no records are found such as...
  29156.     display dialog "Sorry, the item you selected could not be found."
  29157.     return
  29158. end try
  29159. Next CDq
  29160. Dev.CD Mar 00 RL
  29161. D(All Packages
  29162. Reference Library Edition
  29163. develop Issue 12
  29164. 1.0.3
  29165. 1.0.6
  29166. 1.0.8
  29167. 1.0a5
  29168. 1.0b1
  29169. 1.0b2
  29170. 1.0b4
  29171. 1.0d1
  29172. 1.0d8
  29173. 1.1.1
  29174. 1.1.2
  29175. 1.1.3
  29176. 1.1.4
  29177. 1.1.6
  29178. 1.1b1
  29179. 1.1d2
  29180. 1.2.1
  29181. 1.2.3
  29182. 1.2d1
  29183. 1.3b5
  29184. 1.5.1
  29185. 1.5.2
  29186. 1.6.1
  29187. 1.7.1
  29188. 1.7.2
  29189. 1.7.3
  29190. 1/1/70
  29191. 1/25/2000
  29192. 100lc
  29193. 12/600
  29194. 12x16
  29195. nearly
  29196. necessary
  29197. needed
  29198. needs
  29199. neighborhood
  29200. netscape
  29201. netsprocket
  29202. netstat
  29203. netware
  29204. networkW
  29205. network-aware
  29206. network-connected
  29207. networkable
  29208. networking
  29209. e    No Changef
  29210. Virtual Userq
  29211. Dev.CD Feb 00 TC
  29212. D!All Packages
  29213. Tool Chest Edition
  29214. vuCollect 1.1
  29215. vSummary: vuCollect 1.1 is a tool to work with Virtual User to aid the gathering of information that Virtual User can see from the application under test. This version has been updated to work with Virtual User 2.0
  29216. Features: Format the output of Virtual User's matching statements in a way that the user can copy/paste when developing scripts.
  29217. MPW 3.2.3, Virtual User 2.0  
  29218. Virtual User tools.imgK
  29219. May 93N
  29220. VU, Virtual UserOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  29221.  - Tool Chest
  29222.  - Testing & Debugging
  29223.  - Virtual User toolsV
  29224. 33278X
  29225. Feb 00^
  29226. All Packages
  29227. System Enabler 003 (LC III)OEDev.CD Apr 94
  29228. Dev.CD Jan 94
  29229. Dev.CD Oct 93
  29230. Dev.CD Jul 93
  29231. Dev.CD Apr 93PDDev.CD Apr 94
  29232. Dev.CD Jan 94
  29233. Dev.CD Oct 93
  29234. Dev.CD Jul 93
  29235. Dev.CD Apr 9V
  29236. 33018X
  29237. Apr 94
  29238. --set theItem to choose file -- uncomment to test in an AS editor
  29239.     tell application "Finder"
  29240.         open item "Dev.CD Apr 94
  29241. Dev.CD Jan 94
  29242. Dev.CD Oct 93
  29243. Dev.CD Jul 93
  29244. Dev.CD Apr 93"
  29245.         activate
  29246.     end tell
  29247. on error errMsg number errNum
  29248.     --enter statements to perform when no records are found such as...
  29249.     display dialog "Sorry, the item you selected could not be found."
  29250.     return
  29251. end try
  29252. All Packages
  29253. System Enabler 003 (LC III)OEDev.CD Apr 94
  29254. Dev.CD Jan 94
  29255. Dev.CD Oct 93
  29256. Dev.CD Jul 93
  29257. Dev.CD Apr 93PDDev.CD Apr 94
  29258. Dev.CD Jan 94
  29259. Dev.CD Oct 93
  29260. Dev.CD Jul 93
  29261. Dev.CD Apr 9V
  29262. 33019X
  29263. Apr 94
  29264. fcode
  29265. tokenizer
  29266. board
  29267. fcode
  29268. driver
  29269. development
  29270. newer
  29271. newfolder
  29272. newgworld
  29273. 32365X
  29274. Apr 98^
  29275. --set theItem to choose file -- uncomment to test in an AS editor
  29276.     tell application "Finder"
  29277.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Network Software Installer:"
  29278.         activate
  29279.     end tell
  29280. on error errMsg number errNum
  29281.     --enter statements to perform when no records are found such as...
  29282.     display dialog "Sorry, the item you selected could not be found."
  29283.     return
  29284. end try
  29285. e    No ChangefSAppleTalk
  29286. EtherTalk
  29287. TokenTalk
  29288. Network
  29289. Ethernet
  29290. Token Ring
  29291. LaserWriter Bridge
  29292. A/ROSEq
  29293. Dev.CD Apr 98 SDK1
  29294. )D!All Packages
  29295. Tool Chest Edition
  29296. iso9660IySummary: Example code for building simple ISO 9660 volumes.  Demonstrates reading & writing to a device, ISO 9660 format.J?iso9660
  29297. iso9660.make
  29298. iso9660.r
  29299. iso9660.rsrc
  29300. iso9660.
  29301. SrcsK
  29302. Dec 95N#ISO 9660, CD-ROM, device driver i/oO3Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:iso9660:P>Dev.CD Feb 00 TC
  29303.  - Tool Chest
  29304.  - Devices
  29305.  - CD-ROM
  29306.  - iso9660V
  29307. 32366X
  29308. Feb 00^
  29309. (J5Network Software Installer:
  29310. NSI 1.5.1 - Read Me FirstK
  29311. Aug 92L
  29312. Jul 95NZAppleTalk, EtherTalk, TokenTalk, Network, Ethernet, Token Ring, LaserWriter Bridge, A/ROSEOHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Network Software Installer:PMDev.CD Apr 98 SDK1
  29313.  - Development Kits (Disc 1)
  29314.  - Network Software Installerd manipulating time bases directly is sometimes helpful. Here are some tips.
  29315. Better Apple Event Coding Through Objects  by Eric M. Berdahl.   Adding object model support to your exist
  29316. ing OOP code may be easier than you think.
  29317. Another Take on Globals in Standalone Code  by Keith Rollin.   For MPW users, here
  29318. s an alternative way to implement globals in standalone code.
  29319. Be Our Guest: Components and C++ Classes Compared  by David 
  29320. Van Brink.   Components and C++ classes have some surface similarities but underneath are very different beasts.
  29321. Graphical Truffles: Animation at a Glance  by Edgar Lee.   Three basic animation techniques everyone should know about.
  29322. Print Hi
  29323. Summary:  You can use this Network Software Installer to install the following networking products:
  29324.  LaserWriter Bridge version 2.0.1
  29325.  AppleTalk version 58.1.5
  29326.  Network Control Panel version 3.0.2
  29327.  EtherTalk version 2.5.7
  29328.  Apple Ethernet NB file version 1.0.1, containing drivers for all Apple NuBus ethernet cards
  29329.  Apple Ethernet LC file version 1.0.1, containing drivers for all Apple LC ethernet cards
  29330.  Apple Ethernet CS file version 1.0.1, containing drivers fo
  29331. r all Apple Comm Slot ethernet cards
  29332.  Apple Built-In Ethernet version 1.0.1, containing drivers for all built-in ethernets
  29333.  TokenTalk version 2.5.7
  29334.  Token Ring Control Panel version 1.0.1
  29335.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  29336.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  29337.  A/ROSE 1.2.1, for use in some token ring configurations
  29338. See the document "NSI 1.5.1 - Read Me First" for details.
  29339. Aug 92L
  29340. Jul 95
  29341. soundinputsample
  29342. soundlevel
  29343. soundmanager
  29344. sounds
  29345. soundsprocket
  29346. soundunit
  29347. source
  29348. source-code
  29349. source-level
  29350. sourcebug
  29351. sourcebug
  29352. source-level
  29353. debugger
  29354. debugging
  29355. 68k-based
  29356. sourcemenu
  29357. sourceobj
  29358. sources
  29359. sourceserver
  29360. specifiers
  29361. specify
  29362. import
  29363. important
  29364. important
  29365. information
  29366. importexport
  29367. importexport
  29368. imran's
  29369. imran's
  29370. imran's
  29371. release
  29372. notes
  29373. release
  29374. notes
  29375. includes
  29376. index
  29377. index
  29378. index
  29379. index
  29380. indexes
  29381. indexg
  29382. indexg
  29383. infoid
  29384. infoid
  29385. information
  29386. initprojector
  29387. inputdialog
  29388. inputdialog
  29389. inputsprocket
  29390. inputsprocket
  29391. inputsprocketsimplet
  29392. inputsprocketsimplet
  29393. inputsprocketsimplet
  29394. inputsprocketsimplet
  29395. inputsprockettest
  29396. inputsprockettest
  29397. inputsprockettest
  29398. install
  29399. unmountprojector
  29400. unsupported
  29401. unsupported
  29402. libraries
  29403. untitled
  29404. untitled
  29405. 1.4mb
  29406. format
  29407. unwrapcommenttext
  29408. update
  29409. updated
  29410. updated
  29411. documentation
  29412. updated
  29413. grayscale
  29414. appearance
  29415. updater
  29416. updates
  29417. updates
  29418. updates
  29419. patches
  29420. upgrader
  29421. upgrader
  29422. 1.2.3
  29423. engines
  29424. upgrading
  29425. upgrading
  29426. bbedit
  29427. access
  29428. access
  29429. scripting
  29430. urlaccess
  29431. urlaccess
  29432. urlaccess
  29433. urlaccess
  29434. urlaccess68k
  29435. urlaccess68k
  29436. urlaccesslib
  29437. usage
  29438. usage
  29439. history
  29440. software
  29441. locator
  29442. useful
  29443. useful
  29444. addmenu
  29445. script
  29446. manual
  29447. user's
  29448. users
  29449. userstartup
  29450. userstartup
  29451. goodies
  29452. using
  29453. using
  29454. quicktime
  29455. conferencing
  29456.  manager.  All it does is play a sound with bufferCmd and then wait for the call back routine to be called.  When the routine is called the app goes back to the event loop.
  29457. Cheap Studio: This sample shows how to use the SndPlayDoubleBufferand Record to disk examples to make a program that plays and records at the same time.
  29458. ClickSound:  A simple sound producer.
  29459. Double Buffer:  This sample application shows how to play sounds using double buffering.
  29460. EasyPlayRecord:  This simple applicat
  29461. ion demonstrates the use of SnStartFileplay at the same time as doing simple recording.  The sound file is a AIFF file.  The sound will continue to play until it is done.  When the recording is stopped the recorded sound will be played over the currently playing sound.
  29462. EnableSoundThrough:  This application, written in THINK Pascal, demonstrates how to enable input sound playthrough. On a Macintosh LC, enabling playthrough kills sound output; on a Macintosh si, you can play back at the sam
  29463. s that focus on corporate goals and business processes and command the attention of senior business executives.
  29464. The Interactive Corporation is targeted at the executive management team in businesses, where as the Success Guide was prepared specifically for Apple developers. The fundamental message of the book is 
  29465. performance breakthroughs can be achieved by applying interactive media in your company
  29466. s core business processes
  29467. , whereas the focus of the Success Guide is 
  29468. how Apple developerD{s can take advantage of the methodology provided in the book to sell interactive media solutions to the senior executives.
  29469. Interactive Corp Success Gd.pdfK
  29470. Jan 98M
  29471. Adobe Acrobat Reader 3.0NEreturn on investment, business processes, interactive media solutionsOqDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:
  29472. 'PHDev.CD Jan 00 SDK1
  29473.  - Development Kits
  29474.  - Mac OS
  29475.  - Interfaces&LibrariesV
  29476. 32364X
  29477. Jan 00^
  29478. --set theItem to choose file -- uncomment to test in an AS editor
  29479.     tell application "Finder"
  29480.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Interfaces&Libraries:"
  29481.         activate
  29482.     end tell
  29483. on error errMsg number errNum
  29484.     --enter statements to perform when no records are found such as...
  29485.     display dialog "Sorry, the item you selected could not be found."
  29486.     return
  29487. end try
  29488. e    No Changeq
  29489. Dev.CD Jan 00 SDK1
  29490. (D!All Packages
  29491. Mac OS SDK Edition
  29492. International NSI 1.5.1
  29493.     ing an application to control one, or just curious about how it all works, this will tell you what you need to know.
  29494. Making Better QuickTime Movies  by Kip Olson.   How to optimize your QuickTime movies for quality playback from CD-ROM.
  29495. Print Hints: Syncing Up With ColorSync  by John Wang.   All about ColorSync, Apple
  29496. s color matching technology.
  29497. Graphical Truffles: Four Common
  29498. &P|Dev.CD Jan 98 SDK1
  29499.  - What's New
  29500.  - Technical Documentation
  29501.  - Interactive Media Resources
  29502.  - Interactive Corp Success GuideSomewhere in QuickTime: Derived Media Handlers  by John Wang.
  29503. How to write derived media handlers, a powerful new ability in QuickTime 1.5.
  29504. Be Our Guest: System Enablers  by C. K. Haun.   The scoop on these new chunks of system software. (Hands off!)
  29505. J(develop Issue 14:
  29506. develop Issue 14 code:K
  29507. Vol IIIL
  29508. Jun 95OBDev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 14:PJDev.CD Mar 00 RL
  29509.  - Technical Documentation
  29510.  - develop
  29511.  - develop Issue 14
  29512. Apr 94
  29513. p--set theItem to choose file -- uncomment to test in an AS editor
  29514.     tell application "Finder"
  29515.         open item "Dev.CD Apr 94
  29516. Dev.CD Jan 94"
  29517.         activate
  29518.     end tell
  29519. on error errMsg number errNum
  29520.     --enter statements to perform when no records are found such as...
  29521.     display dialog "Sorry, the item you selected could not be found."
  29522.     return
  29523. end try
  29524. All Packages
  29525. System Enabler 065 (LC 575)O
  29526. Dev.CD Apr 94P
  29527. Dev.CD Apr 9V
  29528. 33072X
  29529. Apr 94
  29530. b--set theItem to choose file -- uncomment to test in an AS editor
  29531.     tell application "Finder"
  29532.         open item "Dev.CD Apr 94"
  29533.         activate
  29534.     end tell
  29535. on error errMsg number errNum
  29536.     --enter statements to perform when no records are found such as...
  29537.     display dialog "Sorry, the item you selected could not be found."
  29538.     return
  29539. end try
  29540. All Packages
  29541. System Enabler 065 (LC 575)O
  29542. Dev.CD Apr 94
  29543. Dev.CD Jan 94P
  29544. Dev.CD Apr 94
  29545. Dev.CD Jan 9V
  29546. 33073X
  29547. Apr 94
  29548. 33234X
  29549. Dec 99^
  29550. --set theItem to choose file -- uncomment to test in an AS editor
  29551.     tell application "Finder"
  29552.         open item "Dev.CD Dec 99 RL:Technical Publications:Documentation in PDF:"
  29553.         activate
  29554.     end tell
  29555. on error errMsg number errNum
  29556.     --enter statements to perform when no records are found such as...
  29557.     display dialog "Sorry, the item you selected could not be found."
  29558.     return
  29559. end try
  29560. Deletedf
  29561. Mac OS
  29562. Mac OS 8
  29563. Mac OS 8.5
  29564. Inside Macintosh
  29565. Inside Mac
  29566. Developer Notes
  29567. Mac OS X
  29568. QuickTime
  29569. and WebObjects
  29570. pdf documents
  29571. printing pdf
  29572. PDF.q
  29573. Dev.CD Dec 99 RL
  29574. D(All Packages
  29575. Reference Library Edition
  29576. F"Technical Publications: Enterprise
  29577. cdevs
  29578. cdk's
  29579. cdromdrivecheck
  29580. cdtool
  29581. celestial
  29582. celik
  29583. center
  29584. centered
  29585. central
  29586. centre
  29587. certainly
  29588. certificates
  29589. %I{Summary:  This document contains a list of international developer programs and services contacts, in Adobe Acrobat format.J
  29590. Int'l Dev contacts 2/96K
  29591. May 95L
  29592. Apr 96OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  29593.  - Programs & Marketing
  29594.  - Market & Distribution GuidesV
  29595. 32362X
  29596. May 98^
  29597. --set theItem to choose file -- uncomment to test in an AS editor
  29598.     tell application "Finder"
  29599.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  29600.         activate
  29601.     end tell
  29602. on error errMsg number errNum
  29603.     --enter statements to perform when no records are found such as...
  29604.     display dialog "Sorry, the item you selected could not be found."
  29605.     return
  29606. end try
  29607. e    No Changeq
  29608. Dev.CD May 98 TC
  29609. &D!All Packages
  29610. Mac OS SDK Edition
  29611. Interactive Corp Success Guide
  29612. The Interactive Corporation Success Guide
  29613. Top Down Selling by Roger Fetterman and Randall Seger
  29614. The Interactive Corporation Success Guide is based on the book The Interactive Corporation: Using Interactive Media and Intranets to Enhance Business Performance, published in cooperation with Apple Computer Inc. Developer Relations Group for the Apple Media Program and Random House Reference & Information Publishing.
  29615. The book demonstrates through real life case studies that it is possible to 
  29616. correlate technology investments to measurable results by relating their impacts in business processes.  Business processes, which operate along horizontal lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  29617. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  29618. 32363X
  29619. Jan 98^
  29620. --set theItem to choose file -- uncomment to test in an AS editor
  29621.     tell application "Finder"
  29622.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:"
  29623.         activate
  29624.     end tell
  29625. on error errMsg number errNum
  29626.     --enter statements to perform when no records are found such as...
  29627.     display dialog "Sorry, the item you selected could not be found."
  29628.     return
  29629. end try
  29630. DeletedfCreturn on investment
  29631. business processes
  29632. interactive media solutionsq
  29633. Dev.CD Jan 98 SDK1
  29634. 'D!All Packages
  29635. Mac OS SDK Edition
  29636. Interfaces&LibrariesI
  29637. Pre-release of 3.3 Universal Interfaces to support CarbonLib 1.0, OS 9, and QuickTime 4.0 development.
  29638. This is a special pre-release to help developers adopt OS 9.  The 3.3 UI will be FM in two weeks.J
  29639. UniversalInterfaces3.3a1.imgK
  29640. Feb 94L
  29641. Dec 99O@Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Interfaces&Libraries:nge
  29642. Nov 97N
  29643. debuggerO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  29644.  - Tool Chest
  29645.  - Development Kits
  29646.  - MPW etc.V
  29647. 32896X
  29648. Feb 00^
  29649. --set theItem to choose file -- uncomment to test in an AS editor
  29650.     tell application "Finder"
  29651.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  29652.         activate
  29653.     end tell
  29654. on error errMsg number errNum
  29655.     --enter statements to perform when no records are found such as...
  29656.     display dialog "Sorry, the item you selected could not be found."
  29657.     return
  29658. end try
  29659. e    No Changef
  29660. debuggerq
  29661. Dev.CD Feb 00 TC
  29662. <D!All Packages
  29663. Tool Chest Edition
  29664. F    SourceObj
  29665. stream
  29666. streamedit
  29667. streamlined
  29668. streams
  29669. strengths
  29670. stress
  29671. strictly
  29672. stride
  29673. string
  29674. stringing
  29675. strings
  29676. strip
  29677. stripunits
  29678. strlog
  29679. stroke
  29680. stroll
  29681. strong
  29682. stronger
  29683. Dec 99N.SimpleText, script, print, scriptable printingOTDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:Scriptable Print SimpleText:P_Dev.CD Mar 00 RL Disk 1
  29684.  - What's New
  29685.  - Sample Code
  29686.  - Printing
  29687.  - Scriptable Print SimpleTextV
  29688. 32840X
  29689. Mar 00^    RL Disk 1
  29690. --set theItem to choose file -- uncomment to test in an AS editor
  29691.     tell application "Finder"
  29692.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Printing:Scriptable Print SimpleText:"
  29693.         activate
  29694.     end tell
  29695. on error errMsg number errNum
  29696.     --enter statements to perform when no records are found such as...
  29697.     display dialog "Sorry, the item you selected could not be found."
  29698.     return
  29699. end try
  29700. e    No Changef+SimpleText
  29701. script
  29702. print
  29703. scriptable printingq
  29704. Dev.CD Mar 00 RL Disk 1
  29705. D!All Packages
  29706. Tool Chest Edition
  29707. ScriptableStuffItEngine
  29708. rfc1661
  29709. rfc1661
  29710. rfc1662
  29711. rfc1662
  29712. richardson
  29713. rights
  29714. rincludes
  29715. library
  29716. 4pmlibraryQ
  29717. 4pmlibrary
  29718. 4pmlibrary
  29719. 5.0.7
  29720. 5.3.2
  29721. 5300ramcard
  29722. 5xxx/6xxx
  29723. 5xxx/6xxx
  29724. tester
  29725. 6.3.3
  29726. performance
  29727. static
  29728. libraries
  29729. anniversary
  29730. 7.1.3
  29731. 7.5.5
  29732. apple
  29733. grayscale
  29734. appearance
  29735. 7edit
  29736. 7edit
  29737. readme
  29738. 8.5.1
  29739. 8/31/93
  29740. 9/1/93
  29741. 95/02
  29742. mag'n
  29743. Contents -> Extensions
  29744. Contents -> root of bootVol
  29745. Documentation
  29746. Experimental InterfaceLib
  29747. Interfaces & Libraries
  29748. Quick Start
  29749. Read Me
  29750. Test Target
  29751. ViewerK
  29752. Sep 97L
  29753. Aug 98M2Runs on any PowerPC-based Macintosh or compatible.N*instrumentation, EKG, performance analysisO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:PGDev.CD Jan 00 SDK1
  29754.  - Development Kits
  29755.  - Mac OS
  29756.  - Instrumentation SDKV
  29757. 32361X
  29758. Jan 00^
  29759. --set theItem to choose file -- uncomment to test in an AS editor
  29760.     tell application "Finder"
  29761.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:"
  29762.         activate
  29763.     end tell
  29764. on error errMsg number errNum
  29765.     --enter statements to perform when no records are found such as...
  29766.     display dialog "Sorry, the item you selected could not be found."
  29767.     return
  29768. end try
  29769. e    No Changef(instrumentation
  29770. performance analysisq
  29771. Dev.CD Jan 00 SDK1
  29772. %D!All Packages
  29773. Tool Chest Edition
  29774. Int'l Developer Contacts 2/96int Hint
  29775. All Packages
  29776. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  29777. Dev.CD Jan 94
  29778. Dev.CD Oct 93
  29779. Dev.CD Jul 93
  29780. Dev.CD Apr 93PDDev.CD Apr 94
  29781. Dev.CD Jan 94
  29782. Dev.CD Oct 93
  29783. Dev.CD Jul 93
  29784. Dev.CD Apr 9V
  29785. 33197X
  29786. Apr 94
  29787. --set theItem to choose file -- uncomment to test in an AS editor
  29788.     tell application "Finder"
  29789.         open item "Dev.CD Apr 94
  29790. Dev.CD Jan 94
  29791. Dev.CD Oct 93
  29792. Dev.CD Jul 93
  29793. Dev.CD Apr 93"
  29794.         activate
  29795.     end tell
  29796. on error errMsg number errNum
  29797.     --enter statements to perform when no records are found such as...
  29798.     display dialog "Sorry, the item you selected could not be found."
  29799.     return
  29800. end try
  29801. All Packages
  29802. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  29803. Dev.CD Jan 94
  29804. Dev.CD Oct 93
  29805. Dev.CD Jul 93P6Dev.CD Apr 94
  29806. Dev.CD Jan 94
  29807. Dev.CD Oct 93
  29808. Dev.CD Jul 9V
  29809. 33198X
  29810. Apr 94
  29811. define
  29812. defined
  29813. defines
  29814. defining
  29815. we're
  29816. we've
  29817. weather
  29818. ose file -- uncomment to test in an AS editor
  29819.     tell application "Finder"
  29820.         open item "Dev.CD Mar 00 RL:Technical Documentation:develop:develop Issue 17:"
  29821.         activate
  29822.     end tell
  29823. on error errMsg number errNum
  29824.     --enter statements to perform when no records are found such as...
  29825.     display dialog "Sorry, the item you selected could not be found."
  29826.     return
  29827. end try
  29828. Next CDq
  29829. Dev.CD Mar 00 RL
  29830. All Packages
  29831. develop Issue 18
  29832. 30361X
  29833. pre-scripted
  29834. pre-testing
  29835. pre-train
  29836. pre-translate
  29837. predecessor
  29838. predefined
  29839. predicates
  29840. predictable
  29841. prediction
  29842. predispatch
  29843. preemptive
  29844. preexisting
  29845. prefer
  29846. preference
  29847. preferences
  29848. preferred
  29849. prefs
  29850. preliminary
  29851. preloaded
  29852. premastering
  29853. premier
  29854. premiere
  29855. prepare
  29856. prepared
  29857. preparememoryforio
  29858. preparing
  29859. preperation
  29860. prerelease
  29861. prerequisite
  29862. prerequisites
  29863. prescalers
  29864. presence
  29865. present
  29866. presentation
  29867. presentations
  29868. presented
  29869. presenting
  29870. presently
  29871. presents
  29872. preserve
  29873. preserve68kregsactiv
  29874. preserve68kregssendp
  29875. preview
  29876. previews
  29877. b--set theItem to choose file -- uncomment to test in an AS editor
  29878.     tell application "Finder"
  29879.         open item "Dev.CD Aug 93"
  29880.         activate
  29881.     end tell
  29882. on error errMsg number errNum
  29883.     --enter statements to perform when no records are found such as...
  29884.     display dialog "Sorry, the item you selected could not be found."
  29885.     return
  29886. end try
  29887. ships
  29888. shoot
  29889. short
  29890. shortcuts
  29891. shotsW
  29892. should
  29893. shouldn't
  29894. show/hide
  29895. shown
  29896. shows
  29897. shrink-wrapped
  29898. All Packages
  29899. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  29900. Dev.CD Jan 94
  29901. Dev.CD Oct 93
  29902. Dev.CD Jul 93
  29903. Dev.CD Apr 93PDDev.CD Apr 94
  29904. Dev.CD Jan 94
  29905. Dev.CD Oct 93
  29906. Dev.CD Jul 93
  29907. Dev.CD Apr 9V
  29908. 33165X
  29909. Apr 94
  29910. --set theItem to choose file -- uncomment to test in an AS editor
  29911.     tell application "Finder"
  29912.         open item "Dev.CD Apr 94
  29913. Dev.CD Jan 94
  29914. Dev.CD Oct 93
  29915. Dev.CD Jul 93
  29916. Dev.CD Apr 93"
  29917.         activate
  29918.     end tell
  29919. on error errMsg number errNum
  29920.     --enter statements to perform when no records are found such as...
  29921.     display dialog "Sorry, the item you selected could not be found."
  29922.     return
  29923. end try
  29924. All Packages
  29925. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  29926. Dev.CD Jan 94
  29927. Dev.CD Oct 93
  29928. Dev.CD Jul 93
  29929. Dev.CD Apr 93PDDev.CD Apr 94
  29930. Dev.CD Jan 94
  29931. Dev.CD Oct 93
  29932. Dev.CD Jul 93
  29933. Dev.CD Apr 9V
  29934. 33166X
  29935. Apr 94
  29936. enabler
  29937. enablers
  29938. enables
  29939. identification
  29940. image
  29941. imagewriter
  29942. imaging
  29943. inactive
  29944. index
  29945. indian
  29946. plist
  29947. information
  29948. information
  29949. property
  29950. inline
  29951. inline
  29952. input
  29953. input
  29954. input
  29955. device
  29956. inputsprocket
  29957. inside
  29958. inside
  29959. inside
  29960. macintosh
  29961. installer
  29962. instance
  29963. instance
  29964. variables
  29965. instrumentation
  29966. integrity
  29967. interactive
  29968. interactive
  29969. media
  29970. solutions
  29971. interface
  29972. interface
  29973. builder
  29974. interfaces
  29975. interleaving
  29976. international
  29977. internationalization
  29978. internet
  29979. internet
  29980. server
  29981. interrupt
  29982. interrupt
  29983. introduction
  29984. introduction
  29985. programming
  29986. investment
  29987. iostreams
  29988. digital
  29989. digital
  29990. asset
  29991. management
  29992. digital
  29993. storyboard
  29994.  allows you to modify the behavior of PACK 3, the Standard File package.  Starting with System Update 3.0, PACK 3 uses icons taken from the Desktop file when displaying files in its lists.  This can be slow, especially on a slow connection such as Apple Remote Access and a modem.  This control panel lets you disable this feature and return to the previous behavior of PACK 3.
  29995. StdFile:  StdFile attempts to demonstrate several Standard File-related  techniques. See the 'README' file for detaE
  29996. J'Sample Code.img
  29997. Windows Sample Code.imgK
  29998. May 97L
  29999. May 97O
  30000. Dev.CD Feb 00 TC:Sample Code:P
  30001. Dev.CD Feb 00 TC
  30002.  - Sample CodeW
  30003. 32360X
  30004. Jan 00^
  30005. --set theItem to choose file -- uncomment to test in an AS editor
  30006.     tell application "Finder"
  30007.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Installer SDK 1.2.3:"
  30008.         activate
  30009.     end tell
  30010. on error errMsg number errNum
  30011.     --enter statements to perform when no records are found such as...
  30012.     display dialog "Sorry, the item you selected could not be found."
  30013.     return
  30014. end try
  30015. e    No Changef    Installerq
  30016. Dev.CD Jan 00 SDK1
  30017. $D!All Packages
  30018. Mac OS SDK Edition
  30019. Instrumentation SDK 1.0.6
  30020. jThe Instrumentation SDK is primarily a performance tool. It is used to record time-based information about your software as it runs. The viewer application displays this information, which can help you figure out what your software is up to.
  30021. 1.0.6 is a minor bugfix update. It also includes the experimental instrumented InterfaceLib that was part of E.T.O. 22.
  30022. 32361X
  30023. 1e    No Change
  30024.     CUnt "Installer Licensing - Read Me" at the top of the SDK folder for more information.
  30025. J^Installer 4.0.8
  30026. Installer Licensing - Read Me
  30027. Installer SDK 1.2.3.pdf
  30028. Upgrader 1.2.3 & EnginesK
  30029. Apr 94L
  30030. Feb 99MpInstaller 4.0.8:  System 4.2/Mac Plus and later
  30031. Upgrader/Installer Engine:  System 7.0/68020 processor and laterN    InstallerO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Installer SDK 1.2.3:PGDev.CD Jan 00 SDK1
  30032.  - Development Kits
  30033.  - Mac OS
  30034.  - Installer SDK 1.2.3plications. 
  30035. Exploiting Gr
  30036. aphics Speed on the Power Macintosh  by Konstantin Othmer, Shannon Holland, and Brian Cox.  A strategy for ensuring that users benefit from the improved performance of QuickDraw on the PowerPC platform.
  30037. Displaying Hierarchical Lists  by Martin Minow.  Here
  30038. s how to provide a user-controlled display mechanism for hierarchical data, much like the triangular buttons used for displaying files and folders in the Finder.
  30039. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  30040. The Installer SDK provides documentation and examples to help developers and administrators take advantage of Apple installation tools.
  30041. Version 1.2.3 of the SDK includes released versions of Upgrader (1.2.3) and Installer Engine (4.5.2).  We also include the shipping version of Installer 4.0.8.
  30042. This SDK is split into two folders: Upgrader and its engines, and old Installer 4.0.8.  Upgrader in conjunction with Installer Engine or ASR will replace the old Instaler 4.0.X application as Appl
  30043. s primary installation user experience.  Most Installer scripts written for Installer 4.0.X can be used with Upgrader and Installer Engine, so switching should be easy for most of you.
  30044. Installer
  30045. Note:  Some items are pre-release versions and cannot be licensed for distribution.  They are clearly marked as such.  It is should be understood that these items may have some bugs.
  30046. You must obtain a separate license from Apple to ship Installer-related tools with your product.  See the docume
  30047.  O)Dev.CD Apr 94
  30048. Dev.CD Jan 94
  30049. Dev.CD Oct 93P(Dev.CD Apr 94
  30050. Dev.CD Jan 94
  30051. Dev.CD Oct 9V
  30052. 33125X
  30053. Apr 94
  30054. ~--set theItem to choose file -- uncomment to test in an AS editor
  30055.     tell application "Finder"
  30056.         open item "Dev.CD Apr 94
  30057. Dev.CD Jan 94
  30058. Dev.CD Oct 93"
  30059.         activate
  30060.     end tell
  30061. on error errMsg number errNum
  30062.     --enter statements to perform when no records are found such as...
  30063.     display dialog "Sorry, the item you selected could not be found."
  30064.     return
  30065. end try
  30066. All Packages
  30067. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  30068. Dev.CD Jan 94
  30069. Dev.CD Oct 93
  30070. Dev.CD Jul 93P6Dev.CD Apr 94
  30071. Dev.CD Jan 94
  30072. Dev.CD Oct 93
  30073. Dev.CD Jul 9V
  30074. 33126X
  30075. Apr 94
  30076. you how to create and manipulate the fundamental geometric shapes of QuickDraw GX to generate a vast range of graphics entities.  It also shows you how to work with bitmaps and pictures, specialized QuickDrax GX graphic shapes.
  30077. QuickDraw GX Objects
  30078. This book gets you started in understanding how to work with QuickDraw GX and how to create the objects that underlie all of its capabilities.  It focuses on the object architecture as a whole, and how to use the objects that make up a QuickDra
  30079. w GX shape: the shape object, the style object, the ink object, and the transform object.
  30080. QuickDraw GX Printing
  30081. This book shows you how to support basic printing features including desktop printers, and how to use QuickDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  30082. QuickDraw GX Printing Extensions and Drivers
  30083. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  30084. extensions
  30085. extensive
  30086. extensively
  30087. external
  30088. extractbykind
  30089. extracted
  30090. extractor
  30091. extractors
  30092. extracts
  30093. extremely
  30094. fable
  30095. faced
  30096. faceless
  30097. facilitates
  30098. facilitating
  30099. facilities
  30100. facility
  30101. factory-default
  30102. factory-fresh
  30103. failure
  30104. falco
  30105. falkenburg
  30106. familiar
  30107. family
  30108. fancy
  30109. fashion
  30110. faster
  30111. fastest
  30112. fatbits
  30113. fault
  30114. favorite
  30115. favourite
  30116. fcode
  30117. fcompressimage
  30118. transform
  30119. transformations
  30120. transition
  30121. translate
  30122. translated
  30123. translaterotate
  30124. translates
  30125. translation
  30126. translations
  30127. translators
  30128. translucent
  30129. transmission
  30130. transmitted
  30131. transparency
  30132. transparent
  30133. transparently
  30134. r spreadsheets.
  30135. Graphical Truffles: A Cool QuickDraw GX Clipping Effect by Pete (
  30136. exander. A stroll through a snippet of code that demonstrates some fancy clipping.
  30137. Somewhere in QuickTime: Media Capture Using the Sequence Grabber by John Wang and Fernando Urbina. The sequence grabber component supports capture of any media type. Here
  30138. s how to use it.
  30139. JEdevelop Issue 19:
  30140. develop Issue 19 code:
  30141. develop Issue 19 references:K
  30142. Vol IIIL
  30143. Jun 95OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:
  30144. Xication and any kind of printer.  Is also shows how to create a QuickDraw GX printer driver.
  30145. QuickDraw GX Typography
  30146. This book shows you how to create and manipulate the three different types of text shapes supported by QuickDraw GX, and how to support sophisticated text layout, including text with mixed directions and multiple language text
  30147. QD GX Environment & Utilities :
  30148. QD GX Graphics:
  30149. QD GX Objects:
  30150. QD GX Printing:
  30151. QD GX Printing Ext & Drvrs:
  30152. QD GX Prog's Overview:
  30153. QD GX Typography:K
  30154. Aug 94L
  30155. Sep 94OGDev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:QuickDraw GX:PODev.CD Dec 99 RL
  30156.  - Technical Documentation
  30157.  - Inside Macintosh
  30158.  - QuickDraw GX
  30159. 33245X
  30160. Mar 00^    RL Disk 2b
  30161. Revised
  30162. --set theItem to choose file -- uncomment to test in an AS editor
  30163.     tell application "Finder"
  30164.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:webobjects:"
  30165.         activate
  30166.     end tell
  30167. on error errMsg number errNum
  30168.     --enter statements to perform when no records are found such as...
  30169.     display dialog "Sorry, the item you selected could not be found."
  30170.     return
  30171. end try
  30172. Updatedf3WebObjects
  30173. WebObjects 4
  30174. Mac OS X Server
  30175. Web Objects
  30176. /A>http://developer.apple.com/techpubs/webobjects/webobjects.html
  30177. Dev.CD Mar 00 RL Disk 2
  30178. D!All Packages
  30179. Mac OS SDK Edition
  30180. Telephone Manager 3.0
  30181. buttons
  30182. opentransport
  30183. cacheQ
  30184. cacheline
  30185. cad/cam
  30186. cad/cam
  30187. design
  30188. calibrator
  30189. camera
  30190. capabilities
  30191. capture
  30192. carbon
  30193. carbonlib
  30194. cardbus
  30195. cardbus
  30196. pcmcia
  30197. categories
  30198. finder
  30199. windows
  30200. cd-rom
  30201. cd-rom
  30202. device
  30203. manager
  30204. control
  30205. panel
  30206. symantec
  30207. metrowerks
  30208. standardfile
  30209. center
  30210. cfallocator
  30211. cfarray
  30212. cfbag
  30213. cfbase
  30214. cfbinaryheap
  30215. cfbitvector
  30216. cfbundle
  30217. cfcharacterset
  30218. cfcomparatorfunction
  30219. cfcomparisonresult
  30220. cfdata
  30221. cfdictionary
  30222. cfequal
  30223. Summary:  Inside Macintosh is a collection of books, organized by topic, that describe the system software of Macintosh computers.  Together, these books provide the essential reference for programmers, designers, and engineers creating applications for the Macintosh family of computers.
  30224. QuickDraw GX Progammer's Overview
  30225. This book provides an introduction to the QuickDraw GX development enviroment.  It beings with an overview of QuickDraw GX and the key elements of QuickDraw GX programs a
  30226. nd then moves on to illustrate these features using practical programming examples.
  30227. QuickDraw GX Environment & Utilities
  30228. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  30229. QuickDraw GX Graphics
  30230. This book shows  
  30231. 32359X
  30232. Dec 99^
  30233. --set theItem to choose file -- uncomment to test in an AS editor
  30234.     tell application "Finder"
  30235.         open item "Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:QuickDraw GX:"
  30236.         activate
  30237.     end tell
  30238. on error errMsg number errNum
  30239.     --enter statements to perform when no records are found such as...
  30240.     display dialog "Sorry, the item you selected could not be found."
  30241.     return
  30242. end try
  30243. Deletedq
  30244. Dev.CD Dec 99 RL
  30245. #D!All Packages
  30246. Mac OS SDK Edition
  30247. Installer SDK 1.2.3
  30248.     C,le Computer, Inc. Software Licensing Group.
  30249. Compiler Stuff
  30250. Debugging Tools
  30251. Read Me
  30252. Sample Applications
  30253. Software Licensing Info
  30254. Thread Manager
  30255. Thread Manager 2.1.1d1+
  30256. Thread Manager Documentation
  30257. ThreadUtilities
  30258. What's New In This PackageK
  30259. Aug 93L
  30260. Apr 95M
  30261. Runs on Macintosh Plus and newer under System 7 (7.0, 7.0.1, 7.1, etc.) System 7.1 or later recomended. The Thread Manger is built into System 7.5 and later systems so the extension is not needed.N>Thread Manager, thread, threads,  tasks, tasking, multitaskingO:Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Thread Manager:PBDev.CD Jan 00 SDK1
  30262.  - Development Kits
  30263.  - Mac OS
  30264.  - Thread Manager
  30265. 2400/c
  30266. 2400c
  30267. 2bufrecord&play
  30268. 2bufrecordbuffercmd
  30269. 2bufrecordsndplay
  30270. 6.0.4
  30271. buttons
  30272. devices
  30273. directional
  30274. elements
  30275. x-axes
  30276. list's
  30277. listed
  30278. listen
  30279. listen/accept
  30280. listeners
  30281. listening
  30282. listindialog
  30283. listing
  30284. listings
  30285. lists
  30286. little-known
  30287. living
  30288. llama
  30289. load/dump
  30290. loaded
  30291. loading
  30292. local
  30293. locale
  30294. locale-insensitive
  30295. locale-sensitive
  30296. locales
  30297. localizable
  30298. localization
  30299. localize
  30300. localized
  30301. localizers
  30302. localizing
  30303. allocating
  30304. allocation
  30305. allocations
  30306. allocators
  30307. allow
  30308. allowed
  30309. allowing
  30310. allowsW
  30311. almost
  30312. along
  30313. enabled
  30314. enabled/disabled
  30315. enabler
  30316. enablers
  30317. enables
  30318. enablesoundthrough
  30319. enabling
  30320. encapsulate
  30321. encapsulated
  30322. enclosed
  30323. encoded
  30324. encoding
  30325. encodings
  30326. encompasses
  30327. encounter
  30328. encounters
  30329. encourage
  30330. encouraged
  30331. encourages
  30332. encryption
  30333. end-of-message
  30334. endless
  30335. endorsement
  30336. endpoint
  30337. endpoints
  30338. enforces
  30339. engine
  30340. engineering
  30341. engineers
  30342. engines
  30343. engler
  30344. english
  30345. sures
  30346. configuration
  30347. dialog
  30348. configurations
  30349. configure
  30350. configured
  30351. configures
  30352. configuringQ
  30353. confines
  30354. confirm
  30355. confirmation
  30356. confirmed
  30357. conflict
  30358. conform
  30359. confused
  30360. confuses
  30361. confusing
  30362. confusion
  30363. conjunction
  30364. conjuntion
  30365. connect
  30366. connect
  30367. connected
  30368. issue
  30369. italian
  30370. italian
  30371. 1.1.3
  30372. italy
  30373. italy
  30374. distributors/localiz
  30375. items
  30376. japan
  30377. japanese
  30378. japanese
  30379. resources
  30380. drawing
  30381. survival
  30382. guide
  30383. javadrawing
  30384. javadrawing
  30385. javaqtanimation
  30386. javaqtanimation
  30387. javasprites
  30388. jbindery2.0
  30389. jbinderyhtml
  30390. helper
  30391. helper
  30392. helper
  30393. jisapplet
  30394. jman2.0
  30395. jmanhtml
  30396. ustify
  30397. mappings
  30398. keyboard
  30399. keyboardcontroller
  30400. keyboardcontroller
  30401. keychain
  30402. keychain
  30403. !N2InputSprocket, ISp, Needs, Elements, axes, buttonsOADev.CD Feb 00 TC:What's New?:Sample Code:Games:InputSprocketTest:PLDev.CD Feb 00 TC
  30404.  - What's New?
  30405.  - Sample Code
  30406.  - Games
  30407.  - InputSprocketTestnd imaging capabilities, but the basic graphics tasks that everyone needs to accomplish aren
  30408. t much more complex. Here are some recipes to get you started.
  30409. A First Look at Dylan: Classes, Functions, and Modules  by Steve Strassmann.  Dylan has fundamentally different notions about classes and methods 
  30410. than C++, notions that make specifying and using methods simpler and more expressive. Here
  30411. s an overview of the Dylan way of doing things.
  30412. Designing a Scripting Implementation  by Cal Simone.  The design of your application
  30413. s scripting vocabulary is as important as the design of your user interface. These guidelines will help you create a clean and consistent scripting vocabulary.
  30414. An Object-Oriented Approach to Hierarchical Lists  by Jan Bruyndonckx.  This article shows how to implement 
  30415. This sample demonstates the basic implmenetation of high and low level InputSprocket.  It shows the following functionality:
  30416. - ISpElementList_ExtractByKind
  30417. - List all devices
  30418. - List all elements
  30419. - List all buttons
  30420. - List all directional pads
  30421. - List all axes
  30422. - List all X-axes
  30423. - Get events
  30424. - Suspend
  30425. - Resume
  30426. - Create needs
  30427. - Destroy needs
  30428. - Get needs events
  30429. - Configuration dialog
  30430. - Enable mouse and keyboard
  30431. - Disable mouse and keyboard
  30432. - Reinitialize ADB bus
  30433. - Allocate/Deallocate test
  30434. - TestBIArbitraryAllocate test
  30435. - TestAccelration
  30436. - Enable speech
  30437. - Disable speech
  30438. InputSprocketSimpleTest.cp
  30439. InputSprocketSimpleTest.r
  30440. InputSprocketSimpleTest.rsrc
  30441. InputSprocketTest.CW2.prj
  30442. InputSprocketTest.CW5.prj
  30443. ISp AutoTest
  30444. ISp DialogTest
  30445. ISp MenuTest
  30446. ISpAutoTest.h
  30447. ISpDialogTest.h
  30448. ISpMenuTest.h
  30449. MakefileK
  30450. Feb 00M^PowerPC, System 8.1+, InputSprocket, and either Universal Interfaces 3.3 or InputSprocket SDK
  30451. OADev.CD Feb 00 TC:What's New?:Sample Code:Games:InputSprocketTest:ilderness with
  30452. 32358X
  30453. Feb 00^
  30454. --set theItem to choose file -- uncomment to test in an AS editor
  30455.     tell application "Finder"
  30456.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:InputSprocketTest:"
  30457.         activate
  30458.     end tell
  30459. on error errMsg number errNum
  30460.     --enter statements to perform when no records are found such as...
  30461.     display dialog "Sorry, the item you selected could not be found."
  30462.     return
  30463. end try
  30464. e    No Changef-InputSprocket
  30465. Needs
  30466. Elements
  30467. buttonsq
  30468. Dev.CD Feb 00 TC
  30469. "D(All Packages
  30470. Reference Library Edition
  30471. Inside Macintosh - QuickDraw GX
  30472. All Packages
  30473. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  30474. Dev.CD Jan 94
  30475. Dev.CD Oct 93P(Dev.CD Apr 94
  30476. Dev.CD Jan 94
  30477. Dev.CD Oct 9V
  30478. 33127X
  30479. Apr 94
  30480. ~--set theItem to choose file -- uncomment to test in an AS editor
  30481.     tell application "Finder"
  30482.         open item "Dev.CD Apr 94
  30483. Dev.CD Jan 94
  30484. Dev.CD Oct 93"
  30485.         activate
  30486.     end tell
  30487. on error errMsg number errNum
  30488.     --enter statements to perform when no records are found such as...
  30489.     display dialog "Sorry, the item you selected could not be found."
  30490.     return
  30491. end try
  30492. All Packages
  30493. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  30494. Dev.CD Jan 94
  30495. Dev.CD Oct 93
  30496. Dev.CD Jul 93P6Dev.CD Apr 94
  30497. Dev.CD Jan 94
  30498. Dev.CD Oct 93
  30499. Dev.CD Jul 9V
  30500. 33128X
  30501. Apr 94
  30502. All Packages
  30503. System Enabler 111 (PB 160/180)O
  30504. Dev.CD Apr 93P
  30505. Dev.CD Apr 9V
  30506. 33100X
  30507. Apr 93
  30508. b--set theItem to choose file -- uncomment to test in an AS editor
  30509.     tell application "Finder"
  30510.         open item "Dev.CD Apr 93"
  30511.         activate
  30512.     end tell
  30513. on error errMsg number errNum
  30514.     --enter statements to perform when no records are found such as...
  30515.     display dialog "Sorry, the item you selected could not be found."
  30516.     return
  30517. end try
  30518. All Packages
  30519. System Enabler 111 (PB 160/180)O
  30520. Dev.CD Apr 93P
  30521. Dev.CD Apr 9V
  30522. 33101X
  30523. Apr 93
  30524. b--set theItem to choose file -- uncomment to test in an AS editor
  30525.     tell application "Finder"
  30526.         open item "Dev.CD Apr 93"
  30527.         activate
  30528.     end tell
  30529. on error errMsg number errNum
  30530.     --enter statements to perform when no records are found such as...
  30531.     display dialog "Sorry, the item you selected could not be found."
  30532.     return
  30533. end try
  30534. All Packages
  30535. 33102X
  30536. textencodingcmgr
  30537. textfile
  30538. textfile
  30539. textfile
  30540. textfile
  30541. textfile
  30542. textfile
  30543. textintlsvcs
  30544. textoid
  30545. textoid
  30546. textres
  30547. textres
  30548. texture
  30549. texture
  30550. sample
  30551. thread
  30552. thread
  30553. manager
  30554. threading
  30555. threads
  30556. timing
  30557. techniques
  30558. token
  30559. token
  30560. tokenize
  30561. tokenizer
  30562. tokentalk
  30563. toolbox
  30564. toolbox
  30565. assistant
  30566. toolkit
  30567. tools
  30568. traceroute
  30569. traditional
  30570. traffic
  30571. traffic
  30572. light
  30573. transaction
  30574. translation
  30575. translation
  30576. manager
  30577. translator
  30578. transport
  30579. traversing
  30580. traversing
  30581. related
  30582. tables
  30583. window
  30584. window
  30585. arrangement
  30586. window
  30587. attributes
  30588. window
  30589. class
  30590. window
  30591. classes
  30592. window
  30593. layers
  30594. window
  30595. manager
  30596. windows
  30597. wombat
  30598. world
  30599. world
  30600. 'ISpElementView.cp
  30601. ISPElementView.h
  30602. ISpEventPane.cp
  30603. ISpEventPane.h
  30604. ISpLQuitWindow.cp
  30605. ISpLQuitWindow.h
  30606. ISpPPTest.r
  30607. ISpPPTestTools.cp
  30608. ISpPPTestTools.h
  30609. ISpTest (PowerPlant)
  30610. ISpTest.ppob
  30611. ISpTestGlobals.cp
  30612. ISpTestGlobals.h
  30613. ISpTestMain.cp
  30614. ISpTestMain.h
  30615. ISpTest_PowerPlant.CW5.prj
  30616. Why was this Archived?
  30617. itectural overview and shows how to support 3D data in your application.
  30618. Copland: The Mac OS Moves Into the Future  by Tim Dierks.  Here
  30619. s a preview of the future of the Mac OS, detailing s
  30620. ome of the major features and components and giving some suggestions about how to get ready for it now.
  30621. Creating PCI Device Drivers  by Martin Minow.  All about the new driver model on PCI-based Macintosh computers, and advice on porting existing drivers.
  30622. Custom Color Search Procedures  by Jim Wintermyre.  Learn about this useful method of customizing Color QuickDraw
  30623. s color handling. A real-world graphics problem is investigated and then solved using a custom color search procedure and 
  30624. Feb 00MnPowerPC, System 8.1+, InputSprocket, PowerPlant 2.1, and either Universal Interfaces 3.3 or InputSprocket SDK
  30625. ISP, InputSprocket, PowerPlantOKDev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:InputSprocketPPTest:PYDev.CD Feb 00 TC
  30626.  - What's New?
  30627.  - Sample Code
  30628.  - Archive
  30629.  - Games
  30630.  - InputSprocketPPTestV
  30631. 32357X
  30632. Feb 00^
  30633. --set theItem to choose file -- uncomment to test in an AS editor
  30634.     tell application "Finder"
  30635.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:InputSprocketPPTest:"
  30636.         activate
  30637.     end tell
  30638. on error errMsg number errNum
  30639.     --enter statements to perform when no records are found such as...
  30640.     display dialog "Sorry, the item you selected could not be found."
  30641.     return
  30642. end try
  30643. e    No Changef
  30644. InputSprocket
  30645. PowerPlantq
  30646. Dev.CD Feb 00 TC
  30647. !D!All Packages
  30648. Tool Chest Edition
  30649. InputSprocketTest
  30650. sequencegrabber
  30651. sequencers
  30652. sequences
  30653. sergeant
  30654. serial
  30655. series
  30656. serious
  30657. serve
  30658. server
  30659. server's
  30660. servers
  30661. serves
  30662. service
  30663. packages
  30664. summary
  30665. package
  30666. includes
  30667. draft
  30668. specifications
  30669. summary
  30670. package
  30671. apple
  30672. summary
  30673. package
  30674. provides
  30675. summary
  30676. package
  30677. provides
  30678. english
  30679. error
  30680. messages
  30681. summary
  30682. package
  30683. provides
  30684. something
  30685. replacement
  30686. summary
  30687. piece
  30688. intended
  30689. assist
  30690. non-us
  30691. developers
  30692. summary
  30693. resedit
  30694. editor
  30695. prepare
  30696. localized
  30697. numbe
  30698. summary
  30699. resedit
  30700. contains
  30701. macsbug
  30702. summary
  30703. sample
  30704. illustrates
  30705. determine
  30706. summary
  30707. sample
  30708. demonstrates
  30709. compress
  30710. decompr
  30711. summary
  30712. sample
  30713. demonstrates
  30714. write
  30715. simple
  30716. summary
  30717. sample
  30718. extracts
  30719. finder
  30720. strings
  30721. summary
  30722. support
  30723. quicktake
  30724. quicktake
  30725. summary
  30726. small
  30727. application
  30728. control
  30729. summary
  30730. software
  30731. improves
  30732. float-to-int
  30733. conversion
  30734. installer
  30735. installer
  30736. 1.2.3
  30737. instance
  30738. instrumentation
  30739. instrumentation
  30740. 1.0.6
  30741. int'l
  30742. int'l
  30743. developer
  30744. contacts
  30745. interactive
  30746. interactive
  30747. success
  30748. guide
  30749. interapplication
  30750. interface
  30751. interfaces&libraries
  30752. international
  30753. international
  30754. 1.5.1
  30755. iso9660
  30756. sample
  30757. issue
  30758. 1.0fc1
  30759. iw-half-dither
  30760. japan
  30761. japanese
  30762. japanese
  30763. language
  30764. japanese
  30765. language
  30766. drawing
  30767. javasprites
  30768. helper
  30769. jisapplet
  30770. sample
  30771. jsaver
  30772. jscriptapplet
  30773. kanjitalk
  30774. kanjitalk
  30775. update
  30776. library
  30777. localization
  30778. localizers
  30779. showballoon
  30780. showcase
  30781. showdraghilite
  30782. showicon
  30783. showing
  30784. shown
  30785. shows
  30786. shows
  30787. implement
  30788. pre-mixer
  30789. component
  30790. shrink
  30791. shrink-wrapped
  30792. N8Apple Events Spell Grammar Writeswell Spellswell WorkingOvDev.CD Dec 99 RL:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:P
  30793. Dev.CD Dec 99 RL
  30794.  - Technical Documentation
  30795.  - Apple Event Registry & Suites
  30796.  - Apple Event Registry
  30797.  - Word Services Suite 1.0.7rld@
  30798. xcmd@
  30799. years@
  30800. you'll@
  30801. yourself@
  30802. zone@
  30803. 1.0.1b1c2@
  30804. 1.1.1@
  30805. about
  30806. appleshare
  30807. client
  30808. aboutbox@
  30809. aeusertermtypes@
  30810. apple
  30811. cd-rom
  30812. handbook@
  30813. apple
  30814. directions
  30815. 09/96
  30816. apple
  30817. directions
  30818. 10/95@
  30819. apple
  30820. profiler
  30821. 1.3.1
  30822. info@
  30823. applesingle/appledou
  30824. formats@
  30825. archive@
  30826. installer
  30827. image@
  30828. aurp@
  30829. reporting@
  30830. buildxcmd@
  30831. cdroms@
  30832. checkwindowout@
  30833. code@
  30834. codewarrior@
  30835. config&interleave@
  30836. copybits@
  30837. coresample@
  30838. csmp-digest-readme@
  30839. csmp-digest-v3-038@
  30840. All Packages
  30841. System Enabler 003 (LC III)OEDev.CD Apr 94
  30842. Dev.CD Jan 94
  30843. Dev.CD Oct 93
  30844. Dev.CD Jul 93
  30845. Dev.CD Apr 93PDDev.CD Apr 94
  30846. Dev.CD Jan 94
  30847. Dev.CD Oct 93
  30848. Dev.CD Jul 93
  30849. Dev.CD Apr 9V
  30850. 33034X
  30851. Apr 94
  30852. --set theItem to choose file -- uncomment to test in an AS editor
  30853.     tell application "Finder"
  30854.         open item "Dev.CD Apr 94
  30855. Dev.CD Jan 94
  30856. Dev.CD Oct 93
  30857. Dev.CD Jul 93
  30858. Dev.CD Apr 93"
  30859.         activate
  30860.     end tell
  30861. on error errMsg number errNum
  30862.     --enter statements to perform when no records are found such as...
  30863.     display dialog "Sorry, the item you selected could not be found."
  30864.     return
  30865. end try
  30866. All Packages
  30867. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  30868. Dev.CD Jan 94
  30869. Dev.CD Oct 93
  30870. Dev.CD Jul 93
  30871. Dev.CD Apr 93PDDev.CD Apr 94
  30872. Dev.CD Jan 94
  30873. Dev.CD Oct 93
  30874. Dev.CD Jul 93
  30875. Dev.CD Apr 9V
  30876. 33035X
  30877. Apr 94
  30878. matter
  30879. matters
  30880. matthew
  30881. maurer
  30882. maurice
  30883. maximize
  30884. maximum
  30885. --set theItem to choose file -- uncomment to test in an AS editor
  30886.     tell application "Finder"
  30887.         open item "Dev.CD Apr 94
  30888. Dev.CD Jan 94
  30889. Dev.CD Oct 93
  30890. Dev.CD Jul 93
  30891. Dev.CD Apr 93"
  30892.         activate
  30893.     end tell
  30894. on error errMsg number errNum
  30895.     --enter statements to perform when no records are found such as...
  30896.     display dialog "Sorry, the item you selected could not be found."
  30897.     return
  30898. end try
  30899. naked
  30900. named
  30901. namely
  30902. names
  30903. native
  30904. natural
  30905. navigable
  30906. navigate
  30907. navigates
  30908. navigation
  30909. navigation
  30910. services
  30911. documents
  30912. selector
  30913. selectors
  30914. selects
  30915. self-maintaining
  30916. self-moderating
  30917. self-mounting
  30918. self-paced
  30919. selfsend
  30920. selling
  30921. semantics
  30922.      activate
  30923.     end tell
  30924. on error errMsg number errNum
  30925.     --enter statements to perform when no records are found such as...
  30926.     display dialog "Sorry, the item you selected could not be found."
  30927.     return
  30928. end try
  30929. e    No Changeq
  30930. Dev.CD Mar 00 RL Disk 1
  30931. All Packages
  30932. develop Issue 25
  30933. 30369X
  30934. MxFor optimal use, Japanese system software 7.1 or Japanese Language Kit are required. Application runs on SSW 6.0 and up.NBTSMTE, TSM, TextEdit, inline input, Japanese, internationalizationO
  30935. Dev.CD Feb 00 TC:Sample Code:P
  30936. Dev.CD Feb 00 TC
  30937.  - Sample CodeV
  30938. 32356X
  30939. Feb 00^
  30940. r--set theItem to choose file -- uncomment to test in an AS editor
  30941.     tell application "Finder"
  30942.         open item "Dev.CD Feb 00 TC:Sample Code:"
  30943.         activate
  30944.     end tell
  30945. on error errMsg number errNum
  30946.     --enter statements to perform when no records are found such as...
  30947.     display dialog "Sorry, the item you selected could not be found."
  30948.     return
  30949. end try
  30950. Movedf=TSMTE
  30951. TextEdit
  30952. inline input
  30953. Japanese
  30954. internationalizationq
  30955. Dev.CD Feb 00 TC
  30956.  D!All Packages
  30957. Tool Chest Edition
  30958. InputSprocketPPTestInThis is a PowerPlant version of the InputSprocket test.  It has the same functionality as the other ISp Tests.
  30959. 1e    No Change
  30960. Level 2 printers can accept JPEG-compressed image data direct
  30961. install
  30962. install
  30963. install
  30964. install
  30965. install
  30966. install
  30967. install
  30968. install
  30969. 3.0.1
  30970. install
  30971. 1.0.2
  30972. install
  30973. 2.0.1
  30974. install
  30975. english
  30976. install
  30977. macapp
  30978. r13u4
  30979. install
  30980. install
  30981. opengl
  30982. install
  30983. quicktime
  30984. conferencing
  30985. install
  30986. quickview
  30987. installer
  30988. installer
  30989. 4.0.8
  30990. installer
  30991. drivers
  30992. installer
  30993. licensing
  30994. installer
  30995. 1.2.3
  30996. installer
  30997. source
  30998. installers
  30999. installing
  31000. installing
  31001. opendoc
  31002. instance
  31003. ~--set theItem to choose file -- uncomment to test in an AS editor
  31004.     tell application "Finder"
  31005.         open item "Dev.CD Apr 94
  31006. Dev.CD Jan 94
  31007. Dev.CD Oct 93"
  31008.         activate
  31009.     end tell
  31010. on error errMsg number errNum
  31011.     --enter statements to perform when no records are found such as...
  31012.     display dialog "Sorry, the item you selected could not be found."
  31013.     return
  31014. end try
  31015. format/compression
  31016. formatasdos
  31017. formats
  31018. formatted
  31019. formatting
  31020. formerly
  31021. formerly
  31022. appearance
  31023. contextual
  31024. menumanager
  31025. forms
  31026. formulate
  31027. forrest
  31028. forth
  31029. fortran
  31030. forward
  31031. forwarders
  31032. forwards
  31033. --set theItem to choose file -- uncomment to test in an AS editor
  31034.     tell application "Finder"
  31035.         open item "Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:"
  31036.         activate
  31037.     end tell
  31038. on error errMsg number errNum
  31039.     --enter statements to perform when no records are found such as...
  31040.     display dialog "Sorry, the item you selected could not be found."
  31041.     return
  31042. end try
  31043. contains
  31044. transport
  31045. software
  31046. development
  31047. content
  31048. contents
  31049. context
  31050. cooperation
  31051. cooperative
  31052. coordinates
  31053. copacetically
  31054. copies
  31055. copland
  31056. p--set theItem to choose file -- uncomment to test in an AS editor
  31057.     tell application "Finder"
  31058.         open item "Dev.CD Apr 94
  31059. Dev.CD Jan 94"
  31060.         activate
  31061.     end tell
  31062. on error errMsg number errNum
  31063.     --enter statements to perform when no records are found such as...
  31064.     display dialog "Sorry, the item you selected could not be found."
  31065.     return
  31066. end try
  31067. kcapapp
  31068. kchrs
  31069. keeping
  31070. keith
  31071. keith's
  31072. kernel
  31073. kevin
  31074. keyboard
  31075. keyboard's
  31076. keyboards
  31077. keychain
  31078. keycodes
  31079. keymaptest
  31080. keymenu
  31081. keytrans
  31082. kgreetingport
  31083. killer
  31084. preserved
  31085. press
  31086. pressed
  31087. pressing
  31088. pretty
  31089. prevent
  31090. prevented
  31091. prevents
  31092. preview
  31093. previews
  31094. wanting
  31095. wants
  31096. warming
  31097. warning
  31098. warnings
  31099. warns
  31100. warrior
  31101. waste
  31102. waste
  31103. editing
  31104. library
  31105. macintosh
  31106. programmers
  31107. watch
  31108. watcher
  31109. watching
  31110. webobjects
  31111. webobjects
  31112. tools
  31113. techniques
  31114. theresa
  31115. tensor
  31116. website
  31117. weekly
  31118. weeks
  31119. weird
  31120. weiss
  31121. well-trod
  31122. b--set theItem to choose file -- uncomment to test in an AS editor
  31123.     tell application "Finder"
  31124.         open item "Dev.CD Jul 95"
  31125.         activate
  31126.     end tell
  31127. on error errMsg number errNum
  31128.     --enter statements to perform when no records are found such as...
  31129.     display dialog "Sorry, the item you selected could not be found."
  31130.     return
  31131. end try
  31132. ported
  31133. porting
  31134. porting
  31135. objective-c
  31136. theresa
  31137. tensor
  31138. informa
  31139. portion
  31140. portions
  31141. portlist
  31142. portrait
  31143. portrect
  31144. ports
  31145. portuguese
  31146. posers
  31147. position
  31148. positioning
  31149. positions
  31150. possibilities
  31151. possibility
  31152. possible
  31153. possibly
  31154. posts
  31155. 32355X
  31156. Feb 00^
  31157. --set theItem to choose file -- uncomment to test in an AS editor
  31158.     tell application "Finder"
  31159.         open item "Dev.CD Feb 00 TC:Language Kits:Indian Language Kit 1.0:"
  31160.         activate
  31161.     end tell
  31162. on error errMsg number errNum
  31163.     --enter statements to perform when no records are found such as...
  31164.     display dialog "Sorry, the item you selected could not be found."
  31165.     return
  31166. end try
  31167. e    No Changeq
  31168. Dev.CD Feb 00 TC
  31169. D!All Packages
  31170. Tool Chest Edition
  31171. Inline Input for TextEdit
  31172. pSummary:  This package helps developers implement inline input for TextEdit using the TSMTE extension in their applications.
  31173. Features:  The package provides sample code for implementing inline input for TextEdit, the TSMTE interfaces, and the TSMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  31174. J'Sample Code.img
  31175. Windows Sample Code.imgK
  31176. Feb 94L
  31177. May 94:Sample Code:V
  31178. 32356X
  31179. Moved
  31180. bottleneck
  31181. bottlenecks
  31182. bottom
  31183. boundaries
  31184. boundary
  31185. braving
  31186. break
  31187. breakpoints
  31188. breaks
  31189. breakthroughs
  31190. breeze
  31191. brian
  31192. bridge
  31193. bridges
  31194. brief
  31195. brigham
  31196. bring
  31197. bring-up
  31198. bringing
  31199. brings
  31200. brink
  31201. broadcast
  31202. broadcast-ready
  31203. brochure
  31204. bronze
  31205. browse
  31206. browser
  31207. browsing
  31208. bruce
  31209. bruyndonckx
  31210. bryan
  31211. budget
  31212. buffer
  31213. buffered
  31214. buffering
  31215. bugfix
  31216. buggy
  31217. buginfo
  31218. compatible Indian language sites on the web.
  31219. The Indian Language Kit includes Apple TrueType fonts that display and print high-quality Devanagari, Gurmukhi and Gujarati characters at any size. Documents can be printed on both QuickDraw and PostScript printers. If you use a QuickDraw GX application with the kit you will be able to access additional advanced typography features supported by Apple QuickDraw GX technology.
  31220. The kit comes with a selection of keyboard layouts accompanied by a r
  31221. !eference card. The default INSCRIPT layout, developed in India to address the special needs of Indian languages, permits all the Indian scripts to be typed in a common way. For users who prefer a phonetic Romanized input option, a QWERTY keyboard layout is also provided for each language.
  31222. Install 1
  31223. Install 2K
  31224. May 97O7Dev.CD Feb 00 TC:Language Kits:Indian Language Kit 1.0:P<Dev.CD Feb 00 TC
  31225.  - Language Kits
  31226.  - Indian Language Kit 1.0
  31227. multimedia
  31228. multiple
  31229. multiple
  31230. monitor
  31231. multiple
  31232. multiprocessing
  31233. multiprocessor
  31234. multitasking
  31235. music
  31236. music
  31237. movie
  31238. mutable
  31239. mutable
  31240. string
  31241. named
  31242. named
  31243. navigable
  31244. navigable
  31245. movies
  31246. navigation
  31247. navigation
  31248. services
  31249. nbplookup
  31250. needs
  31251. neighborhood
  31252. netsprocket
  31253. netstat
  31254. netware
  31255. network
  31256. network
  31257. administrator
  31258. network
  31259. driver
  31260. network
  31261. management
  31262. network
  31263. preferences
  31264. network
  31265. server
  31266. network
  31267. services
  31268. location
  31269. anymore
  31270. All Packages
  31271. System 7 Tune-UpO
  31272. Dev.CD Sept 92
  31273. Dev.CD Aug 92P
  31274. Dev.CD Sept 92
  31275. Dev.CD Aug 9V
  31276. 32924X
  31277. Sept 9
  31278. q--set theItem to choose file -- uncomment to test in an AS editor
  31279.     tell application "Finder"
  31280.         open item "Dev.CD Sept 92
  31281. Dev.CD Aug 92"
  31282.         activate
  31283.     end tell
  31284. on error errMsg number errNum
  31285.     --enter statements to perform when no records are found such as...
  31286.     display dialog "Sorry, the item you selected could not be found."
  31287.     return
  31288. end try
  31289. All Packages
  31290. System 7 Tune-UpO)Dev.CD Apr 92
  31291. Dev.CD Mar 92
  31292. Dev.CD Feb 92P(Dev.CD Apr 92
  31293. Dev.CD Mar 92
  31294. Dev.CD Feb 9V
  31295. 32925X
  31296. Apr 92
  31297. reader
  31298. readers
  31299. readily
  31300. reading
  31301. readlocation
  31302. readme
  31303. readmes
  31304. reads
  31305. readsector
  31306. reduced
  31307. reduces
  31308. reekes
  31309. reeves
  31310. refer
  31311. Summary:  This folder contains information that tells developers how to use Apple's English and Spanish text-to-speech software to let applications talk.  You can find more information on Apple's web site at: <http://www.speech.apple.com/>
  31312. Along with this text-to-speech developer information, you should find a folder named "PlainTalk 1.5" that contains the "English Text-to-Speech" and "Mexican Spanish Text-to-Speech" installers.  Apple's Installer scripts for text-to-speech make sure that
  31313.  the appropriate speech synthesizers are installed for the hardware and system software available.  They also take care to remove the outdated versions of text-to-speech.  There are currently four speech synthesizers, each with differing requirements.  And there have been many previous configurations released, under a variety of names.  So getting this right is no simple task.  If you ship text-to-speech with your application, please take advantage of Apple's Installer scripts, either by d
  31314. In Use
  31315. Summary: In Use is an INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  31316. J4In Use
  31317. In Use Release Notes
  31318. In Use Release Notes.txtK
  31319. Vol IIIL
  31320. Vol VIIIO0Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:In Use:P;Dev.CD Feb 00 TC
  31321.  - Tool Chest
  31322.  - Devices
  31323.  - SCSI
  31324.  - In UseV
  31325. 32353X
  31326. Feb 00^
  31327. --set theItem to choose file -- uncomment to test in an AS editor
  31328.     tell application "Finder"
  31329.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:In Use:"
  31330.         activate
  31331.     end tell
  31332. on error errMsg number errNum
  31333.     --enter statements to perform when no records are found such as...
  31334.     display dialog "Sorry, the item you selected could not be found."
  31335.     return
  31336. end try
  31337. e    No Changeq
  31338. Dev.CD Feb 00 TC
  31339. All Packages
  31340. Indian Language KitV
  31341. 32354X
  31342. Dev.CD May 97 TCP
  31343. Dev.CD May 97 TV
  31344. 32354X
  31345. May 97
  31346. e--set theItem to choose file -- uncomment to test in an AS editor
  31347.     tell application "Finder"
  31348.         open item "Dev.CD May 97 TC"
  31349.         activate
  31350.     end tell
  31351. on error errMsg number errNum
  31352.     --enter statements to perform when no records are found such as...
  31353.     display dialog "Sorry, the item you selected could not be found."
  31354.     return
  31355. end try
  31356. D!All Packages
  31357. Tool Chest Edition
  31358. Indian Language Kit 1.0
  31359. Summary:  Apple's Indian Language Kit is an easy way to add Hindi, Sanskrit, Gujarati, Marathi, Punjabi, and Nepali text to your  documents using any of three Indian writing systems: Devanagari, Gujarati, and Gurmukhi.
  31360.                                                       
  31361. The Indian Language Kit is the ideal solution for a variety of business, educational and personal projects. It works best with applications that support Apple's WorldScript technology. It can even be used to view ISCII-lities, a
  31362. 1.1.6
  31363. 100basetx
  31364. 2.1.1
  31365. 2.1.2
  31366. 2.1.3
  31367. 2.1.4
  31368. 3.2.1
  31369. 8.5.1
  31370. 802.2
  31371. 802.3
  31372. action
  31373. actions
  31374. active
  31375. control
  31376. patch
  31377. address
  31378. administrator
  31379. adobe
  31380. adobe
  31381. acrobat
  31382. reader
  31383. apple
  31384. events
  31385. appleevents
  31386. aegizmos
  31387. after
  31388. newgworld
  31389. usedistanthdwrmem
  31390. uselocalhdwrmem
  31391. network
  31392. server
  31393. symbiotic
  31394. client
  31395. server
  31396. alias
  31397. alias
  31398. hypercard
  31399. system
  31400. allocators
  31401. altivec
  31402. altivec
  31403. emulator
  31404. analysis
  31405. D!All Packages
  31406. Tool Chest Edition
  31407. ng a detective.
  31408. THE VETERAN NEOPHYTE:  Manual Labor  by Jim Mensch.  Lots of activities have hidden lessons that can be applied to programming 
  31409.  for example, rebuilding a car engine.
  31410. KON & BAL
  31411. S PUZZLE PAGE:  New World Order by Cameron Esfahani and Alex Rosenberg.  Playing Marathon during work hours is not only justifiable but can actually prove fruitful.
  31412. JEdevelop Issue 26:
  31413. develop Issue 26 code:
  31414. develop Issue 26 references:K
  31415. Jun 96L
  31416. Sep 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 26:PQDev.CD Mar 00 RL Disk 1
  31417.  - Technical Documentation
  31418.  - Develop
  31419.  - develop Issue 26
  31420. b--set theItem to choose file -- uncomment to test in an AS editor
  31421.     tell application "Finder"
  31422.         open item "Dev.CD Oct 94"
  31423.         activate
  31424.     end tell
  31425. on error errMsg number errNum
  31426.     --enter statements to perform when no records are found such as...
  31427.     display dialog "Sorry, the item you selected could not be found."
  31428.     return
  31429. end try
  31430. component-based
  31431. components
  31432. composers
  31433. composite
  31434. compound
  31435. compound-document
  31436. compress
  31437. compressed
  31438. compressimage
  31439. compression
  31440. compression/decompre
  31441. compressor/decompres
  31442. computer
  31443. computer's
  31444. computer-based
  31445. computers
  31446. computing
  31447. concentrate
  31448. concerns
  31449. concerted
  31450. concurrent
  31451. concurrently
  31452. Rhapsody Developer Documentation
  31453. Rhapsody Home Pages
  31454. A set of "home pages" that guides you to the documentation you're looking for. These pages mirror those found on the Rhapsody Developer CD, yet lead you to more up-to-date information.
  31455. Release Notes
  31456. The release notes describe new features, known problems, and bug fixes for the current Rhapsody release. They often contain late-breaking information that did not make it into the installed release notes. 
  31457.  Yellow Box Java APIs
  31458.  An alpha vBaersion of the Application Kit and Foundation APIs, as rewritten for Java.
  31459. OPENSTEP Documentation
  31460. JVDeveloperTutorial_NT:
  31461. DevEnvGuide:
  31462. index.html
  31463. ProgrammingTopics:
  31464. rhapsody.html
  31465. System:K
  31466. May 97L
  31467. Dec 98NURhapsody, Yellow Box Java APIs, OPENSTEP, Rhapsody Home pages, Rhapsody Release NotesO1Dev.CD Dec 99 RL:Technical Publications:rhapsody:P6Dev.CD Dec 99 RL
  31468.  - Technical Publications
  31469.  - rhapsodyW
  31470. all-in-one
  31471. all-new
  31472. allocating
  31473. change
  31474. velop
  31475. issue
  31476. develop
  31477. issue
  31478. develop
  31479. issue
  31480. develop
  31481. issue
  31482. developer
  31483. developer
  31484. documentation
  31485. developer
  31486. information
  31487. developer
  31488. notes
  31489. developer
  31490. university
  31491. developertutorial
  31492. developertutorial
  31493. development
  31494. devenvguide
  31495. device
  31496. devicemanagers
  31497. devices
  31498. devtools
  31499. interleave
  31500. diractive
  31501. e    No Changef
  31502. QuickTime
  31503. Dev.CD Feb 00 TC
  31504. D!All Packages
  31505. Tool Chest Edition
  31506. Imran's Virtual KeycodesItSummary: This document shows how raw keycodes map to virtual keycodes on various keyboards.
  31507. It is an MPW text file. JFImran's READ ME
  31508. Imran's READ ME.txt
  31509. KCHR mappings
  31510. Virtual Keycode diffK
  31511. Vol VL
  31512. Vol VIIORDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:P]Dev.CD Feb 00 TC
  31513.  - Tool Chest
  31514.  - Development Kits
  31515.  - MPW Related
  31516.  - Imran's Virtual KeycodesV
  31517. 32352X
  31518. Feb 00^
  31519. --set theItem to choose file -- uncomment to test in an AS editor
  31520.     tell application "Finder"
  31521.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:"
  31522.         activate
  31523.     end tell
  31524. on error errMsg number errNum
  31525.     --enter statements to perform when no records are found such as...
  31526.     display dialog "Sorry, the item you selected could not be found."
  31527.     return
  31528. end try
  31529. e    No Changeq
  31530. Dev.CD Feb 00 TC
  31531. change
  31532. program
  31533. shows
  31534. select
  31535. quickt
  31536. program
  31537. shows
  31538. select
  31539. create
  31540. movie
  31541. program
  31542. shows
  31543. select
  31544. group
  31545. quicktime
  31546. drawin
  31547. program
  31548. shows
  31549. subclass
  31550. quicktime
  31551. program
  31552. shows
  31553. qtjava
  31554. program
  31555. shows
  31556. quicktime's
  31557. visual
  31558. effect
  31559. program
  31560. shows
  31561. sgdrawable
  31562. class
  31563. program
  31564. shows
  31565. tuneplayer
  31566. program
  31567. shows
  31568. construction
  31569. composited
  31570. program
  31571. shows
  31572. introspection
  31573. movie
  31574. program
  31575. shows
  31576. usage
  31577. graphicsimporter
  31578. program
  31579. shows
  31580. usage
  31581. graphicsimporterdra
  31582. developer
  31583. describes
  31584. macintosh
  31585. powerbook
  31586. 2400c
  31587. developer
  31588. provides
  31589. technical
  31590. information
  31591. about
  31592. development
  31593. information
  31594. --set theItem to choose file -- uncomment to test in an AS editor
  31595.     tell application "Finder"
  31596.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImportExport:"
  31597.         activate
  31598.     end tell
  31599. on error errMsg number errNum
  31600.     --enter statements to perform when no records are found such as...
  31601.     display dialog "Sorry, the item you selected could not be found."
  31602.     return
  31603. end try
  31604. ZLE PAGE   QuickTime Quandary  by Konstantin Othmer and BruceFt Leak.  More Macintosh madness from the MacsBug mentors. There
  31605. s a possibility you might actually score on this one!
  31606. JEdevelop Issue 27:
  31607. develop Issue 27 code:
  31608. develop Issue 27 references:K
  31609. Sep 96L
  31610. Nov 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 27:PQDev.CD Mar 00 RL Disk 1
  31611.  - Technical Documentation
  31612.  - Develop
  31613.  - develop Issue 27
  31614. e example uses THINK C's inline assembler, so MPW users will have to either inline it, or write something similar using MPW's assembler.
  31615. J'Sample Code.img
  31616. Windows Sample Code.imgK
  31617. Feb 92L
  31618. Aug 95O
  31619. Dev.CD Feb 00 TC:Sample Code:P
  31620. Dev.CD Feb 00 TC
  31621.  - Sample Code
  31622. versionedit
  31623. Summary:  The Thread Manager is a System 7 Extension which allows applications to make use of multithreading within their application context on all Macintosh platforms. Version 2.1 supports both 68K and PowerPC applications.
  31624. Thread Manager Features:
  31625.  The Thread Manager is supported by Apple Computer
  31626.  Is a real live Macintosh Toolbox Manager, supported in System Software.
  31627.  Allows an application process to be broken into simple
  31628. subprocesses that proceed concurrently in the same overall 
  31629. application context.
  31630.  Easy-to-use
  31631.  programming interface
  31632.  Documentation is less than 2" thick
  31633.  Fast context switch times (does not BlockMove thread stacks like the old Threads library does)
  31634.  You can pass parameters on the stack (due to the above reason)
  31635.  Threads can have custom in/out context handlers
  31636.  Useful sample code provided
  31637.  Useful sample libraries provided
  31638.  Useful debugging tools provided
  31639. Issues:  Read the file 'Software Licensing Info' for information on contacting the App
  31640. its to colorize a picture.  You select a foreground and background color, and copybits colorizes the picture.
  31641. Compressed PICT Info:  This snippet shows how to use the StdPix proc to intercept and display the compression type and depth of any compressed PICT within a PICT resource.
  31642. CopyBits vs. CopyMask:  This snippet drag races CopyBits (using a mask region) and CopyMask (using a mask BitMap). Which do you think is faster? The results may surprise you.
  31643. CopybitsSpeedPalette:  This progra
  31644. m demostrates ways to increase copybits speed when using palettes.
  31645. CopyDeepMask:  This program demonstrates the use of CopyDeepMask using 2 PICTS (one a photograph and the other a triangular mask).  It uses 2 offscreen gworlds to hold the source and mask pixmaps. CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order to avoid altering pixel sizes.
  31646. CopyMask:  Shows how Copy
  31647. about
  31648. about
  31649. runtime
  31650. 2.1.4
  31651. accelerating
  31652. e    No Changef
  31653. Update
  31654.  Imageq
  31655. Dev.CD Jul 98 SSW/SDK
  31656. D!All Packages
  31657. Tool Chest Edition
  31658. Xap Handles dcmdInSummary: A dcmd that fills disposed memory with bus error numbers to detect the re-use of de-allocated memory.J
  31659. Memory Management.imgK
  31660. Vol XOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  31661.  - Tool Chest
  31662.  - Testing & Debugging
  31663.  - Memory ManagementV
  31664. 33300X
  31665. Feb 00^
  31666. --set theItem to choose file -- uncomment to test in an AS editor
  31667.     tell application "Finder"
  31668.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  31669.         activate
  31670.     end tell
  31671. on error errMsg number errNum
  31672.     --enter statements to perform when no records are found such as...
  31673.     display dialog "Sorry, the item you selected could not be found."
  31674.     return
  31675. end try
  31676. e    No Changeq
  31677. Dev.CD Feb 00 TC
  31678. D!All Packages
  31679. Mac OS SDK Edition
  31680. XTND 1.3.6
  31681.     Hjh MacTCP networking. You can easily put this code into your MacTCP application for the same functionality.
  31682. J'Sample Code.img
  31683. Windows Sample Code.imgK
  31684. Feb 92L
  31685. May 95O
  31686. Dev.CD Feb 00 TC:Sample Code:P
  31687. Dev.CD Feb 00 TC
  31688.  - Sample Code
  31689. using
  31690. enterprise
  31691. objects
  31692. framework
  31693. openstep
  31694. v-twin
  31695. v1.0.1
  31696. --set theItem to choose file -- uncomment to test in an AS editor
  31697.     tell application "Finder"
  31698.         open item "Dev.CD Apr 94
  31699. Dev.CD Jan 94
  31700. Dev.CD Oct 93
  31701. Dev.CD Jul 93
  31702. Dev.CD Apr 93"
  31703.         activate
  31704.     end tell
  31705. on error errMsg number errNum
  31706.     --enter statements to perform when no records are found such as...
  31707.     display dialog "Sorry, the item you selected could not be found."
  31708.     return
  31709. end try
  31710. module
  31711. modules
  31712. mofify
  31713. moment
  31714. momentum
  31715. money
  31716. All Packages
  31717. System Enabler 111 (PB 160/180)O
  31718. Dev.CD Apr 93P
  31719. Dev.CD Apr 9V
  31720. 33107X
  31721. Apr 93
  31722. b--set theItem to choose file -- uncomment to test in an AS editor
  31723.     tell application "Finder"
  31724.         open item "Dev.CD Apr 93"
  31725.         activate
  31726.     end tell
  31727. on error errMsg number errNum
  31728.     --enter statements to perform when no records are found such as...
  31729.     display dialog "Sorry, the item you selected could not be found."
  31730.     return
  31731. end try
  31732. All Packages
  31733. System Enabler 111 (PB 160/180)O
  31734. Dev.CD Apr 93P
  31735. Dev.CD Apr 9V
  31736. 33108X
  31737. Apr 93
  31738. b--set theItem to choose file -- uncomment to test in an AS editor
  31739.     tell application "Finder"
  31740.         open item "Dev.CD Apr 93"
  31741.         activate
  31742.     end tell
  31743. on error errMsg number errNum
  31744.     --enter statements to perform when no records are found such as...
  31745.     display dialog "Sorry, the item you selected could not be found."
  31746.     return
  31747. end try
  31748. All Packages
  31749. 33109X
  31750. e    No Changef
  31751. QuickTime
  31752. Dev.CD Feb 00 TC
  31753. D!All Packages
  31754. Tool Chest Edition
  31755. ImageProducingIfThis demo program shows how to display any QuickTime drawing object using Java's ImageProducing model.J7ImageProducing
  31756. ImageProducing.zip
  31757. ip.bat
  31758. README.txt
  31759. Feb 00
  31760. - Common
  31761.     - Sun Compliant Java Runtime Environment 1.1
  31762.     - QuickTime 3 
  31763.     - QTJava.zip
  31764.     - QTJava media samples
  31765. - Mac OS:
  31766.     - System 8 or later
  31767.     - Macintosh Runtime for Java (MRJ) 2.1
  31768. - Windows 95, 98, or NT::
  31769.     - JRE/JDK from Sun Microsystems, Inc. recommended
  31770. QuickTime, Java, MRJOUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageProducing:PcDev.CD Feb 00 TC
  31771.  - What's New?
  31772.  - Sample Code
  31773.  - QuickTime
  31774.  - QuickTime for Java
  31775.  - ImageProducingV
  31776. 32350X
  31777. Feb 00^
  31778. --set theItem to choose file -- uncomment to test in an AS editor
  31779.     tell application "Finder"
  31780.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageProducing:"
  31781.         activate
  31782.     end tell
  31783. on error errMsg number errNum
  31784.     --enter statements to perform when no records are found such as...
  31785.     display dialog "Sorry, the item you selected could not be found."
  31786.     return
  31787. end try
  31788. ncludes several useful new geometric primitives. This artic
  31789. le introduces the new primitives and discusses the differences among the various polyhedral primitives, both new and old.
  31790. QuickDraw GX Line Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  31791. s a library that makes it easy to do.
  31792. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  31793. e    No Changef
  31794. QuickTime
  31795. Dev.CD Feb 00 TC
  31796. D!All Packages
  31797. Tool Chest Edition
  31798. ImportExportI
  31799. This demo program shows how to export a movie, using the user dialog to customise export settings, import a media file and reference a media file in a movie.J3ie.bat
  31800. ImportExport
  31801. ImportExport.zip
  31802. README.txt
  31803. Feb 00
  31804. - Common
  31805.     - Sun Compliant Java Runtime Environment 1.1
  31806.     - QuickTime 3 
  31807.     - QTJava.zip
  31808.     - QTJava media samples
  31809. - Mac OS:
  31810.     - System 8 or later
  31811.     - Macintosh Runtime for Java (MRJ) 2.1
  31812. - Windows 95, 98, or NT::
  31813.     - JRE/JDK from Sun Microsystems, Inc. recommended
  31814. QuickTime, Java, MRJOSDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImportExport:PaDev.CD Feb 00 TC
  31815.  - What's New?
  31816.  - Sample Code
  31817.  - QuickTime
  31818.  - QuickTime for Java
  31819.  - ImportExportV
  31820. 32351X
  31821. Feb 00^
  31822. # OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  31823. t need to be complex, as the simple tools presented here wil
  31824. --set theItem to choose file -- uncomment to test in an AS editor
  31825.     tell application "Finder"
  31826.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageFile:"
  31827.         activate
  31828.     end tell
  31829. on error errMsg number errNum
  31830.     --enter statements to perform when no records are found such as...
  31831.     display dialog "Sorry, the item you selected could not be found."
  31832.     return
  31833. end try
  31834. velop Issue 28:
  31835. develop Issue 28 code:K
  31836. Dec 96OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 28:PQDev.CD Mar 00 RL Disk 1
  31837.  - Technical Documentation
  31838.  - Develop
  31839.  - develop Issue 28
  31840. hat aside from the compatibility code associated with HOSTED_BY_FONT_MISCREANT, this code roughly parallels what the popup menu CDEF (ID 63) does.
  31841. PowerMacOr68K:  This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides a method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  31842. Prefs:  This Think C application displays a sample preferences dialog con
  31843. taining edit text, radio buttons, and a file selection button, and demonstrates storage of the item settings in a preferences file.
  31844. ProgressBars 1.0:  ProgressBars is a bares bones application that demonstrates two implementations of the progress bars found in many Macintosh applications, namely the standard progress bar and the barber pole.
  31845. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  31846. Reinstalla
  31847. ccomputer. The developer note includes
  31848. information about:
  31849. -features 
  31850. -compatibility issues 
  31851. -internal logic 
  31852. -I/O ports and built-in I/O devices 
  31853. -RAM expansion 
  31854. -expansion slots 
  31855. -system software 
  31856. Note: The Power Mac G4 Developer Note was updated on 01/13/2000. The tables of video monitor resolutions were revised and a few minor errors were corrected. 
  31857. AfAboutThisSite:
  31858. Developer_Notes:
  31859. DeviceManagers:
  31860. hardware.html
  31861. hardware2.html
  31862. images:
  31863. legacy:
  31864. Updates:
  31865. Jan 00L
  31866. Feb 00M
  31867. web browser
  31868. Developer Notes, Hardware, Technical Publications, iMac, iBook, Power Macintosh, PowerBooks, Servers, Device Managers and Drivers, Updates, Printers, Desktops, Portables
  31869. O8Dev.CD Mar 00 RL Disk 2:Technical Publications:hardware:P=Dev.CD Mar 00 RL Disk 2
  31870.  - Technical Publications
  31871.  - hardware
  31872. blink
  31873. blinking
  31874. blitters
  31875. blitting
  31876. features
  31877. allows
  31878. reset
  31879. interrupt
  31880. keyboard
  31881. features
  31882. allows
  31883. users
  31884. chess
  31885. network
  31886. allowed
  31887. allowing
  31888. almost
  31889. along
  31890. alpha
  31891. already
  31892. altdboxproc
  31893. alter
  31894. e    No Changef
  31895. QuickTime
  31896. Dev.CD Feb 00 TC
  31897. D!All Packages
  31898. Tool Chest Edition
  31899. F    ImageFileIqThis demo program shows the usage of the GraphicsImporter to import and display a plethora of image file formats.J1if.bat
  31900. ImageFile
  31901. ImageFileDemo.zip
  31902. README.txt
  31903. Feb 00
  31904. - Common
  31905.     - Sun Compliant Java Runtime Environment 1.1
  31906.     - QuickTime 3 
  31907.     - QTJava.zip
  31908.     - QTJava media samples
  31909. - Mac OS:
  31910.     - System 8 or later
  31911.     - Macintosh Runtime for Java (MRJ) 2.1
  31912. - Windows 95, 98, or NT::
  31913.     - JRE/JDK from Sun Microsystems, Inc. recommended
  31914. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageFile:P^Dev.CD Feb 00 TC
  31915.  - What's New?
  31916.  - Sample Code
  31917.  - QuickTime
  31918.  - QuickTime for Java
  31919.  - ImageFileV
  31920. 32349X
  31921. Feb 00^
  31922. program
  31923. shows
  31924. composit
  31925. presentation
  31926.  Issue 29 Summary
  31927. Easy 3D With the QuickDraw 3D Viewer  by Nick Thompson
  31928. s easy to integrate support for the QuickDraw 3D Viewer in your application, requiring only a few extra calls. Adding such support will allow your users to import and manipulate 3D data in your application with a standard, intuitive interface.
  31929. Gearing Up for Asia With the Text Services Manager and TSMTE  by Tague Griffith
  31930. Supporting the Text Services 
  31931. Manager (TSM) allows your application to transparently make use of the wide variety of text input methods required by 2-byte languages like Japanese, Chinese, and Korean. And TSMTE makes support of TSM a simple matter.
  31932. High-Performance ACGIs in C  by Ken Urquhart
  31933. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  31934. ischeckedout
  31935. iscii-compatible
  31936. isimagewriter
  31937. isn't
  31938. isolate
  31939. isolation
  31940. sample
  31941. reasonably
  31942. complete
  31943. example
  31944. implementation
  31945. ispelementlist
  31946. ispelementlist
  31947. extractbykind
  31948. atform. This article shows you the details of using NIE by presenting a simple Web server.
  31949. THE OPENDOC ROAD: Making the Most of Memory in OpenDoc by Troy Gaul and Vincent Lo
  31950. How to make e
  31951. fficient use of memory in the OpenDoc environment isn
  31952. t always obvious, but there are basic guidelines to help
  31953. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  31954. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  31955. s the right way.
  31956. ACCORDING TO SCRIPT: User Interactions in Apple Event
  31957. Driven Applications 
  31958. How and when to interact with the user in response to Apple Events can be tricky, but there
  31959. s a method t
  31960. --set theItem to choose file -- uncomment to test in an AS editor
  31961.     tell application "Finder"
  31962.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageCompositing:"
  31963.         activate
  31964.     end tell
  31965. on error errMsg number errNum
  31966.     --enter statements to perform when no records are found such as...
  31967.     display dialog "Sorry, the item you selected could not be found."
  31968.     return
  31969. end try
  31970. own questions for a chance at a T-shirt.
  31971. KON & BAL
  31972. S PUZF
  31973. ZLE PAGE: AppendDITL Apoplexy by Martin-Gilles Lavoie & Bo3b Johnson
  31974. Two guest puzzlers take on a problem that, while innocuous on the surface, proves to be deep and dastardly. It involves dialog boxes. Need we say more?
  31975. JEdevelop Issue 29:
  31976. develop Issue 29 code:
  31977. develop Issue 29 references:K
  31978. Mar 97OIDev.CD Mar 00 RL Disk 1:Technical Documentation:Develop:develop Issue 29:PQDev.CD Mar 00 RL Disk 1
  31979.  - Technical Documentation
  31980.  - Develop
  31981.  - develop Issue 29
  31982. 1.5b16
  31983. 1.6.2
  31984. 160/165c/180/180c
  31985. 160/180
  31986. All Packages
  31987. System 7.5 Update 1.0O
  31988. Dev.CD Jan 96 SSWP
  31989. Dev.CD Jan 96 SSV
  31990. 32951X
  31991. Jan 96
  31992. f--set theItem to choose file -- uncomment to test in an AS editor
  31993.     tell application "Finder"
  31994.         open item "Dev.CD Jan 96 SSW"
  31995.         activate
  31996.     end tell
  31997. on error errMsg number errNum
  31998.     --enter statements to perform when no records are found such as...
  31999.     display dialog "Sorry, the item you selected could not be found."
  32000.     return
  32001. end try
  32002. All Packages
  32003. System 7.5 Update 1.0O
  32004. Dev.CD Jul 95P
  32005. Dev.CD Jul 9V
  32006. 32952X
  32007. Jul 95
  32008. b--set theItem to choose file -- uncomment to test in an AS editor
  32009.     tell application "Finder"
  32010.         open item "Dev.CD Jul 95"
  32011.         activate
  32012.     end tell
  32013. on error errMsg number errNum
  32014.     --enter statements to perform when no records are found such as...
  32015.     display dialog "Sorry, the item you selected could not be found."
  32016.     return
  32017. end try
  32018. All Packages
  32019. System 7.5 Update 1.0O
  32020. Dev.CD Jul 95V
  32021. 32953X
  32022. procedures
  32023. proceed
  32024. scale
  32025. scales
  32026. scaling
  32027. scanned
  32028. scanner
  32029. scanners
  32030. hemes
  32031. schneider
  32032. science
  32033. scoop
  32034. score
  32035. scoring
  32036. scott
  32037. scrambling
  32038. scrap
  32039. screenW
  32040. screens
  32041. script
  32042. scriptability
  32043. scriptable
  32044. scripted
  32045. scripter
  32046. scripting
  32047. scripts
  32048. scroll
  32049. scrolling
  32050. compare
  32051. compiler
  32052. compiler
  32053. tools
  32054. compilers
  32055. component
  32056. component
  32057. software
  32058. compound
  32059. compound
  32060. document
  32061. architecture
  32062. compress
  32063. compression
  32064. computer
  32065. computer
  32066. based
  32067. media
  32068. conditional
  32069. conditional
  32070. statements
  32071. conference
  32072. conferencing
  32073. configuration
  32074. configuration
  32075. connectivity
  32076. consumer
  32077. consumer
  32078. electronics
  32079. container
  32080. content
  32081. content
  32082. region
  32083. context
  32084. context
  32085. switch
  32086. contextual
  32087. contextual
  32088. control
  32089. control
  32090. control
  32091. panel
  32092. control
  32093. strip
  32094. control
  32095. strip
  32096. module
  32097. controls
  32098. conversion
  32099. converter
  32100. coprocessor
  32101. corba
  32102. foundation
  32103. corners
  32104. counter
  32105. countersQ
  32106. counting
  32107. counts
  32108. crccalc
  32109. crcpatch
  32110. creator
  32111. cross-platform
  32112. J4ic.bat
  32113. ImageComp
  32114. ImageCompositing.zip
  32115. README.txt
  32116. Feb 00
  32117. - Common
  32118.     - Sun Compliant Java Runtime Environment 1.1
  32119.     - QuickTime 3 
  32120.     - QTJava.zip
  32121.     - QTJava media samples
  32122. - Mac OS:
  32123.     - System 8 or later
  32124.     - Macintosh Runtime for Java (MRJ) 2.1
  32125. - Windows 95, 98, or NT::
  32126.     - JRE/JDK from Sun Microsystems, Inc. recommended
  32127. QuickTime, Java, MRJOWDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:ImageCompositing:PeDev.CD Feb 00 TC
  32128.  - What's New?
  32129.  - Sample Code
  32130.  - QuickTime
  32131.  - QuickTime for Java
  32132.  - ImageCompositingV
  32133. 32348X
  32134. Feb 00^
  32135. e    No Change
  32136. lus why you might want to do so.
  32137. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  32138. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  32139. PyDev.CD Jan 00 SDK1
  32140.  - Development Kits
  32141.  - Mac OS
  32142.  - ColorSync 3.0 Mac SDK
  32143.  - Documentation
  32144.  - Embedding ICC Profiles DocsV
  32145. 32347X
  32146. Jan 00^
  32147. --set theItem to choose file -- uncomment to test in an AS editor
  32148.     tell application "Finder"
  32149.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:"
  32150.         activate
  32151.     end tell
  32152. on error errMsg number errNum
  32153.     --enter statements to perform when no records are found such as...
  32154.     display dialog "Sorry, the item you selected could not be found."
  32155.     return
  32156. end try
  32157. e    No Changef#ColorSync
  32158. Profile Specificationq
  32159. Dev.CD Jan 00 SDK1
  32160. D!All Packages
  32161. Tool Chest Edition
  32162. ImageCompositingI
  32163. This demo program shows how to composit a presentation out of disparate media sources, applying compositing effects such as blend and transparency. Recording a movie from the activities of the Compositor is also shown.e    No Change
  32164. which
  32165. updated
  32166. 1/25/2000
  32167. updater
  32168. updates
  32169. updating
  32170. upgrade
  32171. edition
  32172. hypercard
  32173. video
  32174. toolkit
  32175. hytime
  32176. icntoicon
  32177. icntoicon
  32178. iconpict
  32179. iconpict
  32180. icons
  32181. iconutilspriv
  32182. iconutilspriv
  32183. ideas
  32184. ideas
  32185. opportunities
  32186. ideas
  32187. toolkit
  32188. identifycd
  32189. idletasks
  32190. idletasks
  32191. distributors/localiz
  32192. im-telephony
  32193. image
  32194. imagecomp
  32195. imagecompositing
  32196. imagecompositing
  32197. imagefile
  32198. imagefiledemo
  32199. imagefiledemo
  32200. imageproducing
  32201. imageproducing
  32202. Script
  32203. The Sequel  by Scott 
  32204.  Zimmerman.   A description of some gotchas that can occur when you use PostScript dictionaries in applications, and ways to work around them. 
  32205. Driving to Print:  An Apple IIGS Printer Drive
  32206. summary
  32207. these
  32208. obsolete
  32209. hypercard
  32210. toolkits
  32211. which
  32212. summary
  32213. these
  32214. updated
  32215. tools
  32216. quicktime
  32217. summary
  32218. these
  32219. applications
  32220. remote
  32221. control
  32222. server
  32223. summary
  32224. application
  32225. demonstrates
  32226. appleev
  32227. summary
  32228. application
  32229. displays
  32230. volume
  32231. meters
  32232. summary
  32233. application
  32234. exercises
  32235. copybits
  32236. copymask
  32237. summary
  32238. brochure
  32239. serves
  32240. foundation
  32241. explaining
  32242. summary
  32243. sample
  32244. demonstrates
  32245. palette
  32246. summary
  32247. collects
  32248. information
  32249. about
  32250. system
  32251. summary
  32252. developer
  32253. describes
  32254. latest
  32255. model
  32256. summary
  32257. developer's
  32258. package
  32259. includes
  32260. appleshar
  32261. summary
  32262. digest
  32263. collection
  32264. article
  32265. threads
  32266. summary
  32267. document
  32268. contains
  32269. international
  32270. devel
  32271. summary
  32272. document
  32273. contains
  32274. helpful
  32275. converti
  32276. summary
  32277. document
  32278. describes
  32279. version
  32280. applesingle
  32281. cfm-68k
  32282. cfm-68k
  32283. chinese
  32284. chinese
  32285. dictation
  32286. chinese
  32287. dictation
  32288. libraries
  32289. examples
  32290. larger
  32291. larkspur
  32292. laser
  32293. laserwriter
  32294. laserwriteriisc
  32295. laserwriters
  32296. lasso
  32297. lastly
  32298. late-breaking
  32299. later
  32300. laterapple
  32301. All Packages
  32302. System 7.5 Update 1.0O
  32303. Dev.CD Jul 95P
  32304. Dev.CD Jul 9V
  32305. 32971X
  32306. Jul 95
  32307. b--set theItem to choose file -- uncomment to test in an AS editor
  32308.     tell application "Finder"
  32309.         open item "Dev.CD Jul 95"
  32310.         activate
  32311.     end tell
  32312. on error errMsg number errNum
  32313.     --enter statements to perform when no records are found such as...
  32314.     display dialog "Sorry, the item you selected could not be found."
  32315.     return
  32316. end try
  32317. All Packages
  32318. System 7.5 Update 2.0O"Dev.CD May 96 TC
  32319. Dev.CD Jul 96 SSWP!Dev.CD May 96 TC
  32320. Dev.CD Jul 96 SSV
  32321. 32972X
  32322. May 96
  32323. w--set theItem to choose file -- uncomment to test in an AS editor
  32324.     tell application "Finder"
  32325.         open item "Dev.CD May 96 TC
  32326. Dev.CD Jul 96 SSW"
  32327.         activate
  32328.     end tell
  32329. on error errMsg number errNum
  32330.     --enter statements to perform when no records are found such as...
  32331.     display dialog "Sorry, the item you selected could not be found."
  32332.     return
  32333. end try
  32334. All Packages
  32335. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  32336. Dev.CD Jan 94
  32337. Dev.CD Oct 93
  32338. Dev.CD Jul 93
  32339. Dev.CD Apr 93PDDev.CD Apr 94
  32340. Dev.CD Jan 94
  32341. Dev.CD Oct 93
  32342. Dev.CD Jul 93
  32343. Dev.CD Apr 9V
  32344. 33161X
  32345. Apr 94
  32346. --set theItem to choose file -- uncomment to test in an AS editor
  32347.     tell application "Finder"
  32348.         open item "Dev.CD Apr 94
  32349. Dev.CD Jan 94
  32350. Dev.CD Oct 93
  32351. Dev.CD Jul 93
  32352. Dev.CD Apr 93"
  32353.         activate
  32354.     end tell
  32355. on error errMsg number errNum
  32356.     --enter statements to perform when no records are found such as...
  32357.     display dialog "Sorry, the item you selected could not be found."
  32358.     return
  32359. end try
  32360. All Packages
  32361. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  32362. Dev.CD Jan 94
  32363. Dev.CD Oct 93
  32364. Dev.CD Jul 93
  32365. Dev.CD Apr 93PDDev.CD Apr 94
  32366. Dev.CD Jan 94
  32367. Dev.CD Oct 93
  32368. Dev.CD Jul 93
  32369. Dev.CD Apr 9V
  32370. 33162X
  32371. Apr 94
  32372. everybody
  32373. everyone
  32374. everything
  32375. eworld
  32376. exact
  32377. examine
  32378. examines
  32379. folders
  32380. folks
  32381. follow
  32382. following
  32383. follows
  32384. nov/dec
  32385. nov/dec
  32386. 32346X
  32387. Feb 00^
  32388. --set theItem to choose file -- uncomment to test in an AS editor
  32389.     tell application "Finder"
  32390.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:"
  32391.         activate
  32392.     end tell
  32393. on error errMsg number errNum
  32394.     --enter statements to perform when no records are found such as...
  32395.     display dialog "Sorry, the item you selected could not be found."
  32396.     return
  32397. end try
  32398. e    No ChangefMMacTCP
  32399. Communications Toolbox
  32400. Serial ports
  32401. CD Audio toolkit
  32402. Video toolkitq
  32403. Dev.CD Feb 00 TC
  32404. D!All Packages
  32405. Mac OS SDK Edition
  32406. ICC Profile SpecI&Latest ICC specification for profiles.J
  32407. Embedding ICC Profile in EPS
  32408. Embedding ICC Profile in GIF89a
  32409. Embedding ICC Profile in Pict
  32410. Embedding ICC Profiles in JFIF
  32411. Embedding ICC Profiles in TIFFK
  32412. Apr 98M
  32413. ColorSync 2.xN%ColorSync, ICC, Profile SpecificationOkDev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:nge
  32414. NRMacTCP, Communications Toolbox, CTB, Serial ports, CD Audio toolkit, Video toolkitORDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:P]Dev.CD Feb 00 TC
  32415.  - Tool Chest
  32416.  - Development Kits
  32417.  - HyperCard Related
  32418.  - HyperCard Toolkitsmessages among machines on the AppleTalk network.
  32419. Scanning from ProDOS  by Matt Gulick.   Including support for the Apple Scanner in your Apple II applications: it
  32420. s easier than you think. 
  32421. Print Hints with Luke & Zz   Tips and tricks 
  32422. from the print masters. This time: a cautionary fable, and a little known constant.
  32423. Palette Manager Animation  by Rich Collyer.   Techniques for color table animation are presented, along with some of the newer features of the Palette Manager and the reasons you should use it. 
  32424. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  32425. Vol IIIL
  32426. Jun 95
  32427. Summary:  These are obsolete Hypercard XCMD toolkits which used to be sold through APDA.  These are no longer supported, but may be of interest to developers writing their own XCMDS.
  32428. These XCMDs are not supported by DEVSUPPORT.  Questions will be rejected.  These packages are offered as a convenience to our developers, but are obsolete.
  32429. Issues:  These XCMDs are unsupported.  Do not send questions to DEVSUPPORT.  We can not help you with these XCMDs.
  32430. !Read me (obsolete&unsupported)
  32431. !Read me.txt
  32432. AppleTalk ToolKit.img
  32433. CD Audio Toolkit 1.0.img
  32434. HyperCard CTB Toolkit 1.0b2.img
  32435. HyperCard Serial Toolkit 2..img
  32436. HyperCard Video Toolkit 2.0.img
  32437. Ideas Toolkit 1.0.img
  32438. Prototyping Toolkit 2.0.imgK
  32439. May 95M
  32440. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.ORDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:
  32441. e    No Changef
  32442. URL Access
  32443. Internet
  32444. Dev.CD Aug 99 TC
  32445. D!All Packages
  32446. Tool Chest Edition
  32447. US Distribution GuideI
  32448. Summary: This piece is intended to assist non-US developers understand the US market and the 3rd party software distribution channel in he US.J
  32449. US Distribution GuideK
  32450. Vol VIIM
  32451. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  32452.  - Programs & Marketing
  32453.  - Market & Distribution GuidesV
  32454. 33268X
  32455. May 98^
  32456. --set theItem to choose file -- uncomment to test in an AS editor
  32457.     tell application "Finder"
  32458.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  32459.         activate
  32460.     end tell
  32461. on error errMsg number errNum
  32462.     --enter statements to perform when no records are found such as...
  32463.     display dialog "Sorry, the item you selected could not be found."
  32464.     return
  32465. end try
  32466. e    No Changeq
  32467. Dev.CD May 98 TC
  32468. All Packages
  32469. F    UtilitiesV
  32470. 33269X
  32471. ections
  32472. Summary: The HyperCard
  32473.  Player software enables you to run applications created with HyperCard. HyperCard applications, or "stacks", are interactive documents which can incorporate text, graphics, animation, audio and video.
  32474. To take full advantage of the powerful authoring capabilities of HyperCard, you can purchase the HyperCard Development Kit through an authorized Apple dealer.  The HyperCard Development Kit contains the HyperCard software, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  32475. J=Addresses
  32476. Audio Help
  32477. HyperCard Player
  32478. What is HyperCard?K
  32479. Feb 92L
  32480. Jul 98N
  32481. HyperCard Player, stacksOHDev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Mar 00 RL Disk 1
  32482.  - Utilities
  32483.  - HyperCard Player
  32484.  - HyperCard Player 2.4
  32485. incorporates
  32486. incorporating
  32487. incorrect
  32488. increased
  32489. increases
  32490. increasing
  32491. incredibly
  32492. incremental
  32493. independant
  32494. index
  32495. indexed
  32496. indexes
  32497. indexing
  32498. india
  32499. indian
  32500. indicate
  32501. indicated
  32502. indicates
  32503. indicator
  32504. indices
  32505. indispensable
  32506. individual
  32507. industry
  32508. industry-standard
  32509. industrywatch
  32510. inefficiency
  32511. inflict
  32512. infomation
  32513. informationW
  32514. informational
  32515. infrared
  32516. inheritance
  32517. All Packages
  32518. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  32519. Dev.CD Jan 94
  32520. Dev.CD Oct 93
  32521. Dev.CD Jul 93P6Dev.CD Apr 94
  32522. Dev.CD Jan 94
  32523. Dev.CD Oct 93
  32524. Dev.CD Jul 9V
  32525. 33131X
  32526. Apr 94
  32527. --set theItem to choose file -- uncomment to test in an AS editor
  32528.     tell application "Finder"
  32529.         open item "Dev.CD Apr 94
  32530. Dev.CD Jan 94
  32531. Dev.CD Oct 93
  32532. Dev.CD Jul 93"
  32533.         activate
  32534.     end tell
  32535. on error errMsg number errNum
  32536.     --enter statements to perform when no records are found such as...
  32537.     display dialog "Sorry, the item you selected could not be found."
  32538.     return
  32539. end try
  32540. All Packages
  32541. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  32542. Dev.CD Jan 94
  32543. Dev.CD Oct 93
  32544. Dev.CD Jul 93P6Dev.CD Apr 94
  32545. Dev.CD Jan 94
  32546. Dev.CD Oct 93
  32547. Dev.CD Jul 9V
  32548. 33132X
  32549. Apr 94
  32550. gridwindowgrow
  32551. griffith
  32552. group
  32553. groups
  32554. ~--set theItem to choose file -- uncomment to test in an AS editor
  32555.     tell application "Finder"
  32556.         open item "Dev.CD Apr 94
  32557. Dev.CD Jan 94
  32558. Dev.CD Oct 93"
  32559.         activate
  32560.     end tell
  32561. on error errMsg number errNum
  32562.     --enter statements to perform when no records are found such as...
  32563.     display dialog "Sorry, the item you selected could not be found."
  32564.     return
  32565. end try
  32566. corrects
  32567. courses
  32568. courseware
  32569. cpu's
  32570. craig
  32571. crash
  32572. crashed
  32573. crashes
  32574. crawl
  32575. create
  32576. created
  32577. creates
  32578. creating
  32579. creation
  32580. creative
  32581. creativity
  32582. instance
  32583. variable
  32584. instance
  32585. variables
  32586. instructions
  32587. media
  32588. writer
  32589. resources
  32590. int'l
  32591. int'l
  32592. contacts
  32593. integrated
  32594. integrated
  32595. quicktime
  32596. interactive
  32597. interactive
  32598. success
  32599. interface
  32600. interfacelib
  32601. interfaces
  32602. interfaces
  32603. libraries
  32604. interfaces&libraries
  32605. interleave
  32606. interleave
  32607. interleave
  32608. 32345X
  32609. Mar 00^    RL Disk 1
  32610. --set theItem to choose file -- uncomment to test in an AS editor
  32611.     tell application "Finder"
  32612.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:"
  32613.         activate
  32614.     end tell
  32615. on error errMsg number errNum
  32616.     --enter statements to perform when no records are found such as...
  32617.     display dialog "Sorry, the item you selected could not be found."
  32618.     return
  32619. end try
  32620. e    No Changef
  32621. HyperCard Player
  32622. stacksq
  32623. Dev.CD Mar 00 RL Disk 1
  32624. D!All Packages
  32625. Tool Chest Edition
  32626. HyperCard Toolkits
  32627.     tions  by Michael C. Greenspon.   This article explores some subtle gotchas that can occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  32628. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  32629. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  32630. timing
  32631. scanner
  32632. screen
  32633. script
  32634. scriptable
  32635. scriptable
  32636. printing
  32637. scripting
  32638. scriptswitcher
  32639. scriptswitcher
  32640. script
  32641. switcher
  32642. scroll
  32643. scrolling
  32644. manager
  32645. search
  32646. select
  32647. selected
  32648. selector
  32649. sequences
  32650. serial
  32651. serial
  32652. serial
  32653. ports
  32654. series
  32655. server
  32656. server
  32657. controls
  32658. server
  32659. developer
  32660. servers
  32661. services
  32662. setdefaultdtp
  32663. setdeskcpat
  32664. setting
  32665. setup
  32666. haring
  32667. sherlock
  32668. showicon
  32669. showinit
  32670. signature
  32671. signing
  32672. simpletext
  32673. simplified
  32674. single-link
  32675. manager
  32676. sniffer
  32677. socket
  32678. software
  32679. solaris
  32680. --set theItem to choose file -- uncomment to test in an AS editor
  32681.     tell application "Finder"
  32682.         open item "Dev.CD Apr 94
  32683. Dev.CD Jan 94
  32684. Dev.CD Oct 93
  32685. Dev.CD Jul 93
  32686. Dev.CD Apr 93"
  32687.         activate
  32688.     end tell
  32689. on error errMsg number errNum
  32690.     --enter statements to perform when no records are found such as...
  32691.     display dialog "Sorry, the item you selected could not be found."
  32692.     return
  32693. end try
  32694. xternal
  32695. externals
  32696. extra
  32697. extract
  32698. extracted
  32699. extractor
  32700. extractors
  32701. extracts
  32702. extremely
  32703. fable
  32704. faced
  32705. faceless
  32706. facilitating
  32707. facilities
  32708. facility
  32709. facto
  32710. factory-default
  32711. factory-fresh
  32712. failure
  32713. Summary: Objects in HyperCard are not allowed to have variables inside them
  32714. until now.  Instance variables are useful for storing more data with a button or field.  This stack script allows you to have variables attached to a button, shared field, or other HyperCard object.
  32715. An object may have any number of variables. Values are preserved when you quit.  They stay with your stack when you drag it to another disk.  The objects that can have variables are: a card button, a card field, the caBJrd itself, a background button, a shared field, or the background itself. 
  32716. J)Instance Variable text
  32717. Instance VariablesK
  32718. Jun 93M
  32719. HyperCard 2.1 or laterNLHyperCard, variable, button, field, instance variables, global, saving stateO\Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:PgDev.CD Feb 00 TC
  32720.  - Tool Chest
  32721.  - Development Kits
  32722.  - HyperCard Related
  32723.  - HyperCard Instance Variables
  32724. variety
  32725. vectors
  32726. velocity
  32727. vendor
  32728. vendors
  32729. verbatim
  32730. verification
  32731. verified
  32732. verify
  32733. verifying
  32734. verilog
  32735. veritable
  32736. versa
  32737. versatile
  32738. versatility
  32739. version
  32740. areas
  32741. aren't
  32742. arena
  32743. arguments
  32744. arithmetic
  32745. around
  32746. arrays
  32747. arrived
  32748. arrow
  32749. arrows
  32750. article
  32751. articles
  32752. articulate
  32753. artwork
  32754. All Packages
  32755. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  32756. Dev.CD Jan 94
  32757. Dev.CD Oct 93
  32758. Dev.CD Jul 93
  32759. Dev.CD Apr 93PDDev.CD Apr 94
  32760. Dev.CD Jan 94
  32761. Dev.CD Oct 93
  32762. Dev.CD Jul 93
  32763. Dev.CD Apr 9V
  32764. 32988X
  32765. Apr 94
  32766. --set theItem to choose file -- uncomment to test in an AS editor
  32767.     tell application "Finder"
  32768.         open item "Dev.CD Apr 94
  32769. Dev.CD Jan 94
  32770. Dev.CD Oct 93
  32771. Dev.CD Jul 93
  32772. Dev.CD Apr 93"
  32773.         activate
  32774.     end tell
  32775. on error errMsg number errNum
  32776.     --enter statements to perform when no records are found such as...
  32777.     display dialog "Sorry, the item you selected could not be found."
  32778.     return
  32779. end try
  32780. All Packages
  32781. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  32782. Dev.CD Jan 94
  32783. Dev.CD Oct 93
  32784. Dev.CD Jul 93
  32785. Dev.CD Apr 93PDDev.CD Apr 94
  32786. Dev.CD Jan 94
  32787. Dev.CD Oct 93
  32788. Dev.CD Jul 93
  32789. Dev.CD Apr 9V
  32790. 32989X
  32791. Apr 94
  32792. encodings
  32793. enhanced
  32794. enhanced
  32795. macintosh
  32796. developer
  32797. enterprise
  32798. environment
  32799. full-features
  32800. full-text
  32801. fully
  32802. function
  32803. function/method
  32804. functional
  32805. functionality
  32806. futures
  32807. g3-class
  32808. g3/233
  32809. g3/266
  32810. g3/26620th
  32811. gadgets
  32812. gaining
  32813. gains
  32814. games
  32815. gamesprcokets
  32816. garbage
  32817. easily
  32818. quickdraw
  32819. viewer
  32820. thompson
  32821. easy-to-use
  32822. eaxmple
  32823. edgar
  32824. edit-related
  32825. editable
  32826. editing
  32827. edition
  32828. editions
  32829. editor
  32830. editor's
  32831. editors
  32832. edittext
  32833. edittextcdev
  32834. educational
  32835. effect
  32836. effective
  32837. effectively
  32838. effectiveness
  32839. effects
  32840. efficient
  32841. efficiently
  32842. effort
  32843. effortless
  32844. effortlessly
  32845. 32344X
  32846. Feb 00^
  32847. --set theItem to choose file -- uncomment to test in an AS editor
  32848.     tell application "Finder"
  32849.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:"
  32850.         activate
  32851.     end tell
  32852. on error errMsg number errNum
  32853.     --enter statements to perform when no records are found such as...
  32854.     display dialog "Sorry, the item you selected could not be found."
  32855.     return
  32856. end try
  32857. e    No ChangefFHyperCard
  32858. variable
  32859. button
  32860. field
  32861. instance variables
  32862. global
  32863. saving stateq
  32864. Dev.CD Feb 00 TC
  32865. All Packages
  32866. HyperCard Player 2.4
  32867. 32345X
  32868. cord and play sounds.
  32869. Simple Text Windows via the Terminal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  32870. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  32871. about
  32872. sample
  32873. about
  32874. getsetoptions
  32875. about
  32876. snapshot
  32877. sample
  32878. aegizmos
  32879. before
  32880. using
  32881. registration
  32882. defprocs
  32883. defprocs
  32884. first
  32885. first
  32886. first
  32887. first
  32888. hypercard
  32889. obsolete&unsupported
  32890. other
  32891. please
  32892. developer
  32893. sample
  32894. 2.0b6
  32895. 2.0b6
  32896. 32343X
  32897. Mar 00^    RL Disk 1
  32898. --set theItem to choose file -- uncomment to test in an AS editor
  32899.     tell application "Finder"
  32900.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Updater 2.4:"
  32901.         activate
  32902.     end tell
  32903. on error errMsg number errNum
  32904.     --enter statements to perform when no records are found such as...
  32905.     display dialog "Sorry, the item you selected could not be found."
  32906.     return
  32907. end try
  32908. e    No Changef
  32909. HyperCard
  32910. updateq
  32911. Dev.CD Mar 00 RL Disk 1
  32912. D!All Packages
  32913. Tool Chest Edition
  32914. HyperCard Instance Variables
  32915.     n, Publications, Technical Publications, Techpubs, documentation, docs, HardwareOdDev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:PoDev.CD Feb 00 TC
  32916.  - What's New?
  32917.  - Technical Publications
  32918.  - Technical Documentation
  32919.  - Developer DocumentationV
  32920. 30382X
  32921. Feb 00^
  32922. #://developer.apple.com/techpubs/index.html
  32923. update
  32924. appearance
  32925. 1.0.3
  32926. manager
  32927. manager
  32928. package
  32929. consists
  32930. files
  32931. provide
  32932. information
  32933. package
  32934. contains
  32935. number
  32936. routines
  32937. helpful
  32938. package
  32939. contains
  32940. appleshare
  32941. 3.6.5
  32942. first
  32943. package
  32944. contains
  32945. drive
  32946. setup
  32947. v1.7.2
  32948. program
  32949. package
  32950. contains
  32951. source
  32952. resources
  32953. project
  32954. package
  32955. contains
  32956. processor
  32957. emulator
  32958. extensions
  32959. package
  32960. includes
  32961. transport
  32962. debug
  32963. package
  32964. compatible
  32965. package
  32966. system
  32967. compatible
  32968. program
  32969. displays
  32970. memory
  32971. configuration
  32972. release
  32973. keychain
  32974. focuses
  32975. password
  32976. storage
  32977. sample
  32978. accompanies
  32979. optimization
  32980. strategies
  32981. sample
  32982. demonstrates
  32983. laserwriter
  32984. communicatio
  32985. This stack will allow users to 
  32986. J6HyperCard 2.4 Update Installer
  32987. Read Me - HyperCard 2.4K
  32988. Sep 97L
  32989. Jul 98N
  32990. HyperCard, 2.4, updateOIDev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Updater 2.4:PQDev.CD Mar 00 RL Disk 1
  32991.  - Utilities
  32992.  - HyperCard Player
  32993.  - HyperCard Updater 2.4.
  32994.   The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  32995. quires Hypercard 2.1.
  32996. Creator/File Types can now be registered on the Web.  Before registering, you can search the existing creator/file type database to see if the ID you want has been taken.  If not, fill out the Web registration form to claim that ID.  This service is at <http://dev.info.apple.com/cftype/>
  32997.  Dev Info Change Form
  32998. Developer Programs delivers its monthly mailings to the Certified contact at your company.  We may occasionally deliver specialized information to the Marketi
  32999. This HyperCard 2.4 Update adds some new features, including QuickTime functionality, and fixes problems with the HyperCard application. This product updates HyperCard 2.3 or 2.3.5 to HyperCard 2.4.
  33000. Several exciting features have been added with the release of HyperCard 2.4, including:
  33001.  an improved movie button task that allows you to open any QuickTime-readable file
  33002.  ability to open movie and some image files by dragging them onto the HyperCard application icon
  33003.  a new Link to URL butto
  33004. n task and HyperTalk command for connecting to a web site
  33005.  ability to manipulate QuickTime movies using HyperTalk
  33006.  keyboard navigation of QuickTime VR movies
  33007.  ability to open a nearly unlimited number of files using HyperTalk
  33008.  enhanced script editor window for easier navigation
  33009.  improved Picture XCMD
  33010.  more script commands and new syntax
  33011. For more information on these features and how to use them, see Using HyperCard 2.4.
  33012. Sep 97L
  33013. Jul 98
  33014. looking
  33015. looks
  33016. lookup
  33017. lookupmenu
  33018. lookups
  33019. looming
  33020. looney
  33021. looping
  33022. loops
  33023. loose
  33024. loosely
  33025. low-disk-space
  33026. low-level
  33027. lower
  33028. loyal
  33029. lupdate
  33030. lurkers
  33031. lurkers
  33032. examine
  33033. projector
  33034. access
  33035. summary
  33036. da/application
  33037. allows
  33038. examine
  33039. summary
  33040. functional
  33041. opentransport
  33042. sample
  33043. imple
  33044. summary
  33045. definition
  33046. procedure
  33047. source
  33048. summary
  33049. series
  33050. tools
  33051. source
  33052. allow
  33053. All Packages
  33054. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  33055. Dev.CD Jan 94
  33056. Dev.CD Oct 93
  33057. Dev.CD Jul 93
  33058. Dev.CD Apr 93PDDev.CD Apr 94
  33059. Dev.CD Jan 94
  33060. Dev.CD Oct 93
  33061. Dev.CD Jul 93
  33062. Dev.CD Apr 9V
  33063. 33008X
  33064. Apr 94
  33065. --set theItem to choose file -- uncomment to test in an AS editor
  33066.     tell application "Finder"
  33067.         open item "Dev.CD Apr 94
  33068. Dev.CD Jan 94
  33069. Dev.CD Oct 93
  33070. Dev.CD Jul 93
  33071. Dev.CD Apr 93"
  33072.         activate
  33073.     end tell
  33074. on error errMsg number errNum
  33075.     --enter statements to perform when no records are found such as...
  33076.     display dialog "Sorry, the item you selected could not be found."
  33077.     return
  33078. end try
  33079. All Packages
  33080. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  33081. Dev.CD Jan 94
  33082. Dev.CD Oct 93
  33083. Dev.CD Jul 93
  33084. Dev.CD Apr 93PDDev.CD Apr 94
  33085. Dev.CD Jan 94
  33086. Dev.CD Oct 93
  33087. Dev.CD Jul 93
  33088. Dev.CD Apr 9V
  33089. 33009X
  33090. Apr 94
  33091. Hardware tools.imgK
  33092. Feb 94O?Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Feb 00 TC
  33093.  - Tool Chest
  33094.  - Testing & Debugging
  33095.  - Hardware toolsV
  33096. 32342X
  33097. Feb 00^
  33098. --set theItem to choose file -- uncomment to test in an AS editor
  33099.     tell application "Finder"
  33100.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  33101.         activate
  33102.     end tell
  33103. on error errMsg number errNum
  33104.     --enter statements to perform when no records are found such as...
  33105.     display dialog "Sorry, the item you selected could not be found."
  33106.     return
  33107. end try
  33108. e    No Changeq
  33109. Dev.CD Feb 00 TC
  33110. All Packages
  33111. HyperCard 2.4 Update
  33112. 32343X
  33113. Vol XL
  33114. Jul 98N`Macintosh, PowerBook G3 Series, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  33115.  - What's New
  33116.  - Technical Documentation
  33117.  - DeveloperNotesV
  33118. 30383X
  33119. 1erNotesV
  33120. 30383X
  33121. 1e    No Change
  33122. profile
  33123. image
  33124. imagecompositing
  33125. imagefile
  33126. imageproducing
  33127. imaging
  33128. importexport
  33129. imran's
  33130. imran's
  33131. virtual
  33132. keycodes
  33133. indian
  33134. language
  33135. indian
  33136. language
  33137. inline
  33138. inline
  33139. input
  33140. textedit
  33141. input
  33142. inputsprocketpptest
  33143. inputsprockettest
  33144. inside
  33145. inside
  33146. macintosh
  33147. quickdraw
  33148. install
  33149. Folder Contents:
  33150.   Controls.lib 3.0.15 folder
  33151.     This folder contains the latest version of Controls.lib.
  33152.     Controls.lib 3.0.15 is 6.x and 7.x compatible and Virtual User 2.0
  33153.     compatible.  Virtual User 1.1 is currently available through APDA and
  33154.     Virtual User 2.0 will be available for purchase by the end of 1992.
  33155.     Many tasks have been improved, modified or 
  33156.     rewritten since Controls.lib v2.5
  33157.   Controls.lib Reference
  33158.     This is located in the Controls.lib folder.
  33159.   This MPW file is a reference on how to use VU libraries, how to use the tasks
  33160.     in the Controls.lib library, and how to install VUMark 1.0b1.
  33161.   Printing.lib 1.0
  33162.     This library is a collection of printing-related tasks for the LaserWriter,
  33163.     StyleWriter and Personal LW Page Setup and Printing menu items and dialogs.
  33164.   MiniLauncher 1.3b5
  33165.     This tool is required on VU targets using Controls.lib 3.0.14 
  33166.     with System 6.0.x.  This tool is not needed for VU and System 7.x.
  33167. resedit
  33168. format
  33169. formatnum
  33170. formatnum
  33171. formats
  33172. formatter
  33173. foundation
  33174. frametest
  33175. frametest
  33176. frametest
  33177. framework
  33178. frameworks
  33179. francais
  33180. france
  33181. france
  33182. distributors/localiz
  33183. fssetprinter
  33184. fssetprinter
  33185. fssetprinter
  33186. fstubs
  33187. fstubs
  33188. fstubs
  33189. fullballoons
  33190. fullballoons
  33191. fulldrag
  33192. fulldrag
  33193. fullfind
  33194. fullfind
  33195. fullhpop
  33196. fullhpop
  33197. fullmove
  33198. fullmove
  33199. fulloffset
  33200. fulloffset
  33201. fullremove
  33202. fullremove
  33203. fullrename
  33204. fullrename
  33205. fullreplace
  33206. fullreplace
  33207. fullreslist
  33208. fullreslist
  33209. services
  33210. machack
  33211. workgroup
  33212. working
  33213. working
  33214. webobjects
  33215. worksheet
  33216. wprocasm
  33217. wprocasm
  33218. wrapcommenttext
  33219. writer
  33220. writeswell
  33221. writeswell
  33222. writeswell
  33223. 1.2.3
  33224. sources
  33225. writeswell
  33226. notes
  33227. writeswell
  33228. instructions
  33229. writing
  33230. writing
  33231. interactive
  33232. media
  33233. xcmds
  33234. xcmds&xfcns
  33235. xfcns
  33236. xthings
  33237. shell
  33238. sample
  33239. xtnow
  33240. xtnow
  33241. yahoo
  33242. yahoo
  33243. yellowboxandjava
  33244. zaptcp
  33245. zaptcp
  33246. O@Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:PEDev.CD Mar 00 RL Disk 1
  33247.  - Technical Documentation
  33248.  - Human InterfaceV
  33249. 32341X
  33250. Mar 00^    RL Disk 1
  33251. --set theItem to choose file -- uncomment to test in an AS editor
  33252.     tell application "Finder"
  33253.         open item "Dev.CD Mar 00 RL Disk 1:Technical Documentation:Human Interface:"
  33254.         activate
  33255.     end tell
  33256. on error errMsg number errNum
  33257.     --enter statements to perform when no records are found such as...
  33258.     display dialog "Sorry, the item you selected could not be found."
  33259.     return
  33260. end try
  33261. e    No Changeq
  33262. Dev.CD Mar 00 RL Disk 1
  33263. D!All Packages
  33264. Tool Chest Edition
  33265. HW Bring-up Tools
  33266.  Summary:  This is a set of three MPW tools written for hardware debug and bring-up.  You could probably write them yourself in an hour or so 
  33267.  but what if you don
  33268. t have that much time...
  33269. Features:  MPW scripts for Read/Write long, Read/Write byte, and to pattern test an address range. 
  33270. e    No Change
  33271. J'Sample Code.img
  33272. Windows Sample Code.imgK
  33273. Mar 96M-PPC only,   OpenTransport 1.1, Thread managerN>OpenTransport, Server, Thread Manager, TCP/IP, HTTP, IOStreamsO
  33274. Dev.CD Feb 00 TC:Sample Code:P
  33275. Dev.CD Feb 00 TC
  33276.  - Sample Codeif DIMMs have been installed properly to enable interleaving on Hammerhead-based PCI PowerMacs
  33277. Memory interleaving provides higher bandwidth (MBytes per second) between the PowerPC microprocessor and main memory, which can provide a significant performance boost by increasing the execution speed of memory-intensive programs. How much faster depends on a progr
  33278. D!All Packages
  33279. Tool Chest Edition
  33280. Http Server
  33281. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  33282. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  33283. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvement
  33284. -AboutBox.c
  33285. AboutBox.h
  33286. CIconButtons.c
  33287. CIconButtons.h
  33288. History.c
  33289. History.h
  33290. HTMLSample
  33291. HTMLSample Help:
  33292. HTMLSample Pages:
  33293. HTMLSample.c
  33294. HTMLSample.h
  33295. HTMLSample.prj
  33296. HTMLSample.r
  33297. HTMLSample.rsrc
  33298. MakeFile
  33299. Re- C/F Registration Request
  33300. ReadMe
  33301. RenderingWindow.c
  33302. RenderingWindow.h
  33303. SampleUtils.c
  33304. SampleUtils.h
  33305. ecords are found such as...
  33306.     display dialog "Sorry, the item you selected could not be found."
  33307.     return
  33308. end try
  33309. e    No Changef/DIMM
  33310. Interleaving
  33311. memory
  33312. configuration
  33313. DRAMq
  33314. Dev.CD Feb 00 TC
  33315. D(All Packages
  33316. Reference Library Edition
  33317. Disinfectant 3.7.1I
  33318. Summary: Disinfectant is a free anti-viral utility for the Mac. 
  33319. Features: Disinfectant detects and removes known Mac viruses.  J
  33320. DisinfectantK
  33321. Vol IIIL
  33322. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  33323.  - Utilities
  33324.  - Disinfectant 3.7.1V
  33325. 30386X
  33326. Dec 99^
  33327. 32340X
  33328. Feb 00^
  33329. r--set theItem to choose file -- uncomment to test in an AS editor
  33330.     tell application "Finder"
  33331.         open item "Dev.CD Feb 00 TC:Sample Code:"
  33332.         activate
  33333.     end tell
  33334. on error errMsg number errNum
  33335.     --enter statements to perform when no records are found such as...
  33336.     display dialog "Sorry, the item you selected could not be found."
  33337.     return
  33338. end try
  33339. Movedf9OpenTransport
  33340. Server
  33341. Thread Manager
  33342. TCP/IP
  33343. IOStreamsq
  33344. Dev.CD Feb 00 TC
  33345. All Packages
  33346. Human Interface Notes
  33347. @Summary: Human Interface Notes are a collection of human interface guidelines for Macintosh applications.
  33348. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  33349. JaApple Grayscale Appearance:
  33350. Human Interface Guidelines
  33351. Human Interface Notes
  33352. MacOS8Documentation:K
  33353. Jul 93M
  33354. Adobe Acrobat Reader.
  33355. htmlsample
  33356. application
  33357. illustrating
  33358. human
  33359. hundreds
  33360. huxham
  33361. hybrid
  33362. hypercard
  33363. hyperdam
  33364. hypertalk
  33365. hypertext
  33366. ports
  33367. built-in
  33368. devices
  33369. ibm's
  33370. ibooks
  33371. ic-savvy
  33372. cihui
  33373. cihui
  33374. cincludes
  33375. claris
  33376. claris
  33377. translators
  33378. claris
  33379. files
  33380. claris
  33381. system
  33382. classes
  33383. classic
  33384. clent
  33385. clent
  33386. richardson
  33387. message
  33388. client
  33389. clipboard
  33390. clipboard
  33391. clipboard
  33392. clipboard
  33393. magician
  33394. clipboard
  33395. clipinfo
  33396. clipinfo
  33397. clipping
  33398. clipping
  33399. extension
  33400. clippings
  33401. cliptopict
  33402. cliptopict
  33403. QuickDraw
  33404.  FX:  A demo of every CopyBits permutation you can imagine, and then some.
  33405. Record
  33406. RetrievePictInfo:  This snippet shows how to retrieve the colortable from multiple PICT resources using the System 7 calls RecordPictInfo and RetrievePictInfo.
  33407. Restore Screen Cluts:  This snippet shows how to restore all the screen
  33408. s color tables back to what they normally are using two different methods.
  33409. Rotate Bitmap 90
  33410. :  Shows a fast way to rotate bitmaps by 90 degrees.
  33411. RotateString:  This c
  33412. ontains the code for rotating a string 90 degrees.  Just call  RotateString and you get back a BitMap containing the rotated text.
  33413. Rubber Bandit:  This silly little app demonstrates how to do rubber-banding in a dialog using srcXOr mode.
  33414. Save PICT file:  Creates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing important.
  33415. ScreenDump:  This snippet shows how to dump an area of the screen to a PicHandle
  33416. SearchProcs & Color Separation:  Th
  33417. System Enabler 088 (AVs)O
  33418. Dev.CD Apr 94
  33419. Dev.CD Jan 94P
  33420. Dev.CD Apr 94
  33421. Dev.CD Jan 9V
  33422. 33088X
  33423. Apr 94
  33424. p--set theItem to choose file -- uncomment to test in an AS editor
  33425.     tell application "Finder"
  33426.         open item "Dev.CD Apr 94
  33427. Dev.CD Jan 94"
  33428.         activate
  33429.     end tell
  33430. on error errMsg number errNum
  33431.     --enter statements to perform when no records are found such as...
  33432.     display dialog "Sorry, the item you selected could not be found."
  33433.     return
  33434. end try
  33435. All Packages
  33436. System Enabler 088 (AVs)O
  33437. Dev.CD Apr 94P
  33438. Dev.CD Apr 9V
  33439. 33089X
  33440. Apr 94
  33441. b--set theItem to choose file -- uncomment to test in an AS editor
  33442.     tell application "Finder"
  33443.         open item "Dev.CD Apr 94"
  33444.         activate
  33445.     end tell
  33446. on error errMsg number errNum
  33447.     --enter statements to perform when no records are found such as...
  33448.     display dialog "Sorry, the item you selected could not be found."
  33449.     return
  33450. end try
  33451. All Packages
  33452. 33090X
  33453. dixformat
  33454. dixzero
  33455. dmgetfirstscreendevi
  33456. dmgetnextscreendevic
  33457. snapshot
  33458. snapshot
  33459. sample
  33460. application
  33461. shows
  33462. snapshots
  33463. snapshotsample1.0b3
  33464. snarfer
  33465. snarfing
  33466. snazzy
  33467. sndforever
  33468. sndplay
  33469. sndplaydoublebuffer
  33470. sndplaydoublebuffera
  33471. sndstartfileplay
  33472. snippet
  33473. snapshot
  33474. snapshot
  33475. sample
  33476. snapshotsample
  33477. snapshotsample
  33478. snarfer
  33479. sndmemrecord
  33480. sndrecord
  33481. agent
  33482. specific
  33483. files
  33484. transports
  33485. software
  33486. software
  33487. license
  33488. software
  33489. license
  33490. software
  33491. licensing
  33492. someunicodestuff
  33493. someunicodestuff
  33494. someunicodestuff
  33495. somobjects
  33496. somobjects
  33497. first
  33498. sound
  33499. sound
  33500. files
  33501. soundapp
  33502. soundapp
  33503. soundapp
  33504. soundapp
  33505. soundapp
  33506. soundapp
  33507. soundapp
  33508. soundapp
  33509. soundapp
  33510. soundappsnds
  33511. soundappsnds
  33512. soundboard
  33513. soundboard
  33514. debug
  33515. prefix
  33516. soundboard
  33517. soundboard
  33518. prefix
  33519. soundboard
  33520. soundmemrecord
  33521. soundunit
  33522. source
  33523. source
  33524. masher
  33525. t this format can become a standard to communicate color information between applications by using the clipboard.  That will only happen if people start to use it in their applications, both commercial and shareware.  So, please take a look at the rest of this document and the code library.  We hope that you can use it!
  33526. Released June, 1996 by Mark Womack and Patrick Bores. Code Library written by Mark Womack. See the file ' Scrap Color Documentation' for details.
  33527. Issues:  This is NOT AN ExAPPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  33528. Js !NOT AN APPLE PRODUCT!
  33529.  Scrap Color Documentation
  33530.  ScrapColor Demo
  33531. Demo source
  33532. scrapcolor library
  33533. ScrapColorDemo.
  33534. Sep 96O6Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Scrap Color 1.0:P>Dev.CD Feb 00 TC
  33535.  - Tool Chest
  33536.  - QuickDraw
  33537.  - Scrap Color 1.0
  33538. PCDev.CD Feb 00 TC
  33539.  - Tool Chest
  33540.  - Testing & Debugging
  33541.  - ParametersV
  33542. 32858X
  33543. Feb 00^
  33544. --set theItem to choose file -- uncomment to test in an AS editor
  33545.     tell application "Finder"
  33546.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Parameters:"
  33547.         activate
  33548.     end tell
  33549. on error errMsg number errNum
  33550.     --enter statements to perform when no records are found such as...
  33551.     display dialog "Sorry, the item you selected could not be found."
  33552.     return
  33553. end try
  33554. e    No Changeq
  33555. Dev.CD Feb 00 TC
  33556. D!All Packages
  33557. Tool Chest Edition
  33558. Show Movie
  33559. HTMLSample is an application illustrating how to use the new HTMLRenderingLib services found in Mac OS 9. HTMLRenderingLib is Apple's light-weight HTML rendering engine capable of displaying HTML files.
  33560. - shows how to draw HTML in a window using the HTMLRenderingLib,
  33561. - shows how to use the URL utilities provided by the HTMLRenderingLib,
  33562. - shows how to maintain a history of visited links and provide call backs to the HTMLRenderingLib for providing information about visited links,
  33563. - shows h
  33564. vow to intercept URLs being displayed by the HTMLRenderingLib and re-direct them to other files.  In this example, we use this facility to allow you to launch applications by clicking on URLs that refer to application files.
  33565. - shows how to set up the drawing environment correctly for drawing other objects in the same window when the window contains a HTML rendering object.
  33566. Dec 99
  33567. Dec 99M
  33568. Mac OS 9N*HTML, HTMLRenderingLib, Packages, Mac OS 9ORDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:HTMLSample:P]Dev.CD Mar 00 RL Disk 1
  33569.  - What's New
  33570.  - Sample Code
  33571.  - Human Interface Toolbox
  33572.  - HTMLSamplenter statements to perform when no records are found such as...
  33573.     display dialog "Sorry, the item you selected could not be found."
  33574.     return
  33575. end try
  33576. e    No Changef2AppleShare
  33577. File Sharing
  33578. File Manager
  33579. Drag and Dropq
  33580. Dev.CD Feb 00 TC
  33581. D!All Packages
  33582. Tool Chest Edition
  33583. URL Access 1.0.1 SDK
  33584. URL Access - A collection of functions allowing easy access to files on network systems using URLs to reference the remote sources. Support is provided for ftp, http,  and file URLs.
  33585. Download data from a given URL
  33586. Upload data to a given URL (FTP only)
  33587. Post an HTML form
  33588. Download a directory listing (FTP only)
  33589. Download/Upload an entire directory (FTP only)
  33590. Progress and authentication UI
  33591. The SSL code in URL Access uses 40-bit encryption.  This is exportable.
  33592. JrURL Access
  33593. URL Access Scripting
  33594. URLAccess.h
  33595. URLAccess.p
  33596. URLAccess.pdf
  33597. URLAccess68K.lib
  33598. URLAccessLib
  33599. URLAccessLib.oK
  33600. Aug 99M    MacOS 8.6N
  33601. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  33602.  - What's New?
  33603.  - Development Kits
  33604.  - Mac OS
  33605.  - URL Access 1.0.1 SDKV
  33606. 33267X
  33607. Aug 99^
  33608. documentation
  33609. emulator
  33610. CAttachment.cp
  33611. CAttachment.h
  33612. CFilterControl.cp
  33613. CFilterControl.h
  33614. CGrayBox.cp
  33615. CGrayBox.h
  33616. CQuickTimeWindow.cp
  33617. CQuickTimeWindow.h
  33618. CSliderControl.cp
  33619. CSliderControl.h
  33620. CSliderControl.rsrc
  33621. CSoundboardApp.cp
  33622. CSoundboardApp.h
  33623. CSoundboardWindow.cp
  33624. CSoundboardWindow.h
  33625. GWLayers.c
  33626. GWLayers.h
  33627. MCPlayMovie.h
  33628. Soundboard.PPob
  33629. Soundboard.prefix
  33630. Soundboard.rsrc
  33631. SoundBoard.
  33632. Soundboard_debug.prefix
  33633. Why was this archived?
  33634. provides
  33635. ability
  33636. download
  33637. postscript
  33638. summary
  33639. dropdisk
  33640. application
  33641. mounts
  33642. images
  33643. summary
  33644. sample
  33645. illustrate
  33646. software
  33647. project
  33648. summary
  33649. edittextcdev
  33650. sample
  33651. control
  33652. panel
  33653. device
  33654. summary
  33655. evenbetterbuserror
  33656. helps
  33657. catch
  33658. reneg
  33659. summary
  33660. wanted
  33661. patch
  33662. high-level
  33663. langua
  33664. summary
  33665. gxgraphics
  33666. 1.1.6
  33667. extension
  33668. encompasses
  33669. summary
  33670. gxoverridetool
  33671. message
  33672. override
  33673. source
  33674. summary
  33675. hotsauce
  33676. technology
  33677. demonstration
  33678. based
  33679. O>Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:How to Detect a CD:PIDev.CD Feb 00 TC
  33680.  - Tool Chest
  33681.  - Devices
  33682.  - CD-ROM
  33683.  - How to Detect a CDV
  33684. 32338X
  33685. Feb 00^
  33686. --set theItem to choose file -- uncomment to test in an AS editor
  33687.     tell application "Finder"
  33688.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:How to Detect a CD:"
  33689.         activate
  33690.     end tell
  33691. on error errMsg number errNum
  33692.     --enter statements to perform when no records are found such as...
  33693.     display dialog "Sorry, the item you selected could not be found."
  33694.     return
  33695. end try
  33696. e    No Changef
  33697. CD-ROM
  33698. Device Manager
  33699. Dev.CD Feb 00 TC
  33700. All Packages
  33701. HTMLSample
  33702. 32339X
  33703. 32339X
  33704. Mar 00^    RL Disk 1
  33705. --set theItem to choose file -- uncomment to test in an AS editor
  33706.     tell application "Finder"
  33707.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:HTMLSample:"
  33708.         activate
  33709.     end tell
  33710. on error errMsg number errNum
  33711.     --enter statements to perform when no records are found such as...
  33712.     display dialog "Sorry, the item you selected could not be found."
  33713.     return
  33714. end try
  33715. e    No Changef'HTML
  33716. HTMLRenderingLib
  33717. Packages
  33718. Mac OS 9q
  33719. Dev.CD Mar 00 RL Disk 1
  33720. Http Server
  33721. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  33722. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  33723. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvementneeds improvement
  33724. devnotes
  33725. dialog
  33726. dialogs
  33727. dictation
  33728. dictionary
  33729. dictionary
  33730. manager
  33731. digital
  33732. digital
  33733. camera
  33734. disabled
  33735. disassembler
  33736. disassembly
  33737. display
  33738. display
  33739. folder
  33740. display
  33741. display
  33742. manager
  33743. display
  33744. disposeresource
  33745. disposeresource
  33746. debugging
  33747. resource
  33748. handles
  33749. dither
  33750. dynamic
  33751. library
  33752. document
  33753. documentation
  33754. documents
  33755. domain
  33756. double-byte
  33757. download
  33758. drawsprocket
  33759. drive
  33760. drive
  33761. gestalt
  33762. drive
  33763. setup
  33764. driver
  33765. driver
  33766. table
  33767. drivers
  33768. stylechat
  33769. dumpobj
  33770. 33285X
  33771. Jan 00^
  33772. --set theItem to choose file -- uncomment to test in an AS editor
  33773.     tell application "Finder"
  33774.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:WebObjects Tools and Techniques:"
  33775.         activate
  33776.     end tell
  33777. on error errMsg number errNum
  33778.     --enter statements to perform when no records are found such as...
  33779.     display dialog "Sorry, the item you selected could not be found."
  33780.     return
  33781. end try
  33782. e    No ChangefRWebObjects
  33783. EOModeler
  33784. Project Builder
  33785.  WebObjects Builder
  33786. Tools
  33787. Tips and Techniquesq
  33788. Dev.CD Jan 00 SDK1
  33789. D!All Packages
  33790. Tool Chest Edition
  33791. Win2MacCounterSamples
  33792. e    No Changef&ShowIcon
  33793. ShowINIT
  33794. extension
  33795. iconsq
  33796. Dev.CD Feb 00 TC
  33797. All Packages
  33798. Simple DrawSprocket
  33799. This sample is designed to show simple use of DrawSprocket to set screen resolution and size within the confines of a standard Macintosh Toolbox environment.  Additionally, it demonstrates how to get DrawSprocket's version with DSpGetVersion () and without it.
  33800. JjRead Me
  33801. Simple DrawSprocket App
  33802. Simple DrawSprocket Main.c
  33803. Simple DrawSprocket.CW2
  33804. Simple DrawSprocket.CW5K
  33805. Dec 99MMCW2 or later and Universal Headers 3.2 (3.3 if building for DrawSprocket 1.7)N$DrawSprocket, GSpGetVersion, ToolboxOODev.CD Mar 00 RL Disk 1:What's New:Sample Code:Graphics 2D:Simple DrawSprocket:PZDev.CD Mar 00 RL Disk 1
  33806.  - What's New
  33807.  - Sample Code
  33808.  - Graphics 2D
  33809.  - Simple DrawSprocketV
  33810. 32862X
  33811. Mar 00^    RL Disk 1
  33812. e    No Change
  33813. dsappleevents
  33814. dsglobals
  33815. dsglobals
  33816. dsuserprocs
  33817. dsuserprocs
  33818. dsuserprocs
  33819. dsutils
  33820. dsutils
  33821. dsutils
  33822. b--set theItem to choose file -- uncomment to test in an AS editor
  33823.     tell application "Finder"
  33824.         open item "Dev.CD Jul 93"
  33825.         activate
  33826.     end tell
  33827. on error errMsg number errNum
  33828.     --enter statements to perform when no records are found such as...
  33829.     display dialog "Sorry, the item you selected could not be found."
  33830.     return
  33831. end try
  33832. conversion
  33833. database
  33834. debug
  33835. debug
  33836. sound
  33837. manager
  33838. 3.2.1
  33839. debugger
  33840. debuggers
  33841. debugging
  33842. declaration
  33843. decompress
  33844. decompression
  33845. default
  33846. delete
  33847. O<Dev.CD Nov 99 TC:Tool Chest:Networking:HotSauce (Project X):PDDev.CD Nov 99 TC
  33848.  - Tool Chest
  33849.  - Networking
  33850.  - HotSauce (Project X)     open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:"
  33851.         activate
  33852.     end tell
  33853. on error errMsg number errNum
  33854.     --enter statements to perform when no records are found such as...
  33855.     display dialog "Sorry, the item you selected could not be found."
  33856.     return
  33857. end try
  33858. e    No Changef
  33859. Disk I/O
  33860. Performanceq
  33861. Dev.CD Feb 00 TC
  33862. D!All Packages
  33863. Tool Chest Edition
  33864. DiskFiller
  33865. ts a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  33866.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  33867. gotcha
  33868. gotchas
  33869. gourdol
  33870. grabber
  33871. grammar
  33872. grammatical
  33873. granted
  33874. graphic
  33875. graphical
  33876. graphics
  33877. graphicsimporter
  33878. grayrgn
  33879. grayscale
  33880. great
  33881. greater
  33882. greatest
  33883. greatly
  33884. green
  33885. greenspon
  33886. griffith
  33887. group
  33888. groups
  33889. growing
  33890. grown
  33891. gs/os
  33892. guarantee
  33893. guaranteed
  33894. guest
  33895. guide
  33896. guide-intelligent
  33897. guidelines
  33898. anymore
  33899. anyone
  33900. anything
  33901. anywhere
  33902. apart
  33903. aphorisms
  33904. seedbuilder
  33905. seedcfill
  33906. seeing
  33907. seems
  33908. seger
  33909. separately
  33910. separations
  33911. september
  33912. sequel
  33913. sequence
  33914. sergeant
  33915. serial
  33916. series
  33917. server
  33918. servers
  33919. serves
  33920. service
  33921. services
  33922. session
  33923. set-top
  33924. setdialogdefaultitem
  33925. setmarkers
  33926. setmfsize
  33927. setproject
  33928. 32337X
  33929. Nov 99^
  33930. --set theItem to choose file -- uncomment to test in an AS editor
  33931.     tell application "Finder"
  33932.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:HotSauce (Project X):"
  33933.         activate
  33934.     end tell
  33935. on error errMsg number errNum
  33936.     --enter statements to perform when no records are found such as...
  33937.     display dialog "Sorry, the item you selected could not be found."
  33938.     return
  33939. end try
  33940. Deletedq
  33941. Dev.CD Nov 99 TC
  33942. D!All Packages
  33943. Tool Chest Edition
  33944. How to Detect a CD
  33945. ISummary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  33946. Features:  C sample code demonstrating how to use the device manager, SCSI, and calls to the CD-ROM driver to give pretty good hints about whether a volume is a CD-ROM or not.
  33947. JRidentifyCD.
  33948. main.c
  33949. Makefile
  33950. Not used in this example
  33951. ReadMe
  33952. WhereCDs.c
  33953. WhereCDs.hK
  33954. Dec 95N CD-ROM, SCSI, Device Manager, CD
  33955. Summary:  HotSauce is a technology demonstration based on MCF (Meta Content Format). MCF is a format for representing information about content.
  33956. The goal of MCF is to provide an adequate language for representing a wide range of information about content. The content targeted includes web pages, gopher and ftp files, desktop files, email and structured (i.e., relational and object oriented) databases, etc. The corresponding meta-content includes indices such as Yahoo!, gopher and ftp direB
  33957. ctory structures, email headers, data dictionaries, etc. 
  33958. ProjectX (aka HotSauce) is just one of the applications that is enabled by the MCF. It should be possible for many different applications to use the meta-content represented in the MCF. 
  33959. HotSauce standalone app FAQ
  33960. Meta-Content Format
  33961. Project X Large 68K:
  33962. Project X Large PPC:
  33963. Project X Quick Start Guide
  33964. ProjectXPlugIn68K
  33965. ProjectXPlugIn68KNFPU
  33966. ProjectXPlugInPPC
  33967. Standalone App Quick StartK
  33968. Nov 96
  33969. All Packages
  33970. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  33971. Dev.CD Jan 94
  33972. Dev.CD Oct 93
  33973. Dev.CD Jul 93P6Dev.CD Apr 94
  33974. Dev.CD Jan 94
  33975. Dev.CD Oct 93
  33976. Dev.CD Jul 9V
  33977. 33012X
  33978. Apr 94
  33979. --set theItem to choose file -- uncomment to test in an AS editor
  33980.     tell application "Finder"
  33981.         open item "Dev.CD Apr 94
  33982. Dev.CD Jan 94
  33983. Dev.CD Oct 93
  33984. Dev.CD Jul 93"
  33985.         activate
  33986.     end tell
  33987. on error errMsg number errNum
  33988.     --enter statements to perform when no records are found such as...
  33989.     display dialog "Sorry, the item you selected could not be found."
  33990.     return
  33991. end try
  33992. All Packages
  33993. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  33994. Dev.CD Jan 94
  33995. Dev.CD Oct 93
  33996. Dev.CD Jul 93
  33997. Dev.CD Apr 93PDDev.CD Apr 94
  33998. Dev.CD Jan 94
  33999. Dev.CD Oct 93
  34000. Dev.CD Jul 93
  34001. Dev.CD Apr 9V
  34002. 33013X
  34003. Apr 94
  34004. notify
  34005. notions
  34006. november
  34007. novice
  34008. Summary:  SourceObj reads a .c.o file and its corrosponding .c file and outputs a mixed listing of 68k assembly and C source code.  Helps in writing better C/Pascal code by providing a way to view the output of MPW 68k compilers on a per source line basis.  See the file "About SourceObj" for details.
  34009. Features:
  34010. Ouput a single function/method.
  34011. Output all methods of a class.
  34012. Output all instances of a method name.
  34013. Show/Hide 68k opcodes.
  34014. General tools.imgK
  34015. Feb 94M
  34016. Works with MPW 3.2 or laterN:object code, disassembly, MPW tool, UltraSlimFast, DumpObjO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  34017.  - Tool Chest
  34018.  - Testing & Debugging
  34019.  - General tools
  34020. standalone
  34021. version
  34022. standard
  34023. standardfile
  34024. standardfileicons
  34025. standardgetfolder
  34026. standardized
  34027. standards
  34028. starmax
  34029. start
  34030. 3.2.1
  34031. 3.2.3
  34032. 3.6.5
  34033. 3/5-slot
  34034. 32-bit
  34035. 32x32
  34036. 33619
  34037. 350000
  34038. 38400/8/n/1
  34039. 3d-party
  34040. 3d-the
  34041. 4-character
  34042. 4.0.8
  34043. 4.5.2
  34044. 40-60
  34045. 40-bit
  34046. 4400/200
  34047. 6.0.4
  34048. 6.3.1
  34049. 6.3.2
  34050. 7500@
  34051. sample
  34052. library
  34053. which
  34054. provides
  34055. indispensable
  34056. work-@
  34057. debug
  34058. build
  34059. sound
  34060. manager
  34061. 3.2.1
  34062. useful
  34063. sample
  34064. compression/decompre
  34065. sound
  34066. manager
  34067. component
  34068. sample
  34069. shows
  34070. transport
  34071. above@
  34072. accelerating@
  34073. accuracy@
  34074. across@
  34075. action@
  34076. actions@
  34077. activities@
  34078. actually@
  34079. adbop@
  34080. adjust
  34081. adjustable@
  34082. advantages@
  34083. sprockets
  34084. libraries
  34085. designed
  34086. simplify
  34087. applescript@
  34088. applesearch@
  34089. application's@
  34090. architecture@
  34091. area@
  34092. as-is@
  34093. available@
  34094. balloon@
  34095. basis@
  34096. bechtel@
  34097. beginning@
  34098. beta@
  34099. blackketter@
  34100. bottleneck@
  34101. build@
  34102. building@
  34103. button@
  34104. byte@
  34105. calibration@
  34106. callhyper@
  34107. cancelwindowcheckout@
  34108. cannot@
  34109. originally
  34110. orphaning
  34111. ortiz
  34112. os-compatible
  34113. os-only
  34114. osaactiveproc
  34115. osaka
  34116. osasendproc
  34117. osborne
  34118. oserr
  34119. cpu's
  34120. cpugestalt
  34121. cpugestalt
  34122. sample
  34123. illustrates
  34124. determine
  34125. craig
  34126. crash
  34127. crashed
  34128. crashes
  34129. crashing
  34130. crawl
  34131. create
  34132. create
  34133. needs
  34134. created
  34135. createdirwithcustomi
  34136. createpmforecolorima
  34137. crucial
  34138. cryptic
  34139. cryptographic
  34140. culture
  34141. curbow
  34142. curious
  34143. current
  34144. palindrome
  34145. pallakoff
  34146. pallete
  34147. panel
  34148. panels
  34149. panes
  34150. panorama
  34151. panoramas
  34152. panoramic
  34153. paper
  34154. papserversample
  34155. papworkstation
  34156. parade
  34157. paradigms
  34158. parallels
  34159. contains
  34160. archives
  34161. format
  34162. apple
  34163. folder
  34164. contains
  34165. updated
  34166. documents
  34167. outlining
  34168. strategies
  34169. hypercard
  34170. update
  34171. features
  34172. including
  34173. update
  34174. appearance
  34175. 1.0.3
  34176. package
  34177. consists
  34178. files
  34179. provide
  34180. information
  34181. package
  34182. contains
  34183. drive
  34184. setup
  34185. v1.7.2
  34186. program
  34187. package
  34188. contains
  34189. processor
  34190. emulator
  34191. extensions
  34192. package
  34193. includes
  34194. transport
  34195. debug
  34196. package
  34197. system
  34198. compatible
  34199.  5th Column 1.1 and MacsBug.
  34200. Issues: Some VU Libraries distributed with HITEC contain routines that apply to targets running System 7.0 only.  
  34201. Virtual User tools.imgK
  34202. Jan 92OCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  34203.  - Tool Chest
  34204.  - Testing & Debugging
  34205.  - Virtual User tools Management.imgK
  34206. Sep 92OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  34207.  - Tool Chest
  34208.  - Testing & Debugging
  34209.  - Memory ManagementV
  34210. 30393X
  34211. Feb 00^
  34212. --set theItem to choose file -- uncomment to test in an AS editor
  34213.     tell application "Finder"
  34214.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  34215.         activate
  34216.     end tell
  34217. on error errMsg number errNum
  34218.     --enter statements to perform when no records are found such as...
  34219.     display dialog "Sorry, the item you selected could not be found."
  34220.     return
  34221. end try
  34222. e    No Changeq
  34223. Dev.CD Feb 00 TC
  34224. All Packages
  34225. 30394
  34226. commandsW
  34227. commented
  34228. comments
  34229. commercial
  34230. commit
  34231. commitment
  34232.         activate
  34233.     end tell
  34234. on error errMsg number errNum
  34235.     --enter statements to perform when no records are found such as...
  34236.     display dialog "Sorry, the item you selected could not be found."
  34237.     return
  34238. end try
  34239. extractors
  34240. extras
  34241. f-french
  34242. features
  34243. feedback
  34244. feedback
  34245. request
  34246. 9/1/93
  34247. developer
  34248. synchronization
  34249. guide
  34250. system
  34251. manager
  34252. filecopy
  34253. filecopy
  34254. fileisopen
  34255. fileisopen
  34256. filemaker
  34257. filemaker
  34258. files
  34259. filesharingmaster
  34260. filesharingmaster
  34261. filing
  34262. electronics
  34263. dynamic
  34264. translation
  34265. manager
  34266. translation
  34267. editing
  34268. editor
  34269. effects
  34270. eject
  34271. electronics
  34272. email
  34273. embed
  34274. emulator
  34275. enabled
  34276. enabler
  34277. encoding
  34278. endpoint
  34279. endpoints
  34280. engine
  34281. asked
  34282. askyesno
  34283. aspects
  34284. assembled
  34285. assembler
  34286. assemblers
  34287. assembly
  34288. assembly-language
  34289. assembly-level
  34290. assigned
  34291. assignments
  34292. assist
  34293. assistance
  34294. assistant
  34295. assistants
  34296. assists
  34297. assocated
  34298. associated
  34299. asynchronous
  34300. background
  34301. networking
  34302. macintosh
  34303. harry
  34304. asynchronously
  34305. at-attachment
  34306. 32336X
  34307. Feb 00^
  34308. --set theItem to choose file -- uncomment to test in an AS editor
  34309.     tell application "Finder"
  34310.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  34311.         activate
  34312.     end tell
  34313. on error errMsg number errNum
  34314.     --enter statements to perform when no records are found such as...
  34315.     display dialog "Sorry, the item you selected could not be found."
  34316.     return
  34317. end try
  34318. e    No Changeq
  34319. Dev.CD Feb 00 TC
  34320. D!All Packages
  34321. Tool Chest Edition
  34322. HotSauce (Project X)
  34323.     taller
  34324. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  34325. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  34326. e    No Change
  34327. Summary: A collection of MPW
  34328.  scripts and tools with a menu and commando interface to aid in authoring, executing and analyzing human interface tests.  Tests may be written as Virtual User (VU) or MPW scripts.
  34329. Features: Using HITEC, you have the ability to create new tests, execute and analyze existing tests and collect groups of tests into suites.  HITEC also provides various controls over the execution of tests and suites, such as setting a group of target systems on which to execute th
  34330. e tests, determining the CPU type of target system and making timing adjustments to best suit that system, and verifying that a system is still functional after the execution of previous tests. 
  34331. Hardware:  One controller system and at least one target system.  The controller system should have 1MB or more of RAM to run MPW 3.0 or higher.  The target system(s) should be a Macintosh Plus or higher.
  34332. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  34333. Demo:  This sample code demonstrates how to use the AppleTalk Transaction Protocol (ATP) to send data back and forth between two machines on the network.
  34334. ENET Sample:  This snippet demonstrates how one can use the Ethernet routines described in Inside Macintosh volume VI.  The program demonstrates the basic use of the various Control calls to the ENET driver.
  34335. Get Ethernet Address:  Demonstrates both the use of the LAP Manager to get the current AppleTalk connection device and a call to E
  34336. GetInfo to obtain the burned in Ethernet address.
  34337. Get LAP Connection:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  34338. GetADEVType:  Sample code to demonstrate use of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  34339. Neighborhood Watch:  Neighborhood Watch is a MultiFinder friendly application which allows people 
  34340. menubar
  34341. corners
  34342. desktop
  34343. finder
  34344. grayrgn
  34345. hierarchical
  34346. level
  34347. hooper
  34348. hp-ux
  34349. rendering
  34350. htmlrenderinglib
  34351. human
  34352. human
  34353. interface
  34354. guidelines
  34355. hypercard
  34356. hypercard
  34357. player
  34358. cardbus
  34359. ibook
  34360. family
  34361. plotting
  34362. resources
  34363. services
  34364. utilities
  34365. iconref
  34366. icons
  34367. property
  34368. inline
  34369. inline
  34370. input
  34371. input
  34372. inputsprocket
  34373. installer
  34374. instance
  34375. instance
  34376. variables
  34377. instrumentation
  34378. interactive
  34379. interactive
  34380. media
  34381. solutions
  34382. interface
  34383. interfaces
  34384. interleaving
  34385. international
  34386. internationalization
  34387. internet
  34388. investment
  34389. iostreams
  34390. useful
  34391. usenet
  34392. user-centric
  34393. user-controllable
  34394. user-controlled
  34395. user-defined
  34396. user-interface
  34397. user-perceived
  34398. userchkgestaltfuncti
  34399. userfunction
  34400. useritem
  34401. package
  34402. packagetool
  34403. packagetool
  34404. packagetool
  34405. packagetool
  34406. packagetool
  34407. packagetool
  34408. packageutils
  34409. packageutils
  34410. packageutils
  34411. packagewindow
  34412. packagewindow
  34413. packagewindow
  34414. pages
  34415. client
  34416. interface
  34417. client
  34418. first
  34419. paper
  34420. papworkstation
  34421. papworkstation
  34422. parameters
  34423. parameters
  34424. parser
  34425. links
  34426. links
  34427. links
  34428. partmaker
  34429. partmaker
  34430. partmaker
  34431. readme
  34432. parts
  34433. pascal
  34434. pascal
  34435. sample
  34436. pasmatit
  34437. branch
  34438. brand
  34439. brave
  34440. braving
  34441. break
  34442. breakpoints
  34443. breaks
  34444. breakthroughs
  34445. breeze
  34446. brian
  34447. bridge
  34448. bridges
  34449. Dev.CD Feb 00 TC:Sample Code:P
  34450. Dev.CD Feb 00 TC
  34451.  - Sample Code
  34452. ratesQ
  34453. quickdraw
  34454. hardware
  34455. acceleration
  34456. rawip
  34457. rawmode
  34458. reader
  34459. reality
  34460. receives
  34461. recognition
  34462. reconfiguration
  34463. record
  34464. return
  34465. return
  34466. investment
  34467. business
  34468. processes
  34469. interactive
  34470. media
  34471. robustness
  34472. router
  34473. runtime
  34474. sample
  34475. saving
  34476. screen
  34477. script
  34478. scriptable
  34479. scripting
  34480. scroll
  34481. scrolling
  34482. performance
  34483. search
  34484. search
  34485. index
  34486. vtwin
  34487. summary
  34488. selected
  34489. selector
  34490. serial
  34491. series
  34492. server
  34493. services
  34494. setting
  34495. setup
  34496. shared
  34497. sherlock
  34498. sherlock
  34499. content
  34500. extractor
  34501. search
  34502. signature
  34503. simplified
  34504. tobias
  34505. today
  34506. together
  34507. toggle
  34508. token
  34509. tokenizer
  34510. tokenring
  34511.  "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  34512. PS 1.1.3:"
  34513.         activate
  34514.     end tell
  34515. on error errMsg number errNum
  34516.     --enter statements to perform when no records are found such as...
  34517.     display dialog "Sorry, the item you selected could not be found."
  34518.     return
  34519. end try
  34520. Deletedq
  34521. Dev.CD Nov 99 TC
  34522. D(All Packages
  34523. Reference Library Edition
  34524. DropDiskIxSummary:  DropDisk is an application that mounts disk images on the desktop.  See the file "About DropDisk" for details.J
  34525. About DropDisk
  34526. DropDiskK
  34527. Jan 95O*Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:P/Dev.CD Dec 99 RL
  34528.  - Utilities
  34529.  - DropDisk 1.0b5V
  34530. 30398X
  34531. Dec 99^
  34532. menumanager
  34533. menus
  34534. menuscripter
  34535. merchandised
  34536. merchandising
  34537. messagewatcher
  34538. meta-content
  34539. method
  34540. methodology
  34541. methods
  34542. metrowerks
  34543. michael
  34544. microprocessor
  34545. microprocessorsQ
  34546. microsystems
  34547. microtrends
  34548. middle
  34549. might
  34550. miller
  34551. million
  34552. millions
  34553. minimize
  34554. minimum
  34555. minor
  34556. minow
  34557. minute
  34558. minutes
  34559. mirror
  34560. misaligned
  34561. misalignment
  34562. misdemeanors
  34563. misrecognized
  34564. mixed
  34565. mixed-partition
  34566. mixing
  34567. mobile
  34568. modal
  34569. model
  34570. showdialogboxes
  34571. showiniticon
  34572. simple
  34573. simple
  34574. drawsprocket
  34575. simpleapp
  34576. simpleapp
  34577. 1.0.2
  34578. development
  34579. primer
  34580. dzautodrone
  34581. dzautodrone
  34582. dzautodroneburn
  34583. dzautodroneburn
  34584. dzautodroneexpl
  34585. dzautodroneexpl
  34586. dzdisplay
  34587. dzdisplay
  34588. dzdisplay
  34589. dzdrone
  34590. dzdrone
  34591. dzdrone
  34592. dzevenmoreresources
  34593. dzevenmoreresources
  34594. dzevents
  34595. dzevents
  34596. dzevents
  34597. dzgame
  34598. dzgame
  34599. dzgame
  34600. dzinput
  34601. dzinput
  34602. dzinput
  34603. dzisppresets
  34604. dzisppresets
  34605. dzisppresets
  34606. dzkeycap
  34607. dzkeycap
  34608. dzmain
  34609. dzmain
  34610. dzmain
  34611. dzmenu
  34612. dzmenu
  34613. dzmenu
  34614. dzmoreresources
  34615. dzmoreresources
  34616. dzprefix
  34617. dzprefix
  34618. dzresource
  34619. dzresource
  34620. dzresource
  34621. dzsound
  34622. dzsound
  34623. J'Sample Code.img
  34624. Windows Sample Code.imgK
  34625. Aug 95M-System 7 or greater, Universal Interfaces 2.0N+hide MenuBar corners desktop Finder GrayRgnO
  34626. Dev.CD Feb 00 TC:Sample Code:P
  34627. Dev.CD Feb 00 TC
  34628.  - Sample CodeV
  34629. 32335X
  34630. Feb 00^
  34631. r--set theItem to choose file -- uncomment to test in an AS editor
  34632.     tell application "Finder"
  34633.         open item "Dev.CD Feb 00 TC:Sample Code:"
  34634.         activate
  34635.     end tell
  34636. on error errMsg number errNum
  34637.     --enter statements to perform when no records are found such as...
  34638.     display dialog "Sorry, the item you selected could not be found."
  34639.     return
  34640. end try
  34641. Movedf+hide MenuBar corners desktop Finder GrayRgnq
  34642. Dev.CD Feb 00 TC
  34643. D!All Packages
  34644. Tool Chest Edition
  34645. HITEC (super front end to VU)
  34646. defining
  34647. definition
  34648. definitions
  34649. definitive
  34650. defproc
  34651. defprocs
  34652. degrees
  34653. delay
  34654. delayed
  34655. delaying
  34656. delays
  34657. deleteW
  34658. deleted
  34659. deletedirectory
  34660. deleteemptydir
  34661. deliver
  34662. delivered
  34663. delivers
  34664. delivery
  34665. delta
  34666. demanding
  34667. demonstrates
  34668. programmatically
  34669. background
  34670. demonstration
  34671. 1.1.4
  34672. context
  34673. switching
  34674. depends@
  34675. describes@
  34676. designer@
  34677. detector@
  34678. developer's@
  34679. developing@
  34680. devised@
  34681. dialog
  34682. dialogs@
  34683. dialup@
  34684. dictionaries@
  34685. directions@
  34686. discover@
  34687. display/context@
  34688. dixformat@
  34689. documentationandsamp@
  34690. doesn't@
  34691. double-click@
  34692. downfall@
  34693. drawbacks@
  34694. drives@
  34695. dykstra-erickson@
  34696. easily@
  34697. easing@
  34698. edition@
  34699. efforts@
  34700. elements@
  34701. enabled@
  34702. enhance@
  34703. ensuring@
  34704. entertainment@
  34705. error-handling@
  34706. ethernet@
  34707. ethernets@
  34708. everyware@
  34709. examples@
  34710. fragments@
  34711. friends@
  34712. front@
  34713. gains@
  34714. getting/setting@
  34715. giving@
  34716. global-aware@
  34717. glue@
  34718. gory@
  34719. guideplugin@
  34720. guillermo@
  34721. harper@
  34722. help@
  34723. holland@
  34724. htmlsample
  34725. application
  34726. illustrating
  34727. adding
  34728. addition
  34729. additional
  34730. additionally
  34731. additions
  34732. address
  34733. address
  34734. resolution
  34735. protocol
  34736. protocol
  34737. mapping
  34738. addresses
  34739. addressing
  34740. adequate
  34741. adevs
  34742. adjust
  34743. adjustable
  34744. adjustments
  34745. admin
  34746. administration
  34747. administrator's
  34748. administrators
  34749. adobe
  34750. adobe's
  34751. adopt
  34752. adopting
  34753. adoption
  34754. adopts
  34755. adorner
  34756. adorners
  34757. advance
  34758. advanced
  34759. --set theItem to choose file -- uncomment to test in an AS editor
  34760.     tell application "Finder"
  34761.         open item "Dev.CD Apr 94
  34762. Dev.CD Jan 94
  34763. Dev.CD Oct 93
  34764. Dev.CD Jul 93
  34765. Dev.CD Apr 93"
  34766.         activate
  34767.     end tell
  34768. on error errMsg number errNum
  34769.     --enter statements to perform when no records are found such as...
  34770.     display dialog "Sorry, the item you selected could not be found."
  34771.     return
  34772. end try
  34773. operator-defined
  34774. operators
  34775. opf-opendoc
  34776. opportunities
  34777. opportunity
  34778. opposite
  34779. optimal
  34780. optimization
  34781. optimizations
  34782. irectly licensing and including the "English Text-to-Speech" and/or "Mexican Spanish Text-to-Speech" installers (available both as disk images and as network/hard-disk installers) or by working from the source for the scripts, which is provided here.
  34783. Macintosh users can receive the system software that lets their Macintosh computers talk in any of three ways:
  34784.  It comes pre-installed on many Macintosh computers, but not all.
  34785.  Users can download Apple's PlainTalk "English Text-to-Speech" 
  34786. Mand "Mexican Spanish Text-to-Speech" software from Apple's web site.
  34787.  Developers can license this software for distribution with their applications. Contact Apple's licensing group for more information about licensing Apple software.
  34788.       512-919-2645
  34789.       AppleLink:   SW.LICENSE
  34790.       Internet:  SW.LICENSE@applelink.apple.com
  34791. JxDocumentation
  34792. Files
  34793. Installer Source
  34794. Interfaces
  34795. Scripting
  34796. Speech Synthesis Mgr Installers
  34797. Text-to-Speech - Read Me FirstK
  34798. Jul 96L
  34799. Jan 97
  34800. Summary: The Snarfer is an application that directs whatever Macintosh it is running on to examine each AppleTalk packet it is about to write to the network.   If it meets operator-defined criteria, the packet can be altered and controlled in a variety of ways.
  34801. Features: 
  34802. Packets can have their size changed, data altered, protocol parameters changed, or their transmission delayed or repeated.  
  34803. The user-defined criteria currently includes matching such traits for the AppleTalk Protocols
  34804. : ASP, ATP, ADSP, DDP, LLAP, NBP, and PAP.
  34805. A distribution scenario can be set up to introduce random and selective snarfing of packets.
  34806. Files can be saved to hold the user-defined critieria and actions that users create.
  34807. The Snarfer can run on Internet Routers and handle multiple ports.
  34808. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  34809. J8The Snarfer
  34810. The Snarfer Read Me
  34811. The Snarfer User's GuideK
  34812. Jul 92
  34813. r--set theItem to choose file -- uncomment to test in an AS editor
  34814.     tell application "Finder"
  34815.         open item "Dev.CD Feb 00 TC:Sample Code:"
  34816.         activate
  34817.     end tell
  34818. on error errMsg number errNum
  34819.     --enter statements to perform when no records are found such as...
  34820.     display dialog "Sorry, the item you selected could not be found."
  34821.     return
  34822. end try
  34823. summary
  34824. folder
  34825. contains
  34826. goodies
  34827. developer
  34828. summary
  34829. folder
  34830. contains
  34831. revised
  34832. acrobat
  34833. versions
  34834. summary
  34835. folder
  34836. contains
  34837. sample
  34838. applications
  34839. demons
  34840. summary
  34841. folder
  34842. contains
  34843. several
  34844. examples
  34845. system
  34846. summary
  34847. folder
  34848. contains
  34849. several
  34850. snippets
  34851. illustrat
  34852. summary
  34853. folder
  34854. contains
  34855. macsnmp
  34856. developer's
  34857. summary
  34858. folder
  34859. contains
  34860. net-install
  34861. apple's
  34862. summary
  34863. folder
  34864. contains
  34865. tools
  34866. useful
  34867. develo
  34868. summary
  34869. graphics
  34870. primer
  34871. contains
  34872. information
  34873. concep
  34874. summary
  34875. guide
  34876. provides
  34877. information
  34878. about
  34879. markets
  34880. distri
  34881. summary
  34882. collection
  34883. useful
  34884. quicktime
  34885. functions
  34886. summary
  34887. complete
  34888. demonstration
  34889. access
  34890. summary
  34891. da/application
  34892. allows
  34893. examine
  34894. summary
  34895. functional
  34896. opentransport
  34897. sample
  34898. imple
  34899. summary
  34900. definition
  34901. procedure
  34902. source
  34903. All Packages
  34904. System Enabler 088 (AVs)O
  34905. Dev.CD Apr 94P
  34906. Dev.CD Apr 9V
  34907. 33082X
  34908. Apr 94
  34909. b--set theItem to choose file -- uncomment to test in an AS editor
  34910.     tell application "Finder"
  34911.         open item "Dev.CD Apr 94"
  34912.         activate
  34913.     end tell
  34914. on error errMsg number errNum
  34915.     --enter statements to perform when no records are found such as...
  34916.     display dialog "Sorry, the item you selected could not be found."
  34917.     return
  34918. end try
  34919. All Packages
  34920. System Enabler 088 (AVs)O
  34921. Dev.CD Apr 94P
  34922. Dev.CD Apr 9V
  34923. 33083X
  34924. Apr 94
  34925. b--set theItem to choose file -- uncomment to test in an AS editor
  34926.     tell application "Finder"
  34927.         open item "Dev.CD Apr 94"
  34928.         activate
  34929.     end tell
  34930. on error errMsg number errNum
  34931.     --enter statements to perform when no records are found such as...
  34932.     display dialog "Sorry, the item you selected could not be found."
  34933.     return
  34934. end try
  34935. All Packages
  34936. System Enabler 088 (AVs)V
  34937. 33084X
  34938. packages
  34939. packagetool
  34940. packagetool
  34941. application
  34942. illustrating
  34943. create
  34944. packaging
  34945. packet
  34946. packets
  34947. packman
  34948. pages
  34949. paige
  34950. painless
  34951. painting
  34952. pairs
  34953. palette
  34954. palette&gworld
  34955. palettes
  34956. panels
  34957. panes
  34958. panorama
  34959. panoramas
  34960. panoramic
  34961. paper
  34962. papserversample
  34963. papworkstation
  34964. parade
  34965. packages@
  34966. palindrome@
  34967. parameter@
  34968. partitions@
  34969. password@
  34970. patching@
  34971. personal@
  34972. physically@
  34973. places@
  34974. pleased@
  34975. plus@
  34976. popup@
  34977. post@
  34978. powerbook@
  34979. pre-scripted@
  34980. preserved@
  34981. previous@
  34982. print@
  34983. printer@
  34984. proc@
  34985. procedures@
  34986. process@
  34987. proficient@
  34988. profile@
  34989. program
  34990. sample
  34991. demonstrate
  34992. apple
  34993. events
  34994. programming
  34995. programs@
  34996. progressbars@
  34997. prototyping@
  34998. provide@
  34999. providing@
  35000. publisher@
  35001. qtic-savvy@
  35002. quickdraw
  35003. graphics
  35004. library
  35005. define
  35006. quickdraw
  35007. enables
  35008. computer
  35009. display
  35010. three-dimensio@
  35011. quicktime@
  35012. radically@
  35013. readable@
  35014. ready@
  35015. received@
  35016. recordable@
  35017. Summary:  This folder contains four more helpful MPW scripts in addition to the DTS MPW Goodies package. 
  35018. Features:
  35019.  AskYesNo is an MPW tools used to prompt the user for simple yes/no questions.  The prompt string can be given and the default answer can be specified.
  35020.   IsCheckedOut script will allow a user to see if any of the files in an MPW projector are checked out and by whom.  This is VERY helpful when managing a project and when you are about to do a build to see who is still modi
  35021. fying source code.
  35022.    MakeTheFolder is an improvement over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  35023.  will create all needed parent folders along the path and then the target folder itself.  If the folder already exists then no action is taken.
  35024.    SaveMenu is useful to save changes to user defined menus in MPW.
  35025. JX MPW scripts README
  35026.  MPW scripts README.txt
  35027. AskYesNo
  35028. IsCheckedOut
  35029. MakeTheFolder
  35030. SaveMenuK
  35031. Feb 94OMDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:helpful MPW scripts:PXDev.CD Feb 00 TC
  35032.  - Tool Chest
  35033.  - Development Kits
  35034.  - MPW Related
  35035.  - helpful MPW scripts
  35036. s how to replace the 68K bus error vector
  35037. very useful for testing.
  35038. DebuggerPresence:  This is a small snippet of code that can be used to to detect if macsbug is installed or not. NOTE:  This code is intended to only work with version 6.2 of macsbug.  You should refer to your Low Level Debugger's manual for more information.
  35039. Fill Memory:  This is a debugging aid.  It fills its memory partition and verifies that it does not get changed. This allows you verify that your application does no
  35040. t write into the memory space of other applications.
  35041. Gestalt dcmd:  This dcmd (debugger command for MacsBug) allows you to 
  35042.  Gestalt when you're in MacsBug. You can either ask for a particular selector (ie. evnt) or ask for all (no arguments). The response is either a string (when the selector is known) or the numeric value returned by Gestalt.
  35043. Heap Purge dcmd:  Simulates TMON
  35044. s heap purge in MacsBug.
  35045. Time Manager Debugging:  Add this resource file to your MacsBug  "Debugger Prefs" 
  35046. p--set theItem to choose file -- uncomment to test in an AS editor
  35047.     tell application "Finder"
  35048.         open item "Dev.CD Apr 92
  35049. Dev.CD Mar 92"
  35050.         activate
  35051.     end tell
  35052. on error errMsg number errNum
  35053.     --enter statements to perform when no records are found such as...
  35054.     display dialog "Sorry, the item you selected could not be found."
  35055.     return
  35056. end try
  35057. movie
  35058. qtic-savvy
  35059. qtimagedrawer
  35060. qtjava
  35061. qtmovie
  35062. qtpict
  35063. qtrecordmovie
  35064. questionaire
  35065. questionaires
  35066. questionnaire
  35067. questions
  35068. queue
  35069. quick
  35070. quickdraw
  35071. quickdraw
  35072. graphics
  35073. library
  35074. define
  35075. quickdraw
  35076. dimension
  35077. macintosh
  35078. graphics
  35079. pablo
  35080. ignoring
  35081. ii-compliant
  35082. illegal
  35083. illustrate
  35084. illustrated
  35085. illustrates
  35086. illustrating
  35087. 32334X
  35088. Feb 00^
  35089. --set theItem to choose file -- uncomment to test in an AS editor
  35090.     tell application "Finder"
  35091.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:helpful MPW scripts:"
  35092.         activate
  35093.     end tell
  35094. on error errMsg number errNum
  35095.     --enter statements to perform when no records are found such as...
  35096.     display dialog "Sorry, the item you selected could not be found."
  35097.     return
  35098. end try
  35099. e    No Changeq
  35100. Dev.CD Feb 00 TC
  35101. D!All Packages
  35102. Tool Chest Edition
  35103. HideMenubarEtc
  35104. Summary:  This demonstrates how to hide the menubar and/or the desktop.  The desktop is hidden simply by creating a large background window and filling it with the appropriate  pattern.  The menu bar is hidden by zeroing the Menu bar height, updating the GrayRgn, and then forcing all windows to redraw.  The rounded corners on every screen device can also be removed using a method similar to that used with the menubar.
  35105. Moved
  35106. documentationandsamp
  35107. documented
  35108. documentproc
  35109. documents
  35110. docviewer
  35111. doesn't
  35112. documents
  35113. properly
  35114. doesnt
  35115. dogcow
  35116. doing
  35117. domain
  35118. domestic
  35119. don't
  35120. doneW
  35121. dormant
  35122. double
  35123. versions
  35124. izer 3.0.pdf
  35125. Design For Reuse.pdf
  35126. DesignForRobustness
  35127. Digital Asset Management.pdf
  35128. Digital Storyboard.pdf 
  35129. DVD Development.pdf
  35130. DVD_Primer.pdf
  35131. Enhanced CD Survival Guide.pdf
  35132. EOModeler
  35133. Frameworks.pdf
  35134. Gender-Based Title Creation.pdf
  35135. Int_Media_Writer_Resources.pdf
  35136. Java Survival Guide.pdf
  35137. Making Cool QD3D Apps.pdf
  35138. Music on the Net.pdf
  35139. New Audio Features QT3.pdf
  35140. Porting
  35141. kObjectiveCtoJava
  35142. Push Tech Survival Gd.pdf
  35143. QT3-More Than Dig. Video.pdf
  35144. Simplified Stream Audio.pdf
  35145. Web Animation Guide.pdf
  35146. WebObjects Database Part I.pdf
  35147. WebObjects Database Part II.pdf
  35148. WebObjects Memory Mgmt.pdf
  35149. WebObjects Tools and Techniques
  35150. WebObjectsCategories&Posers.pdf
  35151. WebObjectsPerformanceTuning
  35152. Working with WebObjects.pdf
  35153. Writing for Interactive Media
  35154. --set theItem to choose file -- uncomment to test in an AS editor
  35155.     tell application "Finder"
  35156.         open item "Dev.CD Apr 94
  35157. Dev.CD Jan 94
  35158. Dev.CD Oct 93
  35159. Dev.CD Jul 93
  35160. Dev.CD Apr 93"
  35161.         activate
  35162.     end tell
  35163. on error errMsg number errNum
  35164.     --enter statements to perform when no records are found such as...
  35165.     display dialog "Sorry, the item you selected could not be found."
  35166.     return
  35167. end try
  35168. ectiveness
  35169. effects
  35170. efficient
  35171. efficiently
  35172. --set theItem to choose file -- uncomment to test in an AS editor
  35173.     tell application "Finder"
  35174.         open item "Dev.CD Apr 94
  35175. Dev.CD Jan 94
  35176. Dev.CD Oct 93
  35177. Dev.CD Jul 93"
  35178.         activate
  35179.     end tell
  35180. on error errMsg number errNum
  35181.     --enter statements to perform when no records are found such as...
  35182.     display dialog "Sorry, the item you selected could not be found."
  35183.     return
  35184. end try
  35185. mactcp
  35186. admin
  35187. v2.0.6
  35188. currently
  35189. cursive
  35190. cursor
  35191. cursordevice
  35192. cursordevicemanager
  35193. cursordevices
  35194. cursordevicesetaccel
  35195. cursors
  35196. curve
  35197. curves
  35198. custom
  35199. customchoose
  35200. customenabler
  35201. customer
  35202. customer's
  35203. index
  35204. indian
  35205. indian
  35206. language
  35207. indian
  35208. language
  35209. inline
  35210. inline
  35211. input
  35212. textedit
  35213. input
  35214. inputsprocketpptest
  35215. inputsprockettest
  35216. inside
  35217. inside
  35218. macintosh
  35219. quickdraw
  35220. install
  35221. bruce
  35222. bruyndonckx
  35223. bryan
  35224. budget
  35225. bufcallback
  35226. buffer
  35227. buffercmd
  35228. buffered
  35229. buffering
  35230. buffers
  35231. bugfix
  35232. buggy
  35233. buginfo
  35234. bugs/incompatibilite
  35235. driver
  35236. builds
  35237. built
  35238. built-in
  35239. support
  35240. sales
  35241. products
  35242. apple
  35243. conjunction
  35244. tobias@
  35245. tokentalk@
  35246. toolbox@
  35247. tpifile
  35248. sample
  35249. module
  35250. tpifile
  35251. tracks@
  35252. transform@
  35253. transport@
  35254. truetype@
  35255. two-byte@
  35256. typechar@
  35257. underlays@
  35258. understands@
  35259. until@
  35260. updated
  35261. 1/25/2000@
  35262. usage@
  35263. use-nvramrc@
  35264. useful@
  35265. user's@
  35266. webobjectsandjava
  35267. webobjectscategories
  35268. webobjectscategories
  35269. bjectsperformanc
  35270. webobjectstoolsandte
  35271. webobjectstoolsandte
  35272. hypercard
  35273. what's
  35274. what's
  35275. 1.4.2
  35276. what's
  35277. what's
  35278. bbedit
  35279. what's
  35280. 1.5.1
  35281. what's
  35282. package
  35283. what's
  35284. difference
  35285. whats
  35286. wherecds
  35287. wherecds
  35288. wherecds
  35289. white
  35290. Help XFCN 1.4
  35291. Summary:  This XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  35292.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  35293. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  35294. JEbuildXCMD
  35295. Help XFCN RN 1.4
  35296. helpLab
  35297. makefileHelp
  35298. makeout
  35299. object
  35300. sourceK
  35301. Vol VIIL
  35302. Aug 93M
  35303. HyperCard 2.1, System 7N
  35304. HyperCard, Help, BalloonsO[Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD Feb 00 TC
  35305.  - Tool Chest
  35306.  - Development Kits
  35307.  - HyperCard Related
  35308.  - XCMDs & XFCNs
  35309.  - Help XFCN 1.4V
  35310. 32333X
  35311. All Packages
  35312. QuickDraw GXO
  35313. Dev.CD Aug 96 TCP
  35314. Dev.CD Aug 96 TV
  35315. 32691X
  35316. Aug 96
  35317. e--set theItem to choose file -- uncomment to test in an AS editor
  35318.     tell application "Finder"
  35319.         open item "Dev.CD Aug 96 TC"
  35320.         activate
  35321.     end tell
  35322. on error errMsg number errNum
  35323.     --enter statements to perform when no records are found such as...
  35324.     display dialog "Sorry, the item you selected could not be found."
  35325.     return
  35326. end try
  35327. All Packages
  35328. QuickDraw GXO
  35329. Dev.CD Aug 96 TCP
  35330. Dev.CD Aug 96 TV
  35331. 32692X
  35332. Aug 96
  35333. e--set theItem to choose file -- uncomment to test in an AS editor
  35334.     tell application "Finder"
  35335.         open item "Dev.CD Aug 96 TC"
  35336.         activate
  35337.     end tell
  35338. on error errMsg number errNum
  35339.     --enter statements to perform when no records are found such as...
  35340.     display dialog "Sorry, the item you selected could not be found."
  35341.     return
  35342. end try
  35343. All Packages
  35344. QuickDraw GXO
  35345. Dev.CD Aug 96 TCP
  35346. Dev.CD Aug 96 TV
  35347. 32693X
  35348. informationW
  35349. informational
  35350. informixeoadaptor
  35351. infrared
  35352. inherit
  35353. inheritance
  35354. --set theItem to choose file -- uncomment to test in an AS editor
  35355.     tell application "Finder"
  35356.         open item "Dev.CD Feb 00 TC:Language Kits:Hebrew Language Kit 1.0.1:"
  35357.         activate
  35358.     end tell
  35359. on error errMsg number errNum
  35360.     --enter statements to perform when no records are found such as...
  35361.     display dialog "Sorry, the item you selected could not be found."
  35362.     return
  35363. end try
  35364. s. These documents are of interest to ColorSync-savvy applications.
  35365. Embedding ICC Profile in GIF89a
  35366. Embedding ICC Profiles in EPS
  35367. Embedding ICC Profiles in JFIF
  35368. Embedding ICC Profiles in Pict
  35369. Embedding ICC Profiles in TIFFK
  35370. Apr 98M    ColorSyncN9ColorSync, ICC, Profile Embed, JFIF, GIF, PICT, TIFF, EPSOiDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:PtDev.CD Apr 98 SDK1
  35371.  - Development Kits (Disc 1)
  35372.  - ColorSync SDK
  35373.  - Documentation
  35374.  - Embedding Profile DocumentationV
  35375. 30406X
  35376. Apr 98^
  35377. Feb 00^
  35378. --set theItem to choose file -- uncomment to test in an AS editor
  35379.     tell application "Finder"
  35380.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:"
  35381.         activate
  35382.     end tell
  35383. on error errMsg number errNum
  35384.     --enter statements to perform when no records are found such as...
  35385.     display dialog "Sorry, the item you selected could not be found."
  35386.     return
  35387. end try
  35388. e    No Changef
  35389. HyperCard
  35390. Balloonsq
  35391. Dev.CD Feb 00 TC
  35392.     D!All Packages
  35393. Tool Chest Edition
  35394. helpful MPW scripts
  35395. --set theItem to choose file -- uncomment to test in an AS editor
  35396.     tell application "Finder"
  35397.         open item "Dev.CD May 97 TC
  35398. Dev.CD Nov 96 TC
  35399. Dev.CD Aug 96 TC"
  35400.         activate
  35401.     end tell
  35402. on error errMsg number errNum
  35403.     --enter statements to perform when no records are found such as...
  35404.     display dialog "Sorry, the item you selected could not be found."
  35405.     return
  35406. end try
  35407. m.pdf
  35408. PowerBook_2400c.pdf
  35409. PowerBook_3400.pdf
  35410. PowerBook_5300.pdf
  35411. PowerBook_Duo_2300c.pdf
  35412. PowerBook_Processor_Upg.pdfK
  35413. Sep 97M
  35414. Acrobat Reader.N
  35415. PowerBook 1400OdDev.CD Mar 00 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:PoDev.CD Mar 00 RL Disk 2
  35416.  - Technical Publications
  35417.  - hardware
  35418.  - Developer_Notes
  35419.  - Macintosh_CPUs-PPC_PortableV
  35420. 30407X
  35421. Mar 00^    RL Disk 2
  35422. e    No Change
  35423. e    No Changeq
  35424. Dev.CD Feb 00 TC
  35425. D!All Packages
  35426. Tool Chest Edition
  35427.  XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  35428.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  35429. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  35430. JEbuildXCMD
  35431. Help XFCN RN 1.4
  35432. helpLab
  35433. makefileHelp
  35434. makeout
  35435. object
  35436. sourceK
  35437. Vol VIIL
  35438. Aug 93M
  35439. HyperCard 2.1, System 7N
  35440. HyperCard, Help, BalloonsO[Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD Feb 00 TC
  35441.  - Tool Chest
  35442.  - Development Kits
  35443.  - HyperCard Related
  35444.  - XCMDs & XFCNs
  35445.  - Help XFCN 1.4V
  35446. 32333X
  35447. 1FCN 1.4V
  35448. 32333X
  35449. 1e    No Change
  35450. cellaneous
  35451. englishmiscellaneous
  35452. englishmiscellaneous
  35453. englishterminology
  35454. englishterminology
  35455. englishterminology
  35456. enhanced
  35457. enhanced
  35458. survival
  35459. guide
  35460. enterprise
  35461. enterprise
  35462. environment
  35463. eomodeler
  35464. eomodeler
  35465. erasefile
  35466. erasefile
  35467. errata
  35468. error
  35469. error
  35470. handler
  35471. error
  35472. handler
  35473. ethernet
  35474. event
  35475. eventloop
  35476. eventloop
  35477. events
  35478. events
  35479. apple
  35480. ethernet
  35481. apple
  35482. video
  35483. example
  35484. example
  35485. sounds
  35486. Dev.CD Jul 93
  35487. Dev.CD Apr 9V
  35488. 32769X
  35489. Jul 93
  35490. p--set theItem to choose file -- uncomment to test in an AS editor
  35491.     tell application "Finder"
  35492.         open item "Dev.CD Jul 93
  35493. Dev.CD Apr 93"
  35494.         activate
  35495.     end tell
  35496. on error errMsg number errNum
  35497.     --enter statements to perform when no records are found such as...
  35498.     display dialog "Sorry, the item you selected could not be found."
  35499.     return
  35500. end try
  35501. All Packages
  35502. F    QuickTimeO
  35503. Dev.CD Jul 93
  35504. Dev.CD Apr 93P
  35505. Dev.CD Jul 93
  35506. Dev.CD Apr 9V
  35507. 32770X
  35508. Jul 93
  35509. p--set theItem to choose file -- uncomment to test in an AS editor
  35510.     tell application "Finder"
  35511.         open item "Dev.CD Jul 93
  35512. Dev.CD Apr 93"
  35513.         activate
  35514.     end tell
  35515. on error errMsg number errNum
  35516.     --enter statements to perform when no records are found such as...
  35517.     display dialog "Sorry, the item you selected could not be found."
  35518.     return
  35519. end try
  35520. All Packages
  35521. F    QuickTimeO
  35522. Dev.CD Jul 93
  35523. Dev.CD Apr 93V
  35524. 32771X
  35525. helper
  35526. helpful
  35527. helpful
  35528. scripts
  35529. hidemenubaretc
  35530. hitec
  35531. hitec
  35532. super
  35533. front
  35534. hosesample
  35535. hotsauce
  35536. hotsauce
  35537. project
  35538. detect
  35539. htmlsample
  35540. server
  35541. human
  35542. human
  35543. interface
  35544. notes
  35545. bring-up
  35546. tools
  35547. hypercard
  35548. hypercard
  35549. update
  35550. hypercard
  35551. instance
  35552. variables
  35553. hypercard
  35554. player
  35555. hypercard
  35556. toolkits
  35557. national
  35558. issue
  35559. language
  35560. library
  35561. localization
  35562. localizers
  35563. D!All Packages
  35564. Tool Chest Edition
  35565. Hebrew Language Kit v1.0.1
  35566. ;Summary: The Hebrew Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Hebrew on the Macintosh
  35567.  and other computers using the Mac
  35568.  OS.   See the document "Hebrew Read Me First" or "Lisez-moi (H
  35569. breu)" for details and installation instructions. 
  35570. JUCopy to your HD to install
  35571. Install 1, English
  35572. Install 1, Fran
  35573. Install 2
  35574. Install 3K
  35575. May 96L
  35576. Aug 96O9Dev.CD Feb 00 TC:Language Kits:Hebrew Language Kit 1.0.1:P>Dev.CD Feb 00 TC
  35577.  - Language Kits
  35578.  - Hebrew Language Kit 1.0.1V
  35579. 32332X
  35580. Feb 00^
  35581. ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:Transitions:P`Dev.CD Feb 00 TC
  35582.  - What's New?
  35583.  - Sample Code
  35584.  - QuickTime
  35585.  - QuickTime for Java
  35586.  - TransitionsV
  35587. 33259X
  35588. Feb 00^
  35589. --set theItem to choose file -- uncomment to test in an AS editor
  35590.     tell application "Finder"
  35591.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:Transitions:"
  35592.         activate
  35593.     end tell
  35594. on error errMsg number errNum
  35595.     --enter statements to perform when no records are found such as...
  35596.     display dialog "Sorry, the item you selected could not be found."
  35597.     return
  35598. end try
  35599. e    No Changef
  35600. QuickTime
  35601. Dev.CD Feb 00 TC
  35602. D!All Packages
  35603. Mac OS SDK Edition
  35604. Translation Manager
  35605. processor
  35606. profile
  35607. profiler
  35608. project
  35609. projects
  35610. quadra
  35611. qualified
  35612. quickdraw
  35613. r14d1
  35614. modeler
  35615. error
  35616. essentials
  35617. european
  35618. european
  35619. distributors
  35620. localizers
  35621. evenbetterbuserror
  35622. evenbetterbuserror
  35623. french
  35624. germany
  35625. glossaries
  35626. glossary
  35627. goodies
  35628. grayscale
  35629. guide
  35630. handbook
  35631. handwriting
  35632. image
  35633. imaging
  35634. installer
  35635. international
  35636. issue
  35637. language
  35638. library
  35639. localizers
  35640. use a preliminary, incomplete, version of the scsi.h header file. Some editing will be needed when the Universal Header version is released.
  35641. The snippets cannot be compiled as native Power Macintosh applications. Some have received minimal testing under Power Macintosh.
  35642. J'Sample Code.img
  35643. Windows Sample Code.imgK
  35644. Aug 94N
  35645. SCSI Manager 4.3O
  35646. Dev.CD Feb 00 TC:Sample Code:P
  35647. Dev.CD Feb 00 TC
  35648.  - Sample Codeus
  35649. primer
  35650. print
  35651. print
  35652. total
  35653. pages
  35654. print2
  35655. printaetypes
  35656. printaetypes
  35657. printing
  35658. printondemand
  35659. printondemand
  35660. printpict
  35661. printpict
  35662. printpictlist
  35663. printpictlist
  35664. privileges
  35665. privileges
  35666. programmatic
  35667. interface
  35668. programming
  35669. programming
  35670. information
  35671. programming
  35672. information
  35673. programming
  35674. stuff
  35675. progresswindoid
  35676. progresswindoid
  35677. progresswindoid
  35678. rojects
  35679. All Packages
  35680. Hebrew Language KitO!Dev.CD May 97 TC
  35681. Dev.CD May 96 TCP Dev.CD May 97 TC
  35682. Dev.CD May 96 TV
  35683. 32330X
  35684. May 97
  35685. v--set theItem to choose file -- uncomment to test in an AS editor
  35686.     tell application "Finder"
  35687.         open item "Dev.CD May 97 TC
  35688. Dev.CD May 96 TC"
  35689.         activate
  35690.     end tell
  35691. on error errMsg number errNum
  35692.     --enter statements to perform when no records are found such as...
  35693.     display dialog "Sorry, the item you selected could not be found."
  35694.     return
  35695. end try
  35696. All Packages
  35697. Hebrew Language KitO2Dev.CD May 97 TC
  35698. Dev.CD Nov 96 TC
  35699. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  35700. Dev.CD Nov 96 TC
  35701. Dev.CD Aug 96 TV
  35702. 32331X
  35703. May 97
  35704. & Distribution Guides:Euro Distributors/Localizers:PhDev.CD May 98 TC
  35705.  - Programs & Marketing
  35706.  - Market & Distribution Guides
  35707.  - Euro Distributors/LocalizersV
  35708. 30409X
  35709. May 98^
  35710. e--set theItem to choose file -- uncomment to test in an AS editor
  35711.     tell application "Finder"
  35712.         open item "Dev.CD May 96 TC"
  35713.         activate
  35714.     end tell
  35715. on error errMsg number errNum
  35716.     --enter statements to perform when no records are found such as...
  35717.     display dialog "Sorry, the item you selected could not be found."
  35718.     return
  35719. end try
  35720. PQDev.CD Feb 00 TC
  35721.  - Tool Chest
  35722.  - Localization
  35723.  - HC Stack Localization NavigatorV
  35724. 32328X
  35725. Feb 00^
  35726. --set theItem to choose file -- uncomment to test in an AS editor
  35727.     tell application "Finder"
  35728.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:"
  35729.         activate
  35730.     end tell
  35731. on error errMsg number errNum
  35732.     --enter statements to perform when no records are found such as...
  35733.     display dialog "Sorry, the item you selected could not be found."
  35734.     return
  35735. end try
  35736. e    No Changeq
  35737. Dev.CD Feb 00 TC
  35738. All Packages
  35739. Hebrew Language KitO
  35740. Dev.CD May 96 TCP
  35741. Dev.CD May 96 TV
  35742. 32329X
  35743. May 96
  35744. TC:Tool Chest:Testing & Debugging:General tools:"
  35745.         activate
  35746.     end tell
  35747. on error errMsg number errNum
  35748.     --enter statements to perform when no records are found such as...
  35749.     display dialog "Sorry, the item you selected could not be found."
  35750.     return
  35751. end try
  35752. e    No Changeq
  35753. Dev.CD Feb 00 TC
  35754. ev.CD Feb 00 TC
  35755. summary
  35756. error
  35757. tones
  35758. application
  35759. explains
  35760. summary
  35761. runtime
  35762. apple's
  35763. implementatio
  35764. summary
  35765. macbinary
  35766. standard
  35767. summary
  35768. maccalendar
  35769. control
  35770. strip
  35771. module
  35772. displays
  35773. summary
  35774. macintosh
  35775. application
  35776. environment
  35777. virtual
  35778. summary
  35779. macintosh
  35780. software
  35781. distributed
  35782. world
  35783. summary
  35784. macintosh
  35785. developer
  35786. notes
  35787. published
  35788. developer
  35789. summary
  35790. macintosh
  35791. technology
  35792. apple
  35793. summary
  35794. macintosh
  35795. translation
  35796. manager
  35797. summary
  35798. macodbc
  35799. standard
  35800. developers
  35801. write
  35802. summary
  35803. makemake
  35804. which
  35805. generates
  35806. correct
  35807. summary
  35808. manalyzer
  35809. local
  35810. network
  35811. analyzer
  35812. summary
  35813. memory
  35814. monitor
  35815. software
  35816. utility
  35817. which
  35818. provides
  35819. summary
  35820. sample
  35821. discussion
  35822. detect
  35823. whether
  35824. summary
  35825. sample
  35826. network
  35827. chess
  35828. application
  35829. control
  35830. panel
  35831. provides
  35832. All Packages
  35833. F!System Enabler 304 (Performa 600)O
  35834. Dev.CD Jul 93
  35835. Dev.CD May 93P
  35836. Dev.CD Jul 93
  35837. Dev.CD May 9V
  35838. 33181X
  35839. Jul 93
  35840. p--set theItem to choose file -- uncomment to test in an AS editor
  35841.     tell application "Finder"
  35842.         open item "Dev.CD Jul 93
  35843. Dev.CD May 93"
  35844.         activate
  35845.     end tell
  35846. on error errMsg number errNum
  35847.     --enter statements to perform when no records are found such as...
  35848.     display dialog "Sorry, the item you selected could not be found."
  35849.     return
  35850. end try
  35851. All Packages
  35852. F!System Enabler 308 (Performa 450)O
  35853. Dev.CD Jul 93
  35854. Dev.CD May 93P
  35855. Dev.CD Jul 93
  35856. Dev.CD May 9V
  35857. 33182X
  35858. Jul 93
  35859. documentation
  35860. documentationandsamp
  35861. documented
  35862. documentproc
  35863. e    No Changef"DrawSprocket
  35864. GSpGetVersion
  35865. Toolboxq
  35866. Dev.CD Mar 00 RL Disk 1
  35867. D!All Packages
  35868. Tool Chest Edition
  35869. SimpleApp 1.0.2
  35870. Summary: SimpleApp is a general utility for handling TEXT, PICT and movie editing. Its purpose is to demonstrate the human interface features with QuickTime
  35871.  and hold the basic functions of text editing and PICT viewing. There are no new features to v1.0.2, just some bug fixes.
  35872. Features:
  35873. Viewing, editing and saving text files.
  35874. Viewing picture files.
  35875. Viewing, editing and saving movie files.
  35876. Clipboard window supports TEXT,PICT and MooV.
  35877. Preference settings.
  35878. J'Sample PICT
  35879. SimpleApp
  35880. SimpleApp Read MeK
  35881. Aug 93MYAny Macintosh, running System 7.0 on up.  QuickTime
  35882.  1.0  or 1.5 needed but not required.O6Dev.CD Feb 00 TC:Tool Chest:QuickTime:SimpleApp 1.0.2:P>Dev.CD Feb 00 TC
  35883.  - Tool Chest
  35884.  - QuickTime
  35885.  - SimpleApp 1.0.2V
  35886. 32863X
  35887. Feb 00^
  35888. develop
  35889. issue
  35890. develop
  35891. issue
  35892. references
  35893. geteof
  35894. getfinfo
  35895. getfinfo
  35896. gethelpstrings
  35897. geticon
  35898. geticon
  35899. getinfo
  35900. getinfo
  35901. getkeys
  35902. getlastchange
  35903. getmfsize
  35904. getmode
  35905. getmode
  35906. getsetoptions
  35907. getsetoptions
  35908. getsetoptions-68k
  35909. getsetoptions-ppc
  35910. getting
  35911. getting
  35912. started
  35913. getvinfo
  35914. getvinfo
  35915. handbook
  35916. hardware
  35917. hardware
  35918. tools
  35919. headers
  35920. history
  35921. iconpict
  35922. iconpict
  35923. distributors/localiz
  35924. image
  35925. images
  35926. imaging
  35927. import
  35928. 32836X
  35929. Nov 99^
  35930. --set theItem to choose file -- uncomment to test in an AS editor
  35931.     tell application "Finder"
  35932.         open item "Dev.CD Nov 99 TC:Sample Code:Sample Code Survey"
  35933.         activate
  35934.     end tell
  35935. on error errMsg number errNum
  35936.     --enter statements to perform when no records are found such as...
  35937.     display dialog "Sorry, the item you selected could not be found."
  35938.     return
  35939. end try
  35940. Deletedf%sample code survey
  35941. developer feedbackq
  35942. Dev.CD Nov 99 TC
  35943. D!All Packages
  35944. Tool Chest Edition
  35945. Sample Code - Text
  35946. tccalc
  35947. tcp/ip
  35948. tcp/ip
  35949. administration
  35950. image
  35951. tcp/ip
  35952. connection
  35953. image
  35954. tcp/ip
  35955. mib-ii
  35956. alias
  35957. technical
  35958. technique
  35959. techniques
  35960. technotes
  35961. techpubsfind
  35962. techpubsfind
  35963. techqa
  35964. techqa
  35965. shtml
  35966. telecom
  35967. p--set theItem to choose file -- uncomment to test in an AS editor
  35968.     tell application "Finder"
  35969.         open item "Dev.CD Jul 93
  35970. Dev.CD Apr 93"
  35971.         activate
  35972.     end tell
  35973. on error errMsg number errNum
  35974.     --enter statements to perform when no records are found such as...
  35975.     display dialog "Sorry, the item you selected could not be found."
  35976.     return
  35977. end try
  35978. eneral tools:PFDev.CD Feb 00 TC
  35979.  - Tool Chest
  35980.  - Testing & Debugging
  35981.  - General toolsV
  35982. 30410X
  35983. Feb 00^
  35984. --set theItem to choose file -- uncomment to test in an AS editor
  35985.     tell application "Finder"
  35986.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  35987.         activate
  35988.     end tell
  35989. on error errMsg number errNum
  35990.     --enter statements to perform when no records are found such as...
  35991.     display dialog "Sorry, the item you selected could not be found."
  35992.     return
  35993. end try
  35994. e    No Changeq
  35995. Dev.CD Feb 00 TC
  35996. D!All Packages
  35997. Tool Chest Edition
  35998. File Synchronization 1.1
  35999. filters
  36000. content
  36001. extractor
  36002. finderdragpro
  36003. finderevents
  36004. finderevents
  36005. finderheaps
  36006. finderlaunch
  36007. findprinter
  36008. floatingpoint
  36009. editor
  36010. folder
  36011. folder
  36012. watching
  36013. fonts
  36014. fonts
  36015. 6.0.4
  36016. installer
  36017. international
  36018. issue
  36019. language
  36020. library
  36021. localizers
  36022. System Enabler 111 (PB 160/180)O
  36023. Dev.CD Apr 93P
  36024. Dev.CD Apr 9V
  36025. 33116X
  36026. Apr 93
  36027. b--set theItem to choose file -- uncomment to test in an AS editor
  36028.     tell application "Finder"
  36029.         open item "Dev.CD Apr 93"
  36030.         activate
  36031.     end tell
  36032. on error errMsg number errNum
  36033.     --enter statements to perform when no records are found such as...
  36034.     display dialog "Sorry, the item you selected could not be found."
  36035.     return
  36036. end try
  36037. All Packages
  36038. System Enabler 111 (PB 160/180)O
  36039. Dev.CD Apr 93P
  36040. Dev.CD Apr 9V
  36041. 33117X
  36042. Apr 93
  36043. b--set theItem to choose file -- uncomment to test in an AS editor
  36044.     tell application "Finder"
  36045.         open item "Dev.CD Apr 93"
  36046.         activate
  36047.     end tell
  36048. on error errMsg number errNum
  36049.     --enter statements to perform when no records are found such as...
  36050.     display dialog "Sorry, the item you selected could not be found."
  36051.     return
  36052. end try
  36053. All Packages
  36054. System Enabler 111 (PB 160/180)O
  36055. Dev.CD Apr 93V
  36056. 33118X
  36057. summary
  36058. gxoverridetool
  36059. message
  36060. override
  36061. source
  36062. summary
  36063. noticed
  36064. there
  36065. isn't
  36066. effective
  36067. summary
  36068. hotsauce
  36069. technology
  36070. demonstration
  36071. based
  36072. summary
  36073. human
  36074. interface
  36075. notes
  36076. collection
  36077. human
  36078. summary
  36079. displays
  36080. indicator
  36081. summary
  36082. includes
  36083. example
  36084. declaration
  36085. sources
  36086. d could not be found."
  36087.     return
  36088. end try
  36089. e    No ChangefKfile
  36090. synchronization
  36091. backup
  36092. assistant
  36093. folder
  36094. duplication
  36095. control panelq
  36096. Dev.CD Feb 00 TC
  36097. D!All Packages
  36098. Mac OS SDK Edition
  36099. File System Manager
  36100. D!All Packages
  36101. Tool Chest Edition
  36102. HC Stack Localization Navigator
  36103. Summary: Localization guide for HyperCard stacks.
  36104. Features: This tool navigates the user through the stack he is localizing, stopping at each field and button name which needs to be translated.
  36105. This tool is palette based, buttons include: next item; previous item; scan items forward; scan items backwards; edit item; edit field; show help; hide help.  
  36106. The next item, previous item, scan items (forward), and scan items (backwards) buttons take the user to each  field and button in the stacB{k which need to be localized. 
  36107. This package is System 7.0 compatible.
  36108. Issues: Minor HyperCard 2.0v2 bugs with System 7.0
  36109. HC Stack Localization Navig.imgK
  36110. Vol VIIM
  36111. HyperCard 2.0 for an unlocked copy on a hard disk. HyperCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OIDev.CD Feb 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:nge
  36112. bufcallback
  36113. buffer
  36114. buffercmd
  36115. buffered
  36116. buffering
  36117. buffers
  36118. bugfix
  36119. buggy
  36120. buginfo
  36121. bugs/incompatibilite
  36122. laserwriter
  36123. 8.5.1
  36124. release
  36125. contains
  36126. utilities
  36127. latest
  36128. greatest
  36129. technotes
  36130. navigation
  36131. services
  36132. suite
  36133. greatly
  36134. enhances
  36135. system
  36136. picker
  36137. replaces
  36138. system
  36139. picker
  36140. 1.0.1
  36141. papserversample
  36142. demonstrates
  36143. transpo
  36144. release
  36145. apple's
  36146. brings
  36147. increased
  36148. functionali
  36149. 1.2 (US)
  36150. SetFInfo 1.0 (US)
  36151. SetFolderFlag 1.0 (US)
  36152. SetMode 1.4 (US)
  36153. ShowHideFolder 1.2 (US)
  36154. SoundRecord 1.8 (US)
  36155. StripDup 1.1 (US)
  36156. StrWidth 1.0 (US)
  36157. Switch 1.3 (US)
  36158. Tabloid 1.1 (US)
  36159. Textoid 4.5 (US)
  36160. TextRes 2.3 (US)
  36161. WindName 1.1 (US)
  36162. XRef 1.3 (US)
  36163. foreign
  36164. formatting
  36165. framework
  36166. function
  36167. games
  36168. gamma
  36169. gateway
  36170. gestalt
  36171. gestalt
  36172. selector
  36173. codes
  36174. gestalt
  36175. manager
  36176. machine
  36177. identificatio
  36178. getenetaddrdirect
  36179. getnextevent
  36180. global
  36181. glossaries
  36182. graphics
  36183. grayrgn
  36184. guest
  36185. guide
  36186. fonts
  36187. typography
  36188. postscript
  36189. sample
  36190. gxgraphics
  36191. halftone
  36192. handles
  36193. handwriting
  36194. hardwareQ
  36195. heaps
  36196. menubar
  36197. corners
  36198. desktop
  36199. finder
  36200. grayrgn
  36201. htmlrenderinglib
  36202. packages
  36203. thoughts
  36204. thousand
  36205. thousands
  36206. o choose file -- uncomment to test in an AS editor
  36207.     tell application "Finder"
  36208.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:File System Manager:"
  36209.         activate
  36210.     end tell
  36211. on error errMsg number errNum
  36212.     --enter statements to perform when no records are found such as...
  36213.     display dialog "Sorry, the item you selected could not be found."
  36214.     return
  36215. end try
  36216. e    No Changef@File System Manager
  36217. External File System
  36218. Foreign File Systemq
  36219. Dev.CD Jan 00 SDK1
  36220. D!All Packages
  36221. Mac OS SDK Edition
  36222. Find By Content (FBC) Extractor
  36223. --set theItem to choose file -- uncomment to test in an AS editor
  36224.     tell application "Finder"
  36225.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXOverrideTool:"
  36226.         activate
  36227.     end tell
  36228. on error errMsg number errNum
  36229.     --enter statements to perform when no records are found such as...
  36230.     display dialog "Sorry, the item you selected could not be found."
  36231.     return
  36232. end try
  36233. the File System Manager service routines.
  36234.  FSM.h. FSM.p and FSM.a -- The Universal Inte
  36235. rface files for the File System Manager. This version of the interface files was built to work with the Universal Interfaces 2.0a1 from ETO #15, MPW prerelease. However, for 68K development, FSM.h works perfectly with the current release of Universal Interfaces on ETO #15.
  36236.  Guide - File System Manager -- The documentation for the File System Manager in Apple DocViewer format.
  36237. Issues:  The File System Manager extension may be licensed for distribution from Apple Software Licensing.
  36238. 1.1.6
  36239. 100basetx
  36240. 100basetx
  36241. ethernet
  36242. 2.1.1
  36243. 2.1.2
  36244. 2.1.3
  36245. 2.1.4
  36246. 3.2.1
  36247. barrier
  36248. limit
  36249. sound
  36250. 8.5.1
  36251. 802.2
  36252. 802.3
  36253. 9650/350
  36254. a/rose
  36255. about
  36256. acceleration
  36257. access
  36258. acrobat
  36259. action
  36260. action
  36261. module
  36262. actions
  36263. active
  36264. e    No Changef5override QuickDraw GX tool jump table 'over' resourceq
  36265. Dev.CD Feb 00 TC
  36266. All Packages
  36267. Hardware System UpdateO
  36268. Dev.CD Oct 93
  36269. Dev.CD Sep 93P
  36270. Dev.CD Oct 93
  36271. Dev.CD Sep 9V
  36272. 32326X
  36273. Oct 93
  36274. p--set theItem to choose file -- uncomment to test in an AS editor
  36275.     tell application "Finder"
  36276.         open item "Dev.CD Oct 93
  36277. Dev.CD Sep 93"
  36278.         activate
  36279.     end tell
  36280. on error errMsg number errNum
  36281.     --enter statements to perform when no records are found such as...
  36282.     display dialog "Sorry, the item you selected could not be found."
  36283.     return
  36284. end try
  36285. All Packages
  36286. Hardware System UpdateO
  36287. Dev.CD Jul 93
  36288. Dev.CD Apr 93P
  36289. Dev.CD Jul 93
  36290. Dev.CD Apr 9V
  36291. 32327X
  36292. Jul 93
  36293. e    No Changef
  36294. GX Fonts
  36295. GX Typographyq
  36296. Dev.CD Feb 00 TC
  36297. D!All Packages
  36298. Tool Chest Edition
  36299. GXOverrideTool
  36300. Summary:  GXOverrideTool is a message override tool source file for QuickDraw GX.  Creates .r (for override resource) and .a files (for jump table) for developers who program drivers and extensions. Note that the tool does little sanity checking so beware. Examples of the dash options and command lines understood by the tool when parsing the source file are available in the DocumentationAndSample file. 
  36301. Issues:  Blank lines that are full of space characters confuses the tool
  36302. J%DocumentationAndSample
  36303. GXOverrideToolK
  36304. Feb 96M
  36305. MPW, QuickDraw GXN5override QuickDraw GX tool jump table 'over' resourceO8Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXOverrideTool:P@Dev.CD Feb 00 TC
  36306.  - Tool Chest
  36307.  - QuickDraw GX
  36308.  - GXOverrideToolV
  36309. 32325X
  36310. Feb 00^
  36311. #ag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  36312. D!All Packages
  36313. Tool Chest Edition
  36314. sed by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  36315. HTML Text Extractor
  36316.  and 
  36317. PDF Text Extractor
  36318. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  36319. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  36320. example, consider the following HTML file:
  36321. <HTML>
  36322. <BODY>
  36323. This is a sample document.
  36324. </BODY>
  36325. </HTML>
  36326. Without knowing the HTML format, every word above would get indexed, so searching for 
  36327.  in Find by Content would find the above document, but when a user opened the file in her web browser, she would not see 
  36328. .  Similarly, summarizing a HTML document would show HTML Tags in the summary.
  36329. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  36330. --set theItem to choose file -- uncomment to test in an AS editor
  36331.     tell application "Finder"
  36332.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:"
  36333.         activate
  36334.     end tell
  36335. on error errMsg number errNum
  36336.     --enter statements to perform when no records are found such as...
  36337.     display dialog "Sorry, the item you selected could not be found."
  36338.     return
  36339. end try
  36340. 8.6, Find by Content uses the 
  36341. PDF Text Extractor
  36342.  to index and summarize PDF files.  
  36343. J.DemoExtractor
  36344. Headers
  36345. Text Extractors Plug-insK
  36346. Oct 99M
  36347. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Jan 00 SDK1
  36348.  - Development Kits
  36349.  - Mac OS
  36350.  - Find By Content (FBC) Extractor
  36351. TypeServicesForUnicode is a sample application, provided with its source code files, which illustrate the new Apple Type Services for Unicode Imaging (ATSUI) technology introduced in Mac OS
  36352.  8.5. The provided examples go from very simple to rather complex in increasing order of difficulty. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  36353. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  36354. onal justification, etc.
  36355. J'Sample Code.img
  36356. Windows Sample Code.imgK
  36357. Nov 98M
  36358. Mac OS
  36359.  8.5NCUnicode, Imaging, Text, Type, Bi-directional, Rotation, Double-byteO
  36360. Dev.CD Feb 00 TC:Sample Code:P
  36361. Dev.CD Feb 00 TC
  36362.  - Sample Code
  36363. language
  36364. library
  36365. localizers
  36366. Ge    No Changef
  36367. Finder Windows
  36368. Hackq
  36369. Dev.CD Feb 00 TC
  36370. HD!All Packages
  36371. Tool Chest Edition
  36372. Switch StackIXDemonstrates how to switch to a private stack correctly.
  36373. Issues: Only compiles for 68K.J'Sample Code.img
  36374. Windows Sample Code.imgK
  36375. Apr 98N
  36376. private, stack, switch, snifferO
  36377. Dev.CD Feb 00 TC:Sample Code:P
  36378. Dev.CD Feb 00 TC
  36379.  - Sample CodeV
  36380. 32909X
  36381. Feb 00^
  36382. r--set theItem to choose file -- uncomment to test in an AS editor
  36383.     tell application "Finder"
  36384.         open item "Dev.CD Feb 00 TC:Sample Code:"
  36385.         activate
  36386.     end tell
  36387. on error errMsg number errNum
  36388.     --enter statements to perform when no records are found such as...
  36389.     display dialog "Sorry, the item you selected could not be found."
  36390.     return
  36391. end try
  36392. e    No Changef
  36393. private
  36394. stack
  36395. switch
  36396. snifferq
  36397. Dev.CD Feb 00 TC
  36398. ID!All Packages
  36399. Tool Chest Edition
  36400. F    SyncCatch
  36401. received
  36402. receiver
  36403. receives
  36404. receiving
  36405. recent
  36406. recently
  36407. reception
  36408. recipes
  36409. recognition
  36410. recognize
  36411. recognizes
  36412. recognizing
  36413. recommend
  36414. recommendations
  36415. recommended
  36416. recommends
  36417. recompilation
  36418. recompile
  36419. recompiled
  36420. record
  36421. sendappleevent
  36422. sender
  36423. sendfinderopen
  36424. sending
  36425. sends
  36426. rious
  36427. serve
  36428. server
  36429. servers
  36430. serves
  36431. service
  36432. GetFInfo & GetVInfo:  MPW Tools that simply parse command-line options and print the value of the parameter blocks returned from Toolbox calls.
  36433. GetOwnerGroup:  Shows how to get the owner and group of a directory using routines from MoreFiles.
  36434. Is PC Exchange Installed:  This snippet demonstrates the check for the existence of PC Exchange. The FSMGlueLib.o file is available on the MacOS SDK CD in the File System Manager Libraries folder.
  36435. Keith's CatSearch:  This snippet provides a
  36436.  high-level interface to PBCatSearch and allows you to limit the search to a specific subdirectory (after the fact, of course - see the read me for the details).
  36437. ParseFullPathname:  ParseFullPathname takes a full pathname (which can be longer than 255 chars, and walks down it, converting it to dirID's along the way. This is the opposite of the procedure described in TN #68 (more or less). DTS does not condone this.
  36438. PBCatSearch:  This small sample shows how to use the PBCatSearch function
  36439. GXifier 1.1
  36440. Summary:  The GXifier automatically adds tables to existing TrueType fonts that allow those fonts to be used more effectively with applications that support GX typography. The 1.1 version adds support for more scripts, and adds more information automatically to fonts.
  36441. Issues:  Only works with TrueType fonts in the Roman, Arabic, Hebrew, Cyrillic, Devanagari, Traditional Chinese and Simplified Chinese script systems. Other scripts will be supported in future versions.
  36442. Documents
  36443. Release Notes
  36444. ToolsK
  36445. May 95L
  36446. Oct 95M_QuickDraw GX. The "About the GXifier" document can be opened in SimpleText if GX is installed.
  36447. GX Fonts, GX TypographyO5Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:P=Dev.CD Feb 00 TC
  36448.  - Tool Chest
  36449.  - QuickDraw GX
  36450.  - GXifier 1.1V
  36451. 32324X
  36452. Feb 00^
  36453. Feb 00^
  36454. e    No Change
  36455. All Packages
  36456. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  36457. Dev.CD Jan 94
  36458. Dev.CD Oct 93
  36459. Dev.CD Jul 93P6Dev.CD Apr 94
  36460. Dev.CD Jan 94
  36461. Dev.CD Oct 93
  36462. Dev.CD Jul 9V
  36463. 33149X
  36464. Apr 94
  36465. --set theItem to choose file -- uncomment to test in an AS editor
  36466.     tell application "Finder"
  36467.         open item "Dev.CD Apr 94
  36468. Dev.CD Jan 94
  36469. Dev.CD Oct 93
  36470. Dev.CD Jul 93"
  36471.         activate
  36472.     end tell
  36473. on error errMsg number errNum
  36474.     --enter statements to perform when no records are found such as...
  36475.     display dialog "Sorry, the item you selected could not be found."
  36476.     return
  36477. end try
  36478. All Packages
  36479. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  36480. Dev.CD Jan 94
  36481. Dev.CD Oct 93
  36482. Dev.CD Jul 93P6Dev.CD Apr 94
  36483. Dev.CD Jan 94
  36484. Dev.CD Oct 93
  36485. Dev.CD Jul 9V
  36486. 33150X
  36487. Apr 94
  36488. postscript
  36489. postscript
  36490. output
  36491. filters
  36492. postscript
  36493. utilities
  36494. power
  36495. power
  36496. debugger
  36497. power
  36498. macintosh
  36499. artwork
  36500. powerbook
  36501. powerpc
  36502. powerpc
  36503. documentation
  36504. powertalk
  36505. powertalk
  36506. enabler
  36507. primer
  36508. print
  36509. printing
  36510. printrecordspy
  36511. procdoggie2.1b2
  36512. processes
  36513. processor
  36514. profile
  36515. profiler
  36516. profilerenamer
  36517. progguide
  36518. progguide
  36519. apple
  36520. scanners
  36521. programmer's
  36522. Summary: GXGraphics 1.1.6 is an extension that encompasses the QuickDraw GX graphics and line layout capabilities without GX printing. The 1.1.6 init replaces the older 1.1.3 init and fixes minor cosmetic bugs.J
  36523. GXGraphicsK
  36524. Sep 97N
  36525. QuickDraw GX, GXGraphics 1.1.6O\Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:PdDev.CD Apr 98 SDK2
  36526.  - Development Kits (Disc 2)
  36527.  - Quickdraw GX Init Update
  36528.  - GXGraphics 1.1.6 initV
  36529. 32323X
  36530. Apr 98^
  36531. --set theItem to choose file -- uncomment to test in an AS editor
  36532.     tell application "Finder"
  36533.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:"
  36534.         activate
  36535.     end tell
  36536. on error errMsg number errNum
  36537.     --enter statements to perform when no records are found such as...
  36538.     display dialog "Sorry, the item you selected could not be found."
  36539.     return
  36540. end try
  36541. e    No Changef
  36542. QuickDraw GX
  36543. GXGraphics 1.1.6q
  36544. Dev.CD Apr 98 SDK2
  36545. - Common
  36546.     - Sun Compliant Java Runtime Environment 1.1
  36547.     - QuickTime 3 
  36548.     - QTJava.zip
  36549.     - QTJava media samples
  36550. - Mac OS:
  36551.     - System 8 or later
  36552.     - Macintosh Runtime for Java (MRJ) 2.1
  36553. - Windows 95, 98, or NT::
  36554.     - JRE/JDK from Sun Microsystems, Inc. recommended
  36555. QuickTime, Java, MRJit
  36556. affordable
  36557. summary
  36558. appleglot
  36559. translation
  36560. summary
  36561. appleglot
  36562. 2.4b6
  36563. translation
  36564. summary
  36565. applescript
  36566. easy-to-use
  36567. scripting
  36568. language
  36569. summary
  36570. appletalk's
  36571. printer
  36572. access
  36573. protocol
  36574. session
  36575. summary
  36576. appstogo
  36577. development
  36578. framework
  36579. developm
  36580. summary
  36581. 2.0.1
  36582. release
  36583. summary
  36584. atrapper
  36585. application
  36586. records
  36587. a-trap
  36588. calls
  36589. summary
  36590. audit
  36591. small
  36592. library
  36593. functions
  36594. provide
  36595. summary
  36596. backlight
  36597. control
  36598. control
  36599. panel
  36600. powerbooks
  36601. All Packages
  36602. System Enabler 111 (PB 160/180)O
  36603. Dev.CD Apr 93P
  36604. Dev.CD Apr 9V
  36605. 33121X
  36606. Apr 93
  36607. b--set theItem to choose file -- uncomment to test in an AS editor
  36608.     tell application "Finder"
  36609.         open item "Dev.CD Apr 93"
  36610.         activate
  36611.     end tell
  36612. on error errMsg number errNum
  36613.     --enter statements to perform when no records are found such as...
  36614.     display dialog "Sorry, the item you selected could not be found."
  36615.     return
  36616. end try
  36617. All Packages
  36618. System Enabler 111 (PB 160/180)O
  36619. Dev.CD Apr 93P
  36620. Dev.CD Apr 9V
  36621. 33122X
  36622. Apr 93
  36623. b--set theItem to choose file -- uncomment to test in an AS editor
  36624.     tell application "Finder"
  36625.         open item "Dev.CD Apr 93"
  36626.         activate
  36627.     end tell
  36628. on error errMsg number errNum
  36629.     --enter statements to perform when no records are found such as...
  36630.     display dialog "Sorry, the item you selected could not be found."
  36631.     return
  36632. end try
  36633. All Packages
  36634. 33123X
  36635. GX, PostScript, sample codeOnDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:P|Dev.CD Apr 98 SDK2
  36636.  - Development Kits (Disc 2)
  36637.  - QuickDraw GX
  36638.  - Programming Stuff
  36639.  - Sample Code
  36640.  - GX->PostScript SampleV
  36641. 32322X
  36642. Apr 98^
  36643. --set theItem to choose file -- uncomment to test in an AS editor
  36644.     tell application "Finder"
  36645.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:"
  36646.         activate
  36647.     end tell
  36648. on error errMsg number errNum
  36649.     --enter statements to perform when no records are found such as...
  36650.     display dialog "Sorry, the item you selected could not be found."
  36651.     return
  36652. end try
  36653. e    No Changef
  36654. PostScript
  36655. sample codeq
  36656. Dev.CD Apr 98 SDK2
  36657. D!All Packages
  36658. Mac OS SDK Edition
  36659. GXGraphicsen and display the contents of folders, launch applications, and open documents.
  36660. e    No Change
  36661. Summary:  We are pleased to provide you with version 1.5.1 of the Apple's Speech Recognition Manager. Version 1.5.1 of the Speech Recognition extension implements the second officially supported developer release of the Speech Recognition Manager.   
  36662. The documentation included with this note, "Speech Recognition Manager" in the "Speech Recognition Manager Docs" folder, is an Adobe Acrobat file. The documentation describes version 1.5 (the previous release) of the Speech Recognition extens
  36663. ion and the API and toolbox it embodies. In addition, the "Speech Recognition Manager Docs" folder contains a "What's new" readme file that describes the bug fixes and feature enhancements in version 1.5.1 (the new release) of the Speech Recognition extension.
  36664. Input from early adopters of Apple's speech recognition technology has contributed greatly to the Speech Recognition Manager API. If you find bugs in the extension or documentation, please use the Apple Bug Reporter stack. Include t
  36665. Summary: This installer will install files needed by WorldScript
  36666.  technology for users running Mac
  36667.  OS 7.5 and above.  Users of the Japanese and Chinese Language Kits or applications which depend on WorldScript technology should install these pieces as they improve the stability and performance of your system.  QuickDraw
  36668.  GX and Power Macintosh users should upgrade to these pieces as they provide important improvements over previous versions.  The files in this WorldScript updater are take
  36669. n from the Arabic Language Kit 1.0.1, Hebrew Language Kit 1.0.1 and the Cyrillic Language Kit 1.0.  You do not need this if you are running one of these kits and do not simultaneously have Japanese or Chinese installed.
  36670. See the document "WorldScript
  36671.  Updater Read Me" for details.
  36672. JT009-4303 (WS
  36673.  Updater)
  36674. WorldScript Updater 1.1 Install:
  36675. WorldScript
  36676.  Updater Read MeK
  36677. Feb 96L
  36678. Oct 96O7Dev.CD Aug 97 TC:Language Kits:WorldScript Updater 1.1:r
  36679. control
  36680. strip
  36681. module
  36682. displays
  36683. ccur when copying these individual bands and to provide one possible solution.
  36684. CalcCMask & CalcMask:  This snippet shows how to use both CalcCMask and CalcMask to create a mask given a source bitmap image. This is similar to the lasso tool found in many drawing apps.
  36685. ClutWind:  Displays a window that shows the colors in the color table associated with the device the window is on top of.
  36686. CollectPictColors:  This application demonstrates two methods of collecting colors used by Pict resou
  36687. rces: the Picture Utilities package and Jon Zap's KnowsPict application. Each method gives different results.
  36688. Color Marquee:  The proverbial marching ants, this time in red!
  36689. Color Picker:  This app provides a quick example of how to change palette colors using the Color Picker Package. The program simply creates a palette, attaches it to a window, then calls color picker routines whenever a user clicks in the window to change a color
  36690. ColorizePict:  Snippet to illustrate how to use CopyB
  36691. All Packages
  36692. System Enabler 003 (LC III)OEDev.CD Apr 94
  36693. Dev.CD Jan 94
  36694. Dev.CD Oct 93
  36695. Dev.CD Jul 93
  36696. Dev.CD Apr 93PDDev.CD Apr 94
  36697. Dev.CD Jan 94
  36698. Dev.CD Oct 93
  36699. Dev.CD Jul 93
  36700. Dev.CD Apr 9V
  36701. 33026X
  36702. Apr 94
  36703. --set theItem to choose file -- uncomment to test in an AS editor
  36704.     tell application "Finder"
  36705.         open item "Dev.CD Apr 94
  36706. Dev.CD Jan 94
  36707. Dev.CD Oct 93
  36708. Dev.CD Jul 93
  36709. Dev.CD Apr 93"
  36710.         activate
  36711.     end tell
  36712. on error errMsg number errNum
  36713.     --enter statements to perform when no records are found such as...
  36714.     display dialog "Sorry, the item you selected could not be found."
  36715.     return
  36716. end try
  36717. All Packages
  36718. System Enabler 003 (LC III)O7Dev.CD Apr 94
  36719. Dev.CD Jan 94
  36720. Dev.CD Oct 93
  36721. Dev.CD Aug 93P6Dev.CD Apr 94
  36722. Dev.CD Jan 94
  36723. Dev.CD Oct 93
  36724. Dev.CD Aug 9V
  36725. 33027X
  36726. Apr 94
  36727. model
  36728. modeled
  36729. modeless
  36730. f--set theItem to choose file -- uncomment to test in an AS editor
  36731.     tell application "Finder"
  36732.         open item "Dev.CD Jul 96 SSW"
  36733.         activate
  36734.     end tell
  36735. on error errMsg number errNum
  36736.     --enter statements to perform when no records are found such as...
  36737.     display dialog "Sorry, the item you selected could not be found."
  36738.     return
  36739. end try
  36740. ered@
  36741. on-line@
  36742. on-line-service@
  36743. ooptesample@
  36744. opencheckedout@
  36745. opengl
  36746. macintosh
  36747. enables
  36748. computer
  36749. display
  36750. three-@
  36751. openmultfiles@
  36752. optimize@
  36753. oracle@
  36754. ot/ppp@
  36755. otserverlimits@
  36756. oughta@
  36757. overall@
  36758. package
  36759. packages@
  36760. parameters@
  36761. passed@
  36762. permission@
  36763. persist@
  36764. philip@
  36765. platforms@
  36766. poor@
  36767. postscript@
  36768. powerbook@
  36769. pre-7.5@
  36770. prevent@
  36771. printer@
  36772. procedure@
  36773. processes@
  36774. proficient@
  36775. mmatic@
  36776. promised@
  36777. provides@
  36778. mybuildmenu
  36779. myquicktakeapp
  36780. myquicktakeapp
  36781. 1.0.1tc7
  36782. myquicktakeapp
  36783. 1.0.2
  36784. n-dutch
  36785. namerevisioncurrent
  36786. native
  36787. native
  36788. navig
  36789. navigable
  36790. navigable
  36791. movie
  36792. toolkit
  36793. navigation
  36794. navigation
  36795. services
  36796. nbtestintf
  36797. nbtestintf
  36798. nbtestlib
  36799. nbtestlib
  36800. install
  36801. netsprocket
  36802. netsprocket
  36803. netsprockettest
  36804. netsprockettest
  36805. netsprockettest
  36806. netstuff
  36807. netstuff
  36808. netstuff
  36809. network
  36810. network
  36811. server
  36812. guide
  36813. network
  36814. software
  36815. installer
  36816. networkcommsvcs
  36817. networking
  36818. networkingot
  36819. networks
  36820. networks
  36821. networksetup
  36822. install
  36823. netsprocket
  36824. netsprocket
  36825. filters
  36826. content
  36827. extractor
  36828. finderdragpro
  36829. finderevents
  36830. finderevents
  36831. finderheaps
  36832. finderlaunch
  36833. findprinter
  36834. floatingpoint
  36835. editor
  36836. folder
  36837. folder
  36838. watching
  36839. fonts
  36840. fonts
  36841. 6.0.4
  36842. format
  36843. formatter
  36844. forms
  36845. fragment
  36846. fragment
  36847. framework
  36848. french
  36849. front
  36850. function
  36851. games
  36852. gamesprocket
  36853. gamesprocket
  36854. germany
  36855. gestalt
  36856. gestalt
  36857. selectors
  36858. getenetaddrdirect
  36859. getenetaddrdirect
  36860. gethelpstrings
  36861. getpppstatus
  36862. GroupDrawingIyThis demo program shows how to select group QuickTime drawing capable objects into the same display space of the QTCanvas
  36863. BouncingSprites
  36864. CompositedEffects
  36865. CreateMovie
  36866. CreatePictFile
  36867. CustomMedia
  36868. DetachedController
  36869. DraggingSprites
  36870. DukeMovie
  36871. GroupDrawing
  36872. ImageCompositing
  36873. ImageFile
  36874. ImageProducing
  36875. ImportExport
  36876. Java Drawing
  36877. JavaSprites
  36878. JISApplet
  36879. JScriptApplet
  36880. KeyboardController
  36881. MovieCallbacks
  36882. Music
  36883. MusicMixer
  36884. PlayMovie
  36885. PlayTune
  36886. QTEffects
  36887. QTJava media samples
  36888. QTSimpleApplet
  36889. QTStreamingApplet
  36890. QTTestApplet
  36891. QTtoJavaImage
  36892. SGCapture
  36893. SGCapture2Disk
  36894. SlideShow
  36895. SoundMemRecord
  36896. SoundRecord
  36897. TimeCode
  36898. TimeSlaving
  36899. Transitions
  36900. enCamera
  36901. Feb 00
  36902. - Common
  36903.     - Sun Compliant Java Runtime Environment 1.1
  36904.     - QuickTime 3 
  36905.     - QTJava.zip
  36906.     - QTJava media samples
  36907. - Mac OS:
  36908.     - System 8 or later
  36909.     - Macintosh Runtime for Java (MRJ) 2.1
  36910. - Windows 95, 98, or NT::
  36911.     - JRE/JDK from Sun Microsystems, Inc. recommended
  36912. Deletedq
  36913. Dev.CD Dec 99 RL
  36914. All Packages
  36915. System UpdateO
  36916. Dev.CD Oct 94P
  36917. Dev.CD Oct 9V
  36918. 33209X
  36919. Oct 94
  36920. b--set theItem to choose file -- uncomment to test in an AS editor
  36921.     tell application "Finder"
  36922.         open item "Dev.CD Oct 94"
  36923.         activate
  36924.     end tell
  36925. on error errMsg number errNum
  36926.     --enter statements to perform when no records are found such as...
  36927.     display dialog "Sorry, the item you selected could not be found."
  36928.     return
  36929. end try
  36930. All Packages
  36931. System UpdateO)Dev.CD Oct 94
  36932. Dev.CD Apr 94
  36933. Dev.CD Jan 94P(Dev.CD Oct 94
  36934. Dev.CD Apr 94
  36935. Dev.CD Jan 9V
  36936. 33210X
  36937. Oct 94
  36938. controls
  36939. controls/events
  36940. controlstrip
  36941. controlstrip
  36942. controlstrip
  36943. sample
  36944. program
  36945. convenience
  36946. convenient
  36947. conveniently
  36948. conventions
  36949. conversion
  36950. convert
  36951. OFDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:PQDev.CD Feb 00 TC
  36952.  - What's New?
  36953.  - Sample Code
  36954.  - QuickTime
  36955.  - QuickTime for JavaV
  36956. 32321X
  36957. Feb 00^
  36958. --set theItem to choose file -- uncomment to test in an AS editor
  36959.     tell application "Finder"
  36960.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:"
  36961.         activate
  36962.     end tell
  36963. on error errMsg number errNum
  36964.     --enter statements to perform when no records are found such as...
  36965.     display dialog "Sorry, the item you selected could not be found."
  36966.     return
  36967. end try
  36968. e    No Changef
  36969. QuickTime
  36970. Dev.CD Feb 00 TC
  36971. D!All Packages
  36972. Mac OS SDK Edition
  36973. GX->PostScript SampleIjReplaces the GX to PostScript sample code that was made available on the February 1998 Tool Chest Edition.J
  36974. GXtoPS Installer:K
  36975. Feb 98M
  36976. QuickDraw GX 1.1.6 and aboveK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:V
  36977. 32322X
  36978. 1e    No Change
  36979. QuickTime, Java, MRJpet showing how to determine the currently selected (network) printer.  Includes a minimum test-harness to show that the code actually works. Works with GX and Desktop Printing.
  36980. Issues:  Not guaranteed compatible in the future. This is a sample of how to do the job at this instant in time.
  36981. J'CurrentPrinter.c
  36982. main.c
  36983. Test.68k.
  36984. Mar 96N
  36985. printer selected chooserO1Dev.CD Feb 00 TC:Tool Chest:Printing:FindPrinter:P9Dev.CD Feb 00 TC
  36986.  - Tool Chest
  36987.  - Printing
  36988.  - FindPrinter
  36989. --set theItem to choose file -- uncomment to test in an AS editor
  36990.     tell application "Finder"
  36991.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:GlyphaIV:"
  36992.         activate
  36993.     end tell
  36994. on error errMsg number errNum
  36995.     --enter statements to perform when no records are found such as...
  36996.     display dialog "Sorry, the item you selected could not be found."
  36997.     return
  36998. end try
  36999. end try
  37000. e    No Changef&number formatting
  37001. ResEdit
  37002. localizationq
  37003. Dev.CD Feb 00 TC
  37004. D!All Packages
  37005. Tool Chest Edition
  37006. Folder Watching
  37007. g4main
  37008. g4main
  37009. g4play
  37010. g4play
  37011. g4prefs
  37012. g4prefs
  37013. g4resources
  37014. g4resources
  37015. g4setuptakedown
  37016. g4setuptakedown
  37017. g4sound
  37018. g4sound
  37019. g4utilities
  37020. g4utilities
  37021. gameheaders
  37022. gamesample
  37023. gamesample
  37024. gamesource
  37025. gateway
  37026. gender-based
  37027. gender-based
  37028. title
  37029. creation
  37030. general
  37031. general
  37032. tools
  37033. generator
  37034. generic
  37035. generic
  37036. module
  37037. cwpro2
  37038. german
  37039. german
  37040. 1.1.3
  37041. germany
  37042. germany
  37043. distributors/localiz
  37044. gestalt
  37045. gestalt
  37046. ed by Michael Hecht, SAS.
  37047. FMAT Editor.imgK
  37048. Jan 94M
  37049. ResEditN(number formatting, ResEdit, localizationO5Dev.CD Feb 00 TC:Tool Chest:Localization:FMAT Editor:
  37050. sprocket
  37051. sprocketinvaders
  37052. sprocketinvaders
  37053. featured
  37054. specfically
  37055. built
  37056. sprockets
  37057. square
  37058. squarewave
  37059. squarewavesynth
  37060. srcxor
  37061. sresource
  37062. interrupted
  37063. intersection
  37064. intersects
  37065. interval
  37066. intervention
  37067. interview-based
  37068. intimate
  37069. intoW
  37070. intra
  37071. intranets
  37072. intricacies
  37073. intrinsic
  37074. introduce
  37075. introduced
  37076. introduces
  37077. introducing
  37078. introduction
  37079. introduction
  37080. quicktime
  37081. introspection
  37082. intuitive
  37083. intuitively
  37084. invalid
  37085. coresample
  37086. coresample
  37087. coresource
  37088. count
  37089. courses
  37090. cquicktimewindow
  37091. cquicktimewindow
  37092. cquicktimewindow
  37093. crcpatch
  37094. crcpatch
  37095. folder
  37096. createalias
  37097. createalias
  37098. createcopy
  37099. createcopy
  37100. createcustomicon
  37101. createcustomicon
  37102. createfolder
  37103. createfolder
  37104. createmenuhelp
  37105. createmenuhelp
  37106. createmovie
  37107. createmovie
  37108. createpictfile
  37109. createpictfile
  37110. checked
  37111. checked-in/checked-o
  37112. checkedoutfiles
  37113. checkers
  37114. checkinall
  37115. checking
  37116. checks
  37117. checkwindowin
  37118. checkwindowout
  37119. chesley
  37120. chess
  37121. chest
  37122. chineese
  37123. chinese
  37124. chiropractic
  37125. choice
  37126. choices
  37127. All Packages
  37128. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  37129. Dev.CD Jan 94
  37130. Dev.CD Oct 93
  37131. Dev.CD Jul 93P6Dev.CD Apr 94
  37132. Dev.CD Jan 94
  37133. Dev.CD Oct 93
  37134. Dev.CD Jul 9V
  37135. 33151X
  37136. Apr 94
  37137. --set theItem to choose file -- uncomment to test in an AS editor
  37138.     tell application "Finder"
  37139.         open item "Dev.CD Apr 94
  37140. Dev.CD Jan 94
  37141. Dev.CD Oct 93
  37142. Dev.CD Jul 93"
  37143.         activate
  37144.     end tell
  37145. on error errMsg number errNum
  37146.     --enter statements to perform when no records are found such as...
  37147.     display dialog "Sorry, the item you selected could not be found."
  37148.     return
  37149. end try
  37150. All Packages
  37151. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  37152. Dev.CD Jan 94
  37153. Dev.CD Oct 93P(Dev.CD Apr 94
  37154. Dev.CD Jan 94
  37155. Dev.CD Oct 9V
  37156. 33152X
  37157. Apr 94
  37158. british
  37159. browser
  37160. reporting
  37161. bugdetails
  37162. build
  37163. buildfailed
  37164. building
  37165. building
  37166. dcmds
  37167. building
  37168. sprocketinvaders
  37169. buildprogram
  37170. builds
  37171. buildscript
  37172. buildsucceeded
  37173. buildxcmd
  37174. business
  37175. business
  37176. opp's
  37177. germany
  37178. option
  37179. management
  37180. ordered
  37181. ordered
  37182. collection
  37183. ot/ppp
  37184. ot/ppp
  37185. transport
  37186. ot/ppp
  37187. otbuffer
  37188. otbufferinfo
  37189. otfifo
  37190. otgetendpointinfo
  37191. otgetindexedport
  37192. otgetuserportnamefro
  37193. otlifo
  37194. otlink
  37195. otlookup
  37196. otoptionmanagment
  37197. ottcpwilldial
  37198. ottransferproviderow
  37199. ottransferproviderow
  37200. client
  37201. library
  37202. override
  37203. override
  37204. quickdraw
  37205. table
  37206. resource
  37207. overview
  37208. package
  37209. package
  37210. aware
  37211. packages
  37212. pages
  37213. palette
  37214. pan/tilt
  37215. pan/tilt
  37216. movies
  37217. panel
  37218. panorama
  37219. parser
  37220. parser
  37221. generator
  37222. pascal
  37223. passphrase
  37224. password
  37225. password
  37226. storage
  37227. patch
  37228. pbclock
  37229. picker
  37230. e    No Changeq
  37231. Dev.CD Feb 00 TC
  37232. D!All Packages
  37233. Tool Chest Edition
  37234. hows how to select group QuickTime drawing capable objects into the same display space of the QTCanvas
  37235. BouncingSprites
  37236. CompositedEffects
  37237. CreateMovie
  37238. CreatePictFile
  37239. CustomMedia
  37240. DetachedController
  37241. DraggingSprites
  37242. DukeMovie
  37243. GroupDrawing
  37244. ImageCompositing
  37245. ImageFile
  37246. ImageProducing
  37247. ImportExport
  37248. Java Drawing
  37249. JavaSprites
  37250. JISApplet
  37251. JScriptApplet
  37252. KeyboardController
  37253. MovieCallbacks
  37254. Music
  37255. MusicMixer
  37256. PlayMovie
  37257. PlayTune
  37258. QTEffects
  37259. QTJava media samples
  37260. QTSimpleApplet
  37261. QTStreamingApplet
  37262. QTTestApplet
  37263. QTtoJavaImage
  37264. SGCapture
  37265. SGCapture2Disk
  37266. SlideShow
  37267. SoundMemRecord
  37268. SoundRecord
  37269. TimeCode
  37270. TimeSlaving
  37271. Transitions
  37272. enCamera
  37273. Feb 00
  37274. - Common
  37275.     - Sun Compliant Java Runtime Environment 1.1
  37276.     - QuickTime 3 
  37277.     - QTJava.zip
  37278.     - QTJava media samples
  37279. - Mac OS:
  37280.     - System 8 or later
  37281.     - Macintosh Runtime for Java (MRJ) 2.1
  37282. - Windows 95, 98, or NT::
  37283.     - JRE/JDK from Sun Microsystems, Inc. recommended
  37284. mmended
  37285. Dev.CD Jul 96 SSWP
  37286. Dev.CD Jul 96 SSV
  37287. 32980X
  37288. Jul 96
  37289. f--set theItem to choose file -- uncomment to test in an AS editor
  37290.     tell application "Finder"
  37291.         open item "Dev.CD Jul 96 SSW"
  37292.         activate
  37293.     end tell
  37294. on error errMsg number errNum
  37295.     --enter statements to perform when no records are found such as...
  37296.     display dialog "Sorry, the item you selected could not be found."
  37297.     return
  37298. end try
  37299. All Packages
  37300. System 7.5 Update 2.0O
  37301. Dev.CD Jul 96 SSWP
  37302. Dev.CD Jul 96 SSV
  37303. 32981X
  37304. Jul 96
  37305. f--set theItem to choose file -- uncomment to test in an AS editor
  37306.     tell application "Finder"
  37307.         open item "Dev.CD Jul 96 SSW"
  37308.         activate
  37309.     end tell
  37310. on error errMsg number errNum
  37311.     --enter statements to perform when no records are found such as...
  37312.     display dialog "Sorry, the item you selected could not be found."
  37313.     return
  37314. end try
  37315. All Packages
  37316. System 7.5 Update 2.0O
  37317. Dev.CD Jul 96 SSWP
  37318. Dev.CD Jul 96 SSV
  37319. 32982X
  37320. Jul 96
  37321. --set theItem to choose file -- uncomment to test in an AS editor
  37322.     tell application "Finder"
  37323.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:"
  37324.         activate
  37325.     end tell
  37326. on error errMsg number errNum
  37327.     --enter statements to perform when no records are found such as...
  37328.     display dialog "Sorry, the item you selected could not be found."
  37329.     return
  37330. end try
  37331. 00 TC
  37332. D!All Packages
  37333. Mac OS SDK Edition
  37334. GameSprocket SDKs
  37335. Apple Game Sprockets are libraries designed to simplify the effort required to develop a Macintosh game.
  37336.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  37337. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  37338.  NetSprocket 1
  37339. in a native PowerPC application (Gestalt isn't always enough).
  37340.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  37341.   -An example of using 
  37342. getsetoptions
  37343. globals
  37344. glossaries
  37345. glossary
  37346. glyphaiv
  37347. goodies
  37348. graphics
  37349.  temporary files. 
  37350. J'Sample Code.img
  37351. Windows Sample Code.imgK
  37352. Jan 96O
  37353. Dev.CD Feb 00 TC:Sample Code:P
  37354. Dev.CD Feb 00 TC
  37355.  - Sample Code
  37356. All Packages
  37357. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  37358. Dev.CD Jan 94
  37359. Dev.CD Oct 93
  37360. Dev.CD Jul 93
  37361. Dev.CD Apr 93PDDev.CD Apr 94
  37362. Dev.CD Jan 94
  37363. Dev.CD Oct 93
  37364. Dev.CD Jul 93
  37365. Dev.CD Apr 9V
  37366. 33173X
  37367. Apr 94
  37368. --set theItem to choose file -- uncomment to test in an AS editor
  37369.     tell application "Finder"
  37370.         open item "Dev.CD Apr 94
  37371. Dev.CD Jan 94
  37372. Dev.CD Oct 93
  37373. Dev.CD Jul 93
  37374. Dev.CD Apr 93"
  37375.         activate
  37376.     end tell
  37377. on error errMsg number errNum
  37378.     --enter statements to perform when no records are found such as...
  37379.     display dialog "Sorry, the item you selected could not be found."
  37380.     return
  37381. end try
  37382. All Packages
  37383. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  37384. Dev.CD Jan 94
  37385. Dev.CD Oct 93
  37386. Dev.CD Jul 93
  37387. Dev.CD Apr 93PDDev.CD Apr 94
  37388. Dev.CD Jan 94
  37389. Dev.CD Oct 93
  37390. Dev.CD Jul 93
  37391. Dev.CD Apr 9V
  37392. 33174X
  37393. Apr 94
  37394. drives
  37395. driving
  37396. dropW
  37397. dropdisk
  37398. droplet
  37399. 73007200/1207200/906
  37400. 730513255
  37401. zaptcp
  37402. zeroing
  37403. zimmerman
  37404. zimmerman's
  37405. System Enabler 065 (LC 575)O
  37406. Dev.CD Apr 94
  37407. Dev.CD Jan 94P
  37408. Dev.CD Apr 94
  37409. Dev.CD Jan 9V
  37410. 33071
  37411. introduces
  37412. introducing
  37413. introduction
  37414. introduction
  37415. quicktime
  37416. introspection
  37417. intuitive
  37418. intuitively
  37419. invalid
  37420. invaluable
  37421. This sample demonstrates a variety of uses of Open Transport
  37422. s option management routines.  The code from this sample is featured in the latest release (v1.2) of the book 
  37423. Inside Macintosh: Open Transport
  37424. .JwGetSetOptions-68K
  37425. GetSetOptions-68K.
  37426. GetSetOptions-PPC
  37427. GetSetOptions-PPC.
  37428. GetSetOptions.c
  37429. Read Me About GetSetOptionsK
  37430. Nov 97L
  37431. Jun 98M
  37432. Open Transport 1.1.1 or higherN4Open Transport, OTOptionManagment, option managementOGDev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:PRDev.CD Jun 98 RL1
  37433.  - What's New
  37434.  - Sample Code
  37435.  - Networking
  37436.  - GetSetOptions1.0d1V
  37437. 32319X
  37438. Jun 98^
  37439. e    No Change
  37440. Tool Chest Edition
  37441. Gestalt Selectors List 4.3
  37442. e    No Changef2Open Transport
  37443. OTOptionManagment
  37444. option managementq
  37445. Dev.CD Jun 98 RL1
  37446. D!All Packages
  37447. Tool Chest Edition
  37448. GlyphaIVI
  37449. This sample is a basic game implementation in the sprite of Joust.  It is meant as demonstation of the basics of Sprocket usage.
  37450. G4Enemy.c
  37451. G4Externs.h
  37452. G4Graphics.c
  37453. G4Interface.c
  37454. G4Lava.c
  37455. G4Main.c
  37456. G4Play.c
  37457. G4Prefs.c
  37458. G4Resources.rsrc
  37459. G4SetUpTakeDown.c
  37460. G4Sound.c
  37461. G4Utilities.c
  37462. Glypha IV
  37463. GlyphaIV.CW2.
  37464. GlyphaIV.CW5.
  37465. Feb 00MbPowerPC, System 8.1+, GameSprockets, and either Universal Interfaces 3.3 or The GameSprockets SDK
  37466. O8Dev.CD Feb 00 TC:What's New?:Sample Code:Games:GlyphaIV:PCDev.CD Feb 00 TC
  37467.  - What's New?
  37468.  - Sample Code
  37469.  - Games
  37470.  - GlyphaIVV
  37471. 32320X
  37472. Feb 00^
  37473. O6Dev.CD Mar 00 RL Disk 2:Technical Publications:macos8:P;Dev.CD Mar 00 RL Disk 2
  37474.  - Technical Publications
  37475.  - macos8ion
  37476. about
  37477. apple
  37478. wants
  37479. communicate
  37480. benefits
  37481. native
  37482. apple
  37483. workgroup
  37484. server
  37485. 9650/350
  37486. developer
  37487. apple's
  37488. apple-sanctioned
  37489. apple-specific
  37490. apple-sponsored
  37491. applesearch
  37492. appleshare
  37493. applesingle/appledou
  37494. appletalkW
  37495. appletalk/ip
  37496. applicationQ
  37497. acur.c
  37498. acur.h
  37499. DropShell.68K.
  37500. DropShell.c
  37501. DropShell.h
  37502. DropShell.PPC.
  37503. DropShell.rsrc
  37504. DSAppleEvents.c
  37505. DSAppleEvents.h
  37506. DSGlobals.h
  37507. DSUserProcs.c
  37508. DSUserProcs.h
  37509. DSUtils.c
  37510. DSUtils.h
  37511. GetHelpStrings
  37512. Read MeK
  37513. Dec 95N<balloon help, C, finder help strings, spinning cursors, acurO3Dev.CD Feb 00 TC:Tool Chest:Toolbox:GetHelpStrings:P;Dev.CD Feb 00 TC
  37514.  - Tool Chest
  37515.  - Toolbox
  37516.  - GetHelpStringsV
  37517. 32317X
  37518. Feb 00^
  37519. --set theItem to choose file -- uncomment to test in an AS editor
  37520.     tell application "Finder"
  37521.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:GetHelpStrings:"
  37522.         activate
  37523.     end tell
  37524. on error errMsg number errNum
  37525.     --enter statements to perform when no records are found such as...
  37526.     display dialog "Sorry, the item you selected could not be found."
  37527.     return
  37528. end try
  37529. e    No Changef8balloon help
  37530. finder help strings
  37531. spinning cursors
  37532. acurq
  37533. Dev.CD Feb 00 TC
  37534. D!All Packages
  37535. Tool Chest Edition
  37536. GetPPPStatusPro v3.0 IDE project file.IDE project file.
  37537. Program sample to demonstrate the use of Apple Events to obtain the status information associated with OT/PPP or ARA 3.0
  37538. Distinguishes between OT/PPP and ARA.J'Sample Code.img
  37539. Windows Sample Code.imgK
  37540. Apr 98MKOpen Transport 1.1.1 and the SDK, Open Transport PPP or ARA 3.0 or greater.N OT/PPP. Open Transport, PPP, ARAO
  37541. Dev.CD Feb 00 TC:Sample Code:P
  37542. Dev.CD Feb 00 TC
  37543.  - Sample CodeV
  37544. 32318X
  37545. Feb 00^
  37546. r--set theItem to choose file -- uncomment to test in an AS editor
  37547.     tell application "Finder"
  37548.         open item "Dev.CD Feb 00 TC:Sample Code:"
  37549.         activate
  37550.     end tell
  37551. on error errMsg number errNum
  37552.     --enter statements to perform when no records are found such as...
  37553.     display dialog "Sorry, the item you selected could not be found."
  37554.     return
  37555. end try
  37556. e    No Changef
  37557. OT/PPP. Open Transport
  37558. Dev.CD Feb 00 TC
  37559. All Packages
  37560. GetSetOptionsV
  37561. 32319X
  37562. l Chest:OS Utilities:Gestalt Selectors List 4.3:
  37563. summary
  37564. stack
  37565. contains
  37566. collection
  37567. apple
  37568. event
  37569. summary
  37570. stack
  37571. allow
  37572. users
  37573. register
  37574. creator
  37575. summary
  37576. submission
  37577. contains
  37578. virtual
  37579. external
  37580. summary
  37581. application
  37582. demonstrates
  37583. infoid
  37584. infoid
  37585. information
  37586. initprojector
  37587. inputdialog
  37588. inputdialog
  37589. inputsprocket
  37590. inputsprocket
  37591. inputsprocketsimplet
  37592. inputsprocketsimplet
  37593. inputsprocketsimplet
  37594. inputsprocketsimplet
  37595. inputsprockettest
  37596. inputsprockettest
  37597. inputsprockettest
  37598. install
  37599. asynchronous
  37600. background
  37601. networking
  37602. macintosh
  37603. harry
  37604. asynchronously
  37605. quicktime
  37606. windows
  37607. quicktime
  37608. conferencing
  37609. quicktime
  37610. quicktime
  37611. quicktime
  37612. windows
  37613. quicktime
  37614. quicktime
  37615. tools
  37616. quicktime
  37617. quicktime
  37618. tools
  37619. 1.0b2
  37620. quickview
  37621. quickview
  37622. developer
  37623. edition
  37624. qwertytunes
  37625. qwertytunes
  37626. F    QuickTimeO)Dev.CD Oct 93
  37627. Dev.CD Jul 93
  37628. Dev.CD Apr 93P(Dev.CD Oct 93
  37629. Dev.CD Jul 93
  37630. Dev.CD Apr 9ist
  37631. inline
  37632. inline
  37633. input
  37634. input
  37635. input
  37636. device
  37637. inputsprocket
  37638. inside
  37639. inside
  37640. inside
  37641. macintosh
  37642. installer
  37643. instance
  37644. instance
  37645. variables
  37646. instrumentation
  37647. integrity
  37648. interactive
  37649. interactive
  37650. media
  37651. solutions
  37652. interface
  37653. interface
  37654. builder
  37655. interfaces
  37656. interleaving
  37657. international
  37658. internationalization
  37659. internet
  37660. internet
  37661. server
  37662. interrupt
  37663. interrupt
  37664. introduction
  37665. introduction
  37666. programming
  37667. korean
  37668. label
  37669. language
  37670. language
  37671. analysis
  37672. architecture
  37673. language
  37674. updater
  37675. arabic
  37676. chinese
  37677. cyrillic
  37678. hebrew
  37679. language
  37680. manager
  37681. laserwriter
  37682. laserwriter
  37683. J'Sample Code.img
  37684. Windows Sample Code.imgK
  37685. Oct 98
  37686. CodeWarrior Pro v3.0 IDE to open the project file. The program requires Open Transport 1.1.1 or greater; however, the program can be modified to remove the OT dependency.
  37687. This program wil not be supported under Mac OS X as it implement direct memory access to the ROM.
  37688. NIEthernet built-in, Enet Address, Burned-in Address, GetEnetAddrDirect.ppcO
  37689. Dev.CD Feb 00 TC:Sample Code:P
  37690. Dev.CD Feb 00 TC
  37691.  - Sample Codeect.ppcq
  37692. Dev.CD Feb 00 TC
  37693. D!All Packages
  37694. Tool Chest Edition
  37695. GetHelpStrings
  37696. Summary: This sample extracts the Finder help strings from whatever you drop on top of it, file or folder. 
  37697. Features:  Extract the Finder balloon help string from any file or any files in any folder dropped onto this application.  Put those help strings into a text file.
  37698. e    No Change
  37699. D!All Packages
  37700. Tool Chest Edition
  37701. GetEnetAddrDirect.ppc
  37702. FSample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  37703. Includes source code, and CodeWarrior Pro v3.0 IDE project file.ddress, GetEnetAddrDirect.ppcO
  37704. Dev.CD Feb 00 TC:Sample Code:P
  37705. Dev.CD Feb 00 TC
  37706.  - Sample Code
  37707. entertainment
  37708. environment
  37709. eomodeler
  37710. eomodeler
  37711. database
  37712. error
  37713. applesearch
  37714. appleshare
  37715. gateway
  37716. ethernet
  37717. ethernet
  37718. built-in
  37719. address
  37720. burned-in
  37721. address
  37722. getenetaddr
  37723. ethernet
  37724. multicast
  37725. mdata
  37726. 802.2
  37727. 802.3
  37728. ethertalk
  37729. etsda
  37730. event
  37731. events
  37732. expansion
  37733. extension
  37734. external
  37735. extractor
  37736. faceless
  37737. family
  37738. fcode
  37739. features
  37740. feedback
  37741. fetch
  37742. field
  37743. manager
  37744. desktop
  37745. manager
  37746. sample
  37747. synchronization
  37748. backup
  37749. assistant
  37750. folder
  37751. duplicatio
  37752. system
  37753. manager
  37754. external
  37755. system
  37756. foreign
  37757. filename
  37758. files
  37759. filetool
  37760. filter
  37761. finder
  37762. 33264X
  37763. Feb 00^
  37764. r--set theItem to choose file -- uncomment to test in an AS editor
  37765.     tell application "Finder"
  37766.         open item "Dev.CD Feb 00 TC:Sample Code:"
  37767.         activate
  37768.     end tell
  37769. on error errMsg number errNum
  37770.     --enter statements to perform when no records are found such as...
  37771.     display dialog "Sorry, the item you selected could not be found."
  37772.     return
  37773. end try
  37774. e    No Changef=Unicode
  37775. Imaging
  37776. Bi-directional
  37777. Rotation
  37778. Double-byteq
  37779. Dev.CD Feb 00 TC
  37780. D!All Packages
  37781. Tool Chest Edition
  37782. UniversalHIDModuleTestI
  37783. N/AJ0TestHIDprobe.c
  37784. UHIDTest.c
  37785. Why was this archived?K
  37786. Feb 00M
  37787. N/AONDev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:UniversalHIDModuleTest:P\Dev.CD Feb 00 TC
  37788.  - What's New?
  37789.  - Sample Code
  37790.  - Archive
  37791.  - Games
  37792.  - UniversalHIDModuleTestV
  37793. 33265X
  37794. Feb 00^
  37795. hebrew
  37796. hebrew
  37797. language
  37798. hebrew
  37799. language
  37800. v1.0.1
  37801. 32783X
  37802. Jul 93
  37803. p--set theItem to choose file -- uncomment to test in an AS editor
  37804.     tell application "Finder"
  37805.         open item "Dev.CD Jul 93
  37806. Dev.CD Apr 93"
  37807.         activate
  37808.     end tell
  37809. on error errMsg number errNum
  37810.     --enter statements to perform when no records are found such as...
  37811.     display dialog "Sorry, the item you selected could not be found."
  37812.     return
  37813. end try
  37814. All Packages
  37815. F    QuickTimeO"Dev.CD Jun 97 SSW
  37816. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  37817. Dev.CD Dec 96 SV
  37818. 32784X
  37819. Jun 97
  37820. w--set theItem to choose file -- uncomment to test in an AS editor
  37821.     tell application "Finder"
  37822.         open item "Dev.CD Jun 97 SSW
  37823. Dev.CD Dec 96 SE"
  37824.         activate
  37825.     end tell
  37826. on error errMsg number errNum
  37827.     --enter statements to perform when no records are found such as...
  37828.     display dialog "Sorry, the item you selected could not be found."
  37829.     return
  37830. end try
  37831. All Packages
  37832. F    QuickTimeO"Dev.CD Jun 97 SSW
  37833. Dev.CD Dec 96 SEV
  37834. 32785X
  37835. 32316X
  37836. Feb 00^
  37837. r--set theItem to choose file -- uncomment to test in an AS editor
  37838.     tell application "Finder"
  37839.         open item "Dev.CD Feb 00 TC:Sample Code:"
  37840.         activate
  37841.     end tell
  37842. on error errMsg number errNum
  37843.     --enter statements to perform when no records are found such as...
  37844.     display dialog "Sorry, the item you selected could not be found."
  37845.     return
  37846. end try
  37847. e    No ChangefFEthernet built-in
  37848. Enet Address
  37849. Burned-in Address
  37850. GetEnetAddrDirect.ppcq
  37851. Dev.CD Feb 00 TC
  37852. D!All Packages
  37853. Tool Chest Edition
  37854. GetHelpStrings
  37855. Summary: This sample extracts the Finder help strings from whatever you drop on top of it, file or folder. 
  37856. Features:  Extract the Finder balloon help string from any file or any files in any folder dropped onto this application.  Put those help strings into a text file.
  37857. e    No Change
  37858. pinning cursors
  37859. acurq
  37860. Dev.CD Feb 00 TC
  37861. D!All Packages
  37862. Tool Chest Edition
  37863. GetPPPStatus
  37864. system
  37865. identification
  37866. system
  37867. software
  37868. release
  37869. systems
  37870. table
  37871. tables
  37872. tablet
  37873. color
  37874. tanzania
  37875. tasking
  37876. tasks
  37877. tcp/ip
  37878. tcp/ip
  37879. appletalk
  37880. reconfiguration
  37881. network
  37882. setup
  37883. ottcpwilldial
  37884. tcp/ip
  37885. search
  37886. technical
  37887. technical
  37888. documentation
  37889. e -- uncomment to test in an AS editor
  37890.     tell application "Finder"
  37891.         open item "Dev.CD Feb 00 TC:Sample Code:"
  37892.         activate
  37893.     end tell
  37894. on error errMsg number errNum
  37895.     --enter statements to perform when no records are found such as...
  37896.     display dialog "Sorry, the item you selected could not be found."
  37897.     return
  37898. end try
  37899. e    No Changef
  37900. OT/PPP. Open Transport
  37901. Dev.CD Feb 00 TC
  37902. All Packages
  37903. GetSetOptionsV
  37904. 30428X
  37905. kO-Dev.CD Jan 96 SSW
  37906. Dev.CD Jul 95
  37907. Dev.CD May 95P,Dev.CD Jan 96 SSW
  37908. Dev.CD Jul 95
  37909. Dev.CD May 9V
  37910. 32944X
  37911. Jan 96
  37912. --set theItem to choose file -- uncomment to test in an AS editor
  37913.     tell application "Finder"
  37914.         open item "Dev.CD Jan 96 SSW
  37915. Dev.CD Jul 95
  37916. Dev.CD May 95"
  37917.         activate
  37918.     end tell
  37919. on error errMsg number errNum
  37920.     --enter statements to perform when no records are found such as...
  37921.     display dialog "Sorry, the item you selected could not be found."
  37922.     return
  37923. end try
  37924. All Packages
  37925. System 7.5 Update 1.0O
  37926. Dev.CD Jan 96 SSWP
  37927. Dev.CD Jan 96 SSV
  37928. 32945X
  37929. Jan 96
  37930. f--set theItem to choose file -- uncomment to test in an AS editor
  37931.     tell application "Finder"
  37932.         open item "Dev.CD Jan 96 SSW"
  37933.         activate
  37934.     end tell
  37935. on error errMsg number errNum
  37936.     --enter statements to perform when no records are found such as...
  37937.     display dialog "Sorry, the item you selected could not be found."
  37938.     return
  37939. end try
  37940. gestalt
  37941. selectors
  37942. gestalt
  37943. submission
  37944. getbootvol
  37945. getbootvol
  37946. getdinfo
  37947. getdinfo
  37948. getdir
  37949. getdir
  37950. geteof
  37951. geteof
  37952. getfinfo
  37953. getfinfo
  37954. gethelpstrings
  37955. geticon
  37956. geticon
  37957. getinfo
  37958. getinfo
  37959. getkeys
  37960. getlastchange
  37961. getmfsize
  37962. getmode
  37963. getmode
  37964. getsetoptions
  37965. getsetoptions
  37966. getsetoptions-68k
  37967. getsetoptions-ppc
  37968. getting
  37969. getting
  37970. started
  37971. getvinfo
  37972. getvinfo
  37973. getvol
  37974. getvol
  37975. newformat
  37976. getvolumes
  37977. getvolumes
  37978. gif89a
  37979. global
  37980. global
  37981. globallist
  37982. globallist
  37983. globalmaster
  37984. glossary
  37985. glypha
  37986. glypha
  37987. glyphaiv
  37988. glyphaiv
  37989. glyphaiv
  37990. goodies
  37991. gouraud
  37992. gouraud
  37993. sample
  37994. grabguy
  37995. grabguy
  37996. This document lists all selectors, known to the creator, for use with the Gestalt Manager. They can include selector codes installed by Apple (system) software or by software from third parties (your software?). The information in this list is useful for programmers who use the Gestalt Manager with their software (even using externals, as with HyperCard, 4th Dimension and so on).
  37997. NOTE: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis.  Apple is not responsible for any probleB!ms you may encounter in it's use.
  37998. Jk6th Anniversary
  37999. Gestalt Selectors List 4.3
  38000. Gestalt Submission Form
  38001. gestalt.html
  38002. GSL View (EasyView)
  38003. UpdatesK
  38004. May 95L
  38005. Dec 98M7Any word processor capable of reading a 400K text file.N
  38006. Gestalt Selector Codes, Gestalt Manager, Machine Identification, System Identification, System Software Release, Version, Capabilities, System FeaturesODDev.CD Feb 00 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:
  38007. PLDev.CD Feb 00 TC
  38008.  - Tool Chest
  38009.  - OS Utilities
  38010.  - Gestalt Selectors List 4.3   tell application "Finder"
  38011.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:"
  38012.         activate
  38013.     end tell
  38014. on error errMsg number errNum
  38015.     --enter statements to perform when no records are found such as...
  38016.     display dialog "Sorry, the item you selected could not be found."
  38017.     return
  38018. end try
  38019. t the HTML files which underlie search engine web pages and if they
  38020. re proficient with tools such as BBEdit, a flexible text editor available from Bare Bones Software and ResEdit, a free utility from Apple. 
  38021. The plug-ins in this package are just a representative sample of what can be accomplished using this powerful search technology.
  38022. Information on how you can take develop plug-ins is available at our web site at http://www.apple.com/sherlock/plugindev.html
  38023. AmazonBooks.src
  38024. AmazonMusic.src
  38025. Apple.src
  38026. AppleSWUpdates-English.src
  38027. AppleSWUpdates-WW.src
  38028. BarnesAndNoble.src
  38029. CNN.src
  38030. DirectHit.src
  38031. HotBot.src
  38032. LookSmart.src
  38033. MacGuide.src
  38034. XTNow.src
  38035. Yahoo.srcK
  38036. Jan 99L
  38037. Feb 99N
  38038. engine, Internet, SherlockO/Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:P4Dev.CD Feb 99 TC
  38039.  - What's New?
  38040.  - Sherlock Plug-insS
  38041. handbook
  38042. hardware
  38043. hardware
  38044. tools
  38045. stack
  38046. localization
  38047. navig
  38048. features
  38049. includes
  38050. demonstration
  38051. documentation
  38052. complete
  38053. features
  38054. macbinary
  38055. dialog
  38056. those
  38057. defining
  38058. feaures
  38059. february
  38060. fedit
  38061. feedback
  38062. felonies
  38063. fernando
  38064. fernicola
  38065. fetchspecification
  38066. fetterman
  38067. fewer
  38068. ficycle
  38069. figure
  38070. figured
  38071. 32315X
  38072. Feb 00^
  38073. --set theItem to choose file -- uncomment to test in an AS editor
  38074.     tell application "Finder"
  38075.         open item "Dev.CD Feb 00 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:"
  38076.         activate
  38077.     end tell
  38078. on error errMsg number errNum
  38079.     --enter statements to perform when no records are found such as...
  38080.     display dialog "Sorry, the item you selected could not be found."
  38081.     return
  38082. end try
  38083. e    No Changef
  38084. Gestalt Selector Codes
  38085. Gestalt Manager
  38086. Machine Identification
  38087. System Identification
  38088. System Software Release
  38089. Version
  38090. Capabilities
  38091. System Featuresq
  38092. Dev.CD Feb 00 TC
  38093. GetEnetAddrDirect.ppc
  38094. FSample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  38095. Includes source code, and CodeWarrior Pro v3.0 IDE project file.IDE project file.
  38096. usingQ
  38097. using
  38098. enterprise
  38099. objects
  38100. framework
  38101. openstep
  38102. .7.1 lets you play games with other players over an AppleTalk or TCP/IP 
  38103.  SoundSprocket 1.7.1 lets you hear 3D sound effects in some applications with only two speakers connected to your computer.
  38104. JDDrawSprocket_SDK
  38105. InputSprocket_SDK
  38106. NetSprocket_SDK
  38107. SoundSprocket_SDKK
  38108. Jun 96L
  38109. Jan 00NISprockets, Games, DrawSprocket, InputSprocket, NetSprocket, SoundSprocketO=Dev.CD Jan 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:PEDev.CD Jan 00 SDK1
  38110.  - Development Kits
  38111.  - Mac OS
  38112.  - GameSprocket SDKsSimplified Chinese script systems. Other scripts will be supported in future versions.
  38113. Documents
  38114. Release Notes
  38115. ToolsK
  38116. May 95L
  38117. Oct 95M_QuickDraw GX. The "About the GXifier" document can be opened in SimpleText if GX is installed.
  38118. GX Fonts, GX TypographyO5Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:P=Dev.CD Feb 00 TC
  38119.  - Tool Chest
  38120.  - QuickDraw GX
  38121.  - GXifier 1.1V
  38122. 30431X
  38123. Feb 00^
  38124. apple
  38125. sprockets
  38126. libraries
  38127. designed
  38128. simplify
  38129. apple
  38130. location
  38131. manager
  38132. allows
  38133. users
  38134. switch
  38135. groups
  38136. apple
  38137. system
  38138. profiler
  38139. gather
  38140. information
  38141. about
  38142. apple
  38143. wants
  38144. communicate
  38145. benefits
  38146. native
  38147. apple
  38148. workgroup
  38149. server
  38150. 9650/350
  38151. developer
  38152. apple's
  38153. apple-sanctioned
  38154. apple-specific
  38155. apple-sponsored
  38156. applecd
  38157. appleevent
  38158. appleevent-based
  38159. appleevents
  38160. appleglot
  38161. appleguide
  38162. appleguidegluelib
  38163. appleii
  38164. applejava
  38165. applelink
  38166. applemodemtool
  38167. applemrj
  38168. applemrjsetup
  38169. 32314X
  38170. Jan 00^
  38171. --set theItem to choose file -- uncomment to test in an AS editor
  38172.     tell application "Finder"
  38173.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:"
  38174.         activate
  38175.     end tell
  38176. on error errMsg number errNum
  38177.     --enter statements to perform when no records are found such as...
  38178.     display dialog "Sorry, the item you selected could not be found."
  38179.     return
  38180. end try
  38181. e    No ChangefDSprockets
  38182. Games
  38183. DrawSprocket
  38184. InputSprocket
  38185. NetSprocket
  38186. SoundSprocketoAftp://ftp.apple.com/developer/Development_Kits/GameSprocket_SDKs/q
  38187. Dev.CD Jan 00 SDK1
  38188. D!All Packages
  38189. Tool Chest Edition
  38190. Gestalt Selectors List 4.3
  38191. ext:  This sample demonstrates two methods of printing gray text. On PostScript printers it sends PostScript, on QuickDraw printers it sends Color QuickDraw calls. If a QuickDraw printer does not use a CGrafPort, the gray text comes out as black.
  38192. HairLines:  HairLines is an MPW 3.2 Pascal sample that demonstrates different methods of creating hairlines on printers.
  38193. ImageWriter bug:  This sample snippet demonstrates how to work around the 'dctb' bug in the ImageWriter II 6.1 and 7.0 drive
  38194. rs. This bug causes a crash when doing a style (Page Setup) dialog after setting draftBits with PrGeneral.
  38195. InvertedText:  This sample application gives you cool tricks for printing inverted text.
  38196. IsImageWriter:  This program contains a few functions for determining if an ImageWriter is connected and if so, which port it should be connected to.
  38197. PicCommentsTest:  Here's a complete working application you can use to investigate further the interpretation of picture comments by various prin
  38198. sample
  38199. sample
  38200. sample
  38201. survey
  38202. sample
  38203. documents
  38204. sample
  38205. driver
  38206. sample
  38207. makefiles
  38208. sendae
  38209. serial
  38210. server
  38211. servers
  38212. setmarkers
  38213. setmfsize
  38214. setproject
  38215. setprojector
  38216. setup
  38217. sgcapture
  38218. sgcapture2disk
  38219. shareware
  38220. sample
  38221. code@
  38222. sample
  38223. output@
  38224. scriptableprinting
  38225. selectfile
  38226. setmarkers@
  38227. shell@
  38228. showhidefolder@
  38229. shtml@
  38230. simple
  38231. drawsprocket
  38232. soundmemrecord
  38233. sourcemenu@
  38234. stack@
  38235. suite@
  38236. tcp/ip@
  38237. tech@
  38238. testhidprobe
  38239. textencodingcmgr@
  38240. sighyper
  38241. hytime@
  38242. tool@
  38243. transitions@
  38244. ts3events@
  38245. tunnelsim@
  38246. html@
  38247. ntprojector@
  38248. urlaccesslib
  38249. utilities@
  38250. versions@
  38251. webobjectsandjava@
  38252. windows@
  38253. windows
  38254. sample
  38255. with@
  38256. services
  38257. specification@
  38258. writeswell
  38259. viii@
  38260. All Packages
  38261. F    QuickTimeO
  38262. Dev.CD Jan 94
  38263. Dev.CD Oct 93P
  38264. Dev.CD Jan 94
  38265. Dev.CD Oct 9V
  38266. 32743X
  38267. Jan 94
  38268. p--set theItem to choose file -- uncomment to test in an AS editor
  38269.     tell application "Finder"
  38270.         open item "Dev.CD Jan 94
  38271. Dev.CD Oct 93"
  38272.         activate
  38273.     end tell
  38274. on error errMsg number errNum
  38275.     --enter statements to perform when no records are found such as...
  38276.     display dialog "Sorry, the item you selected could not be found."
  38277.     return
  38278. end try
  38279. All Packages
  38280. F    QuickTimeO
  38281. Dev.CD Jan 94
  38282. Dev.CD Oct 93P
  38283. Dev.CD Jan 94
  38284. Dev.CD Oct 9V
  38285. 32744X
  38286. Jan 94
  38287. p--set theItem to choose file -- uncomment to test in an AS editor
  38288.     tell application "Finder"
  38289.         open item "Dev.CD Jan 94
  38290. Dev.CD Oct 93"
  38291.         activate
  38292.     end tell
  38293. on error errMsg number errNum
  38294.     --enter statements to perform when no records are found such as...
  38295.     display dialog "Sorry, the item you selected could not be found."
  38296.     return
  38297. end try
  38298. All Packages
  38299. function pointers for your own purposes.
  38300.   -How to get access to the Temporary Items Folder and use it to keep temporary files. 
  38301. J'Sample Code.img
  38302. Windows Sample Code.imgK
  38303. Jan 96O
  38304. Dev.CD Feb 00 TC:Sample Code:P
  38305. Dev.CD Feb 00 TC
  38306.  - Sample Codeto be translated.
  38307. This tool is palette based, buttons include: next item; previous item; scan items forward; scan items backwards; edit item; edit field; show help; hide help.  
  38308. The next item, previous item, scan items (forward), and scan items (backwards) buttons take the user to each  field and button in the stacB{k which need to be localized. 
  38309. This package is System 7.0 compatible.
  38310. Issues: Minor HyperCard 2.0v2 bugs with System 7.0
  38311. HC Stack Localization Navig.imgK
  38312. Vol VIIM
  38313. HyperCard 2.0 for an unlocked copy on a hard disk. HyperCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OIDev.CD Feb 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:nge
  38314. files
  38315. Sorry, the item you selected could not be found."
  38316.     return
  38317. end try
  38318. (Okay, I've mentioned that already, but I couldn't decide what heading it under.)
  38319.     -Using lists in document windows.
  38320.  Resource Manager
  38321.     -Opening resource forks without loading all preloaded resources. This is particularly important when opening
  38322.      application resource forks that may contain preloaded 'CODE' resources.
  38323.  Dialog Manager
  38324.     -Non standard text styles in a dialog, including popup menus and editable text items.
  38325.     -Support a number of moveable modal dialogs in an 
  38326. application.
  38327. It also demonstrates:
  38328.   -How to properly support the standard event loop, including basic support for multiple monitors.
  38329.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  38330.   -How to safely check if a system feature is available in a native PowerPC application (Gestalt isn't always enough).
  38331.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  38332.   -An example of using 
  38333. fontsync
  38334. foreign
  38335. foreign
  38336. system
  38337. formatting
  38338. forth
  38339. foundation
  38340. foundation
  38341. reference
  38342. foundation
  38343. reference
  38344. client
  38345. framework
  38346. screen
  38347. function
  38348. function
  38349. index
  38350. function
  38351. functions
  38352. gamepad
  38353. games
  38354. games
  38355. sprockets
  38356. sprite
  38357. blitters
  38358. drawsprocket
  38359. moofwars
  38360. gaming
  38361. gamma
  38362. r--set theItem to choose file -- uncomment to test in an AS editor
  38363.     tell application "Finder"
  38364.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38365.         activate
  38366.     end tell
  38367. on error errMsg number errNum
  38368.     --enter statements to perform when no records are found such as...
  38369.     display dialog "Sorry, the item you selected could not be found."
  38370.     return
  38371. end try
  38372. 4.0.1
  38373. install
  38374. tures
  38375. encodings
  38376. license
  38377. readme
  38378. samplecode
  38379. samplecode
  38380. previous
  38381. specific
  38382. files
  38383. macapp
  38384. macapp
  38385. cdent
  38386. stuff
  38387. macapp
  38388. developer
  38389. survey
  38390. macbinary
  38391. macbinary-ii-conf
  38392. macbinary-ii-conf2
  38393. macbinary-ii-standar
  38394. macbinary-standard
  38395. maccalendar
  38396. machack
  38397. macintosh
  38398. macintosh
  38399. macintosh
  38400. utility
  38401. helper
  38402. helplab
  38403. helpsystems
  38404. higos8guide
  38405. higuidelines
  38406. history
  38407. history
  38408. history
  38409. hooks
  38410. hooks
  38411. hooks
  38412. hooks
  38413. hotbot
  38414. hotbot
  38415. hotsauce
  38416. hotsauce
  38417. standalone
  38418. obtain
  38419. standards
  38420. howmany
  38421. howmany
  38422. htmlsample
  38423. htmlsample
  38424. htmlsample
  38425. htmlsample
  38426. htmlsample
  38427. pages
  38428. htmlsample
  38429. htmlsample
  38430. htmlsample
  38431. human
  38432. human
  38433. interface
  38434. guidelines
  38435. human
  38436. interface
  38437. notes
  38438. humaninterfacetoolbo
  38439. hypercard
  38440. hypercard
  38441. update
  38442. installer
  38443. 32313X
  38444. Feb 00^
  38445. r--set theItem to choose file -- uncomment to test in an AS editor
  38446.     tell application "Finder"
  38447.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38448.         activate
  38449.     end tell
  38450. on error errMsg number errNum
  38451.     --enter statements to perform when no records are found such as...
  38452.     display dialog "Sorry, the item you selected could not be found."
  38453.     return
  38454. end try
  38455. Movedq
  38456. Dev.CD Feb 00 TC
  38457. D!All Packages
  38458. Mac OS SDK Edition
  38459. GameSprocket SDKs
  38460. Apple Game Sprockets are libraries designed to simplify the effort required to develop a Macintosh game.
  38461.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  38462. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  38463.  NetSprocket 1
  38464. Summary:  "Fragment Tool" is a simple application designed to allow basic manipulation of code fragments. It allows you to combine or separate several code fragments, and view and edit various pieces of information associated with each code fragment. 
  38465. "Fragment Tool" demonstrates several Toolbox Managers and  several common, and some not so common, features of these Managers:
  38466.  Code Fragment Manager
  38467.     -Loading and preparing a code fragment from the data fork of a file.
  38468.     -Retrieving
  38469.  a list of exported symbols from a prepared code fragment.
  38470.     -Interpreting and manipulating the 'cfrg' resource.
  38471.  Drag Manager
  38472.     -Creating an application specific file when content is dragged to the Finder.
  38473.     -Using drag data which makes sense only to your own application. 
  38474.     -Dragable lists.
  38475.  List Manager
  38476.     -Both 68K and PowerPC native click loop procedures  (there's a gotcha with a native click loop procedure).
  38477.     -Non standard text styles in lists.
  38478.     -Dragable lists. 
  38479. cameras
  38480. cameron
  38481. campaign
  38482. campaigns
  38483. campfire
  38484. 32311X
  38485. Feb 00^
  38486. r--set theItem to choose file -- uncomment to test in an AS editor
  38487.     tell application "Finder"
  38488.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38489.         activate
  38490.     end tell
  38491. on error errMsg number errNum
  38492.     --enter statements to perform when no records are found such as...
  38493.     display dialog "Sorry, the item you selected could not be found."
  38494.     return
  38495. end try
  38496. Movedf
  38497. background apple eventq
  38498. Dev.CD Feb 00 TC
  38499. All Packages
  38500. Fonts 6.0.4O
  38501. Dev CD Vol. VP
  38502. Dev CD Vol. V
  38503. 32312X
  38504. Vol. V
  38505. b--set theItem to choose file -- uncomment to test in an AS editor
  38506.     tell application "Finder"
  38507.         open item "Dev CD Vol. V"
  38508.         activate
  38509.     end tell
  38510. on error errMsg number errNum
  38511.     --enter statements to perform when no records are found such as...
  38512.     display dialog "Sorry, the item you selected could not be found."
  38513.     return
  38514. end try
  38515. D!All Packages
  38516. Tool Chest Edition
  38517. Fragment Tool
  38518. Summary:  These applications demonstrate how to write a background task which uses Apple events to pass on task related information to another application.
  38519.  How to write a Faceless Background Application that performs a task.
  38520.  Sending and receiving application specific Apple events.
  38521.  How to receive AppleScript subroutine Apple events.
  38522.  Use of the Notification Manager to notify users using alerts, flashing menu bar icon and sound.
  38523.  PBCatSearch() of files between modification dateB?s.
  38524.  How to write a script application that runs in idle time.
  38525. J'Sample Code.img
  38526. Windows Sample Code.imgK
  38527. Apr 96L
  38528. May 97N
  38529. background apple eventO
  38530. Dev.CD Feb 00 TC:Sample Code:P
  38531. Dev.CD Feb 00 TC
  38532.  - Sample Code
  38533. extractor
  38534. plug-ins
  38535. content
  38536. extra
  38537. text-handling
  38538. text-to-speech
  38539. textbegin/end
  38540. textbox
  38541. textedit
  38542. textstyle
  38543. texttotypeintlcoerci
  38544. texture
  38545. textures
  38546. thanks
  38547. thatQ
  38548. 30440X
  38549. 1e    No Change
  38550. yourself
  38551. zanzibar
  38552. zap's
  38553. zaptcp
  38554. zeroing
  38555. zimmerman
  38556. zimmerman's
  38557. zones
  38558. zoombox
  38559. zoomdocproc
  38560. zoomed
  38561. zoomedvideo
  38562. zooming
  38563. zoomnogrow
  38564. zoomrecter
  38565. zoomwindow
  38566. system
  38567. folder
  38568. system
  38569. folder
  38570. 8.5.1
  38571. human
  38572. interface
  38573. guidelines@
  38574. macapp-based@
  38575. machines@
  38576. macintosh's@
  38577. magic@
  38578. magician@
  38579. makefolder@
  38580. makethefolder@
  38581. manager
  38582. manager's@
  38583. manipulation@
  38584. manuals@
  38585. marketing@
  38586. mechanism@
  38587. memory-efficient@
  38588. menumanager@
  38589. mere@
  38590. might@
  38591. modeled@
  38592. modes@
  38593. monthly@
  38594. mosaic@
  38595. motorola@
  38596. mouseresponders@
  38597. system
  38598. toolkits
  38599. profile
  38600. indian
  38601. language
  38602. inline
  38603. inline
  38604. input
  38605. textedit
  38606. input
  38607. inside
  38608. inside
  38609. macintosh
  38610. quickdraw
  38611. handles
  38612. xcmds
  38613. xfcns
  38614. 1.3.6
  38615. 1.0a13
  38616. zaptcp
  38617. zaptcp
  38618. 1.2.1
  38619. zoneranger
  38620. zoneranger
  38621. zoomed
  38622. zoomed
  38623. video
  38624. driver
  38625. zzportlist
  38626. zzportlist
  38627. 01/13/2000
  38628. 01730-0108
  38629. 01760
  38630. 1-12/96
  38631. 1-bit
  38632. 1.0.0d3
  38633. 1.0.1
  38634. 1.0.1b3
  38635. 1.0.2
  38636. build
  38637. sound
  38638. manager
  38639. 3.2.1
  38640. useful
  38641. primer
  38642. creating
  38643. content
  38644. about@
  38645. about
  38646. 2.1.4
  38647. redistribution
  38648. Summary:    This ResEdit editor lets you prepare localized number format descriptions that you can use in conjunction with the number formatting routines provided by the Macintosh Text Utilities. Using localized number format descriptions doesn't give you all the flexibility provided by the approach in "International Number Formatting" in Develop 16, but if you know that your application will only have to work with system software localized for the same language, it's usually adequate. And
  38649. R this ResEdit editor is certainly the nicest way to create the localized resources.
  38650. Features:
  38651.  creates new FMAT resources from a format string.
  38652.  lets you pick characters for format string from a palette.
  38653.  works with any script system.
  38654.  displays sample numbers to give you immediate feedback.
  38655. Issues:  Provided by Michael Hecht, SAS.
  38656. FMAT Editor.imgK
  38657. Jan 94M
  38658. ResEditN(number formatting, ResEdit, localizationO5Dev.CD Feb 00 TC:Tool Chest:Localization:FMAT Editor:
  38659. P=Dev.CD Feb 00 TC
  38660.  - Tool Chest
  38661.  - Localization
  38662.  - FMAT Editorcripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  38663.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  38664. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  38665. JEbuildXCMD
  38666. Help XFCN RN 1.4
  38667. helpLab
  38668. makefileHelp
  38669. makeout
  38670. object
  38671. sourceK
  38672. Vol VIIL
  38673. Aug 93M
  38674. HyperCard 2.1, System 7N
  38675. HyperCard, Help, BalloonsO[Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD Feb 00 TC
  38676.  - Tool Chest
  38677.  - Development Kits
  38678.  - HyperCard Related
  38679.  - XCMDs & XFCNs
  38680.  - Help XFCN 1.4V
  38681. 30440X
  38682. ATags
  38683. ATags Manual
  38684. ATags Manual.txt
  38685. CTags
  38686. Ctags Manual
  38687. Ctags Manual.txt
  38688. Findtag
  38689. Findtag Manual
  38690. Findtag Manual.txt
  38691. PopTag
  38692. PopTag Manual
  38693. PopTag Manual.txt
  38694. PTags
  38695. Ptags Manual
  38696. Ptags Manual.txt
  38697. READ ME
  38698. READ ME.txt
  38699. Sample Startup
  38700. Tags.HelpK
  38701. Vol IIIL
  38702. Jan 93MDMPW and some free disk space. This package is System 7.0 compatible.O>Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Tags:PIDev.CD Feb 00 TC
  38703.  - Tool Chest
  38704.  - Development Kits
  38705.  - MPW Related
  38706.  - TagsV
  38707. 33231X
  38708. Feb 00^
  38709. --set theItem to choose file -- uncomment to test in an AS editor
  38710.     tell application "Finder"
  38711.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Tags:"
  38712.         activate
  38713.     end tell
  38714. on error errMsg number errNum
  38715.     --enter statements to perform when no records are found such as...
  38716.     display dialog "Sorry, the item you selected could not be found."
  38717.     return
  38718. end try
  38719. e    No Changeq
  38720. Dev.CD Feb 00 TC
  38721. All Packages
  38722. F$Taiwan Chinese Font Option Kit 6.0.3V
  38723. 33232X
  38724. All Packages
  38725. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  38726. Dev.CD Jan 94
  38727. Dev.CD Oct 93
  38728. Dev.CD Jul 93
  38729. Dev.CD Apr 93PDDev.CD Apr 94
  38730. Dev.CD Jan 94
  38731. Dev.CD Oct 93
  38732. Dev.CD Jul 93
  38733. Dev.CD Apr 9V
  38734. 33044X
  38735. Apr 94
  38736. --set theItem to choose file -- uncomment to test in an AS editor
  38737.     tell application "Finder"
  38738.         open item "Dev.CD Apr 94
  38739. Dev.CD Jan 94
  38740. Dev.CD Oct 93
  38741. Dev.CD Jul 93
  38742. Dev.CD Apr 93"
  38743.         activate
  38744.     end tell
  38745. on error errMsg number errNum
  38746.     --enter statements to perform when no records are found such as...
  38747.     display dialog "Sorry, the item you selected could not be found."
  38748.     return
  38749. end try
  38750. All Packages
  38751. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  38752. Dev.CD Jan 94
  38753. Dev.CD Oct 93
  38754. Dev.CD Jul 93
  38755. Dev.CD Apr 93PDDev.CD Apr 94
  38756. Dev.CD Jan 94
  38757. Dev.CD Oct 93
  38758. Dev.CD Jul 93
  38759. Dev.CD Apr 9V
  38760. 33045X
  38761. Apr 94
  38762. macapp-based
  38763. macbug
  38764. maccalendar
  38765. machine
  38766. machines
  38767. library
  38768.        activate
  38769.     end tell
  38770. on error errMsg number errNum
  38771.     --enter statements to perform when no records are found such as...
  38772.     display dialog "Sorry, the item you selected could not be found."
  38773.     return
  38774. end try
  38775. e    No Changeq
  38776. Dev.CD Feb 00 TC
  38777. D!All Packages
  38778. Tool Chest Edition
  38779. HideMenubarEtc
  38780. Summary:  This demonstrates how to hide the menubar and/or the desktop.  The desktop is hidden simply by creating a large background window and filling it with the appropriate  pattern.  The menu bar is hidden by zeroing the Menu bar height, updating the GrayRgn, and then forcing all windows to redraw.  The rounded corners on every screen device can also be removed using a method similar to that used with the menubar.
  38781. Moved
  38782. 32310X
  38783. Feb 00^
  38784. --set theItem to choose file -- uncomment to test in an AS editor
  38785.     tell application "Finder"
  38786.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:FMAT Editor:"
  38787.         activate
  38788.     end tell
  38789. on error errMsg number errNum
  38790.     --enter statements to perform when no records are found such as...
  38791.     display dialog "Sorry, the item you selected could not be found."
  38792.     return
  38793. end try
  38794. e    No Changef&number formatting
  38795. ResEdit
  38796. localizationq
  38797. Dev.CD Feb 00 TC
  38798. D!All Packages
  38799. Tool Chest Edition
  38800. Folder Watching
  38801.      over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  38802. that's
  38803. 3Summary:  A snippet showing how to determine the currently selected (network) printer.  Includes a minimum test-harness to show that the code actually works. Works with GX and Desktop Printing.
  38804. Issues:  Not guaranteed compatible in the future. This is a sample of how to do the job at this instant in time.
  38805. J'CurrentPrinter.c
  38806. main.c
  38807. Test.68k.
  38808. Mar 96N
  38809. printer selected chooserO1Dev.CD Feb 00 TC:Tool Chest:Printing:FindPrinter:P9Dev.CD Feb 00 TC
  38810.  - Tool Chest
  38811.  - Printing
  38812.  - FindPrinterh as...
  38813.     display dialog "Sorry, the item you selected could not be found."
  38814.     return
  38815. end try
  38816. Movedf+hide MenuBar corners desktop Finder GrayRgnq
  38817. Dev.CD Feb 00 TC
  38818. D!All Packages
  38819. Tool Chest Edition
  38820. HITEC (super front end to VU)
  38821. Fe    No Changef$Open Transport
  38822. STREAMS
  38823. module
  38824. driverq
  38825. Dev.CD Feb 00 TC
  38826. GD!All Packages
  38827. Tool Chest Edition
  38828. SWAt 2.0b6
  38829. Summary:    SWAt is a tool that allows you to set several attributes of all Macintosh
  38830.  Finder
  38831.  related windows on a hard disk.  The attributes currently configurable with SWAt are: Home window position, window stagger, uniform window dimensions, scroll bar position, and folder labels.  This tool is designed to assist the CD producer in presenting a uniform look to all windows in the Finder.
  38832. Issues:   SWAt is beta software, and is completely unsupported.  Use at your own risk.
  38833. JBRead Me - SWAt 2.0b6
  38834. Read Me - SWAt 2.0b6.txt
  38835. SWAt User GuideK
  38836. May 94L
  38837. Nov 94N
  38838. CD, Finder Windows, HackO;Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:PCDev.CD Feb 00 TC
  38839.  - Tool Chest
  38840.  - Developer Utilities
  38841.  - SWAt 2.0b6V
  38842. 32908X
  38843. Feb 00^
  38844. system
  38845. mpw's
  38846. mpw-hosted
  38847. mpw-related
  38848. monthly
  38849. months
  38850. moofwars
  38851. morefiles
  38852. morefiles
  38853. collection
  38854. high-level
  38855. routines
  38856. written
  38857. morefinderevents
  38858. morenetworksetup
  38859. moreover
  38860. morley
  38861. morphemes
  38862. p--set theItem to choose file -- uncomment to test in an AS editor
  38863.     tell application "Finder"
  38864.         open item "Dev.CD Jan 94
  38865. Dev.CD Oct 93"
  38866.         activate
  38867.     end tell
  38868. on error errMsg number errNum
  38869.     --enter statements to perform when no records are found such as...
  38870.     display dialog "Sorry, the item you selected could not be found."
  38871.     return
  38872. end try
  38873. 2.1.2
  38874. 2.1.3
  38875. 2.1.4
  38876. resdistributor
  38877. toolkit
  38878. multi-player
  38879. systems
  38880. transport
  38881. opentransport
  38882. optimizing
  38883. option
  38884. option
  38885. management
  38886. ot/ppp
  38887. ot/ppp
  38888. transport
  38889. otfifo
  38890. otlifo
  38891. otlink
  38892. otoptionmanagment
  38893. ottcpwilldial
  38894. override
  38895. override
  38896. quickdraw
  38897. table
  38898. resource
  38899. packages
  38900. 33286X
  38901. Feb 00^
  38902. r--set theItem to choose file -- uncomment to test in an AS editor
  38903.     tell application "Finder"
  38904.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38905.         activate
  38906.     end tell
  38907. on error errMsg number errNum
  38908.     --enter statements to perform when no records are found such as...
  38909.     display dialog "Sorry, the item you selected could not be found."
  38910.     return
  38911. end try
  38912. e    No ChangefFcounter
  38913. windows
  38914. introduction
  38915. document
  38916. modal dialog
  38917. printing
  38918. aboutq
  38919. Dev.CD Feb 00 TC
  38920. D!All Packages
  38921. Tool Chest Edition
  38922. WindowPicker 1.1
  38923. LSummary:  WindowPicker is a System 7 extension that provides you with a convenient/simple way to bring any open window to the front.
  38924. Features:
  38925. - WindowPicker Menu next to the Help Menu
  38926. - popup WindowPicker Menu
  38927. - arrow keys to switch between open windows and applications
  38928. - customizable modifier keys
  38929. - help for setting preferences
  38930. J Read Me
  38931. Read Me.txt
  38932. WindowPickerK
  38933. Jul 92L
  38934. Aug 93M
  38935. System 7 & Any Macintosh
  38936. J'Sample Code.img
  38937. Windows Sample Code.imgK
  38938. Nov 99M.Mac OS with the Apple Event Manager installed.N$Finder, open, display folder, launchO
  38939. Dev.CD Feb 00 TC:Sample Code:P
  38940. Dev.CD Feb 00 TC
  38941.  - Sample CodeV
  38942. 32308X
  38943. Feb 00^
  38944. r--set theItem to choose file -- uncomment to test in an AS editor
  38945.     tell application "Finder"
  38946.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38947.         activate
  38948.     end tell
  38949. on error errMsg number errNum
  38950.     --enter statements to perform when no records are found such as...
  38951.     display dialog "Sorry, the item you selected could not be found."
  38952.     return
  38953. end try
  38954. e    No Changef!Finder
  38955. display folder
  38956. launchq
  38957. Dev.CD Feb 00 TC
  38958. D!All Packages
  38959. Tool Chest Edition
  38960. FindPrinter
  38961. 32309X
  38962. Feb 00^
  38963. --set theItem to choose file -- uncomment to test in an AS editor
  38964.     tell application "Finder"
  38965.         open item "Dev.CD Feb 00 TC:Tool Chest:Printing:FindPrinter:"
  38966.         activate
  38967.     end tell
  38968. on error errMsg number errNum
  38969.     --enter statements to perform when no records are found such as...
  38970.     display dialog "Sorry, the item you selected could not be found."
  38971.     return
  38972. end try
  38973. e    No Changef
  38974. printer selected chooserq
  38975. Dev.CD Feb 00 TC
  38976. D!All Packages
  38977. Tool Chest Edition
  38978. FMAT Editor
  38979.     e of target system and making timing adjustments to best suit that system, and verifying that a system is still functional after the execution of previous tests. 
  38980. Hardware:  One controller system and at least one target system.  The controller system should have 1MB or more of RAM to run MPW 3.0 or higher.  The target system(s) should be a Macintosh Plus or higher.
  38981. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  38982. layers
  38983. layout
  38984. learning
  38985. level
  38986. library
  38987. light
  38988. limit
  38989. linked
  38990. linkers
  38991. linking
  38992. listen
  38993. scroll
  38994. dynamic
  38995. scrolling
  38996. scrolling
  38997. control
  38998. proportional
  38999. scroll
  39000. appearance
  39001. loadable
  39002. loader
  39003. loading
  39004. locales
  39005. localization
  39006. localized
  39007. location
  39008. location
  39009. configuration
  39010. setting
  39011. preference
  39012. switch
  39013. module
  39014. logical
  39015. lproj
  39016. lurkers
  39017. lurkers
  39018. projector
  39019. macsbug
  39020. macsbug
  39021. appleevent
  39022. apple
  39023. event
  39024. mactcp
  39025. mactcp
  39026. communications
  39027. toolbox
  39028. serial
  39029. ports
  39030. audio
  39031. management
  39032. manager
  39033. manuals
  39034. media
  39035. memory
  39036. soundmemrecord
  39037. soundrecord
  39038. soundrecord
  39039. soundrecord
  39040. sounds
  39041. soundsprocket
  39042. soundsprocket
  39043. soundsprockettest
  39044. soundsprockettest
  39045. soundsprockettest
  39046. soundunit
  39047. soundunit
  39048. soundunit
  39049. source
  39050. source
  39051. masher
  39052. macintosh
  39053. knows
  39054. knowspict
  39055. kodom
  39056. konstantin
  39057. kopala
  39058. korean
  39059. korean-language
  39060. kotoeri
  39061. kunicodetextrunheuri
  39062. kzoomlarger
  39063. labels-like
  39064. labor
  39065. lands
  39066. language
  39067. languages
  39068. large
  39069. large
  39070. collection
  39071. tools
  39072. scripts
  39073. libraries
  39074. examples
  39075. larger
  39076. larkspur
  39077. laser
  39078. laserwriter
  39079. laserwriteriisc
  39080. laserwriters
  39081. lastly
  39082. later
  39083. laterapple
  39084. PJDev.CD Feb 00 TC
  39085.  - Tool Chest
  39086.  - Testing & Debugging
  39087.  - Memory ManagementV
  39088. 32307X
  39089. Feb 00^
  39090. --set theItem to choose file -- uncomment to test in an AS editor
  39091.     tell application "Finder"
  39092.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  39093.         activate
  39094.     end tell
  39095. on error errMsg number errNum
  39096.     --enter statements to perform when no records are found such as...
  39097.     display dialog "Sorry, the item you selected could not be found."
  39098.     return
  39099. end try
  39100. e    No Changeq
  39101. Dev.CD Feb 00 TC
  39102. D!All Packages
  39103. Tool Chest Edition
  39104. FinderLaunch
  39105. RA routine for sending an open documents Apple event to the finder.  This routine provides functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. 
  39106. allows application to tell the finder to open and display the contents of folders, launch applications, and open documents.
  39107. e    No Change
  39108. findhammerhead
  39109. findhammerhead
  39110. findlurkers
  39111. findtag
  39112. findtag
  39113. manual
  39114. findtag
  39115. manual
  39116. finland
  39117. finland
  39118. distributors/localiz
  39119. finnish
  39120. finnish
  39121. 1.1.3
  39122. fireballframes
  39123. fireballframes
  39124. first
  39125. fkeys
  39126. fkeys
  39127. clipboard
  39128. magican
  39129. flash
  39130. floattolong
  39131. floattolong
  39132. flookup
  39133. editor
  39134. folder
  39135. folder
  39136. information
  39137. foldersize
  39138. foldersize
  39139. fontmaster
  39140. fontmaster
  39141. france
  39142. distributors/localiz
  39143. fstubs
  39144. fstubs
  39145. fstubs
  39146. fully
  39147. g4enemy
  39148. g4enemy
  39149. g4externs
  39150. g4externs
  39151. g4graphics
  39152. g4graphics
  39153. g4interface
  39154. g4interface
  39155. g4lava
  39156. g4lava
  39157. starts
  39158. startup
  39159. state
  39160. statements
  39161. states
  39162. statistic
  39163. statistics
  39164. status
  39165. staying
  39166. stays
  39167. stdfile
  39168. stdfilesaver
  39169. stdfilterhacking
  39170. stdout
  39171. stdpix
  39172. steal
  39173. step-by-step
  39174. JkAbout ScriptX
  39175. Code Samples:
  39176. Documentation:
  39177. readme_1.5.1.txt
  39178. ScriptX Platforms:
  39179. ScriptX Post 1.5 DifferencesK
  39180. Apr 96L
  39181. Jul 96O5Dev.CD Apr 98 SDK2:Development Kits (Disc 2):ScriptX:P:Dev.CD Apr 98 SDK2
  39182.  - Development Kits (Disc 2)
  39183.  - ScriptXpt
  39184. ptags
  39185. ptags
  39186. manual
  39187. ptags
  39188. manual
  39189. pubscatalog
  39190. pubscatalog
  39191. pubsorderform
  39192. pubsorderform
  39193. survival
  39194. qcopy
  39195. qcopy
  39196. environment
  39197. utilities
  39198. graphics
  39199. objects
  39200. printing
  39201. printing
  39202. drvrs
  39203. prog's
  39204. overview
  39205. typography
  39206. 1.1.1
  39207. spooler
  39208. patch
  39209. 1.0.2
  39210. 1.1.2
  39211. spooler
  39212. patch
  39213. 1.0.2
  39214. 1.1.3
  39215. spooler
  39216. patch
  39217. 1.0.2
  39218. qt3-more
  39219. --set theItem to choose file -- uncomment to test in an AS editor
  39220.     tell application "Finder"
  39221.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:"
  39222.         activate
  39223.     end tell
  39224. on error errMsg number errNum
  39225.     --enter statements to perform when no records are found such as...
  39226.     display dialog "Sorry, the item you selected could not be found."
  39227.     return
  39228. end try
  39229. no records are found such as...
  39230.     display dialog "Sorry, the item you selected could not be found."
  39231.     return
  39232. end try
  39233. e    No Changef
  39234. CD-ROM
  39235. Device Manager
  39236. Dev.CD Feb 00 TC
  39237. All Packages
  39238. HTMLSample
  39239. 30446X
  39240. Summary:  "Show Movie" is a small application designed to load and play movies. It demonstrates several useful features in QuickTime and ways to use them.
  39241.   -Creating a Time Base call back
  39242.   -Setting call backs based on the length of a movie.
  39243.   -Automatically closing a movie once it has finished playing
  39244.   -Making a loop within a movie.
  39245.   -Changing the rate of a movie while it is playing.
  39246.   -Slaving one movie to another.
  39247.   -Offsetting the start frame of a slave movie.
  39248.   -Delaying the start
  39249. E of a slave movie playing
  39250. It achieves the above by using Time Base call backs documented in Inside Macintosh QuickTime pages 2-335 to 2-341, 2-364
  39251. It also demonstrates
  39252.   Ways to pass data to the call backs and dispose of it once the movie has finished.
  39253.   How to create a default button on a dialog without using user items.
  39254. J'Sample Code.img
  39255. Windows Sample Code.imgK
  39256. Jan 96O
  39257. Dev.CD Feb 00 TC:Sample Code:P
  39258. Dev.CD Feb 00 TC
  39259.  - Sample Code
  39260. filemaker
  39261. verything
  39262. hidden
  39263. hidemenubar
  39264. hidemenubaretc
  39265. hiding
  39266. hierarchical
  39267. hiermenus
  39268. hifi-color
  39269. high-end
  39270. high-level
  39271. high-performance
  39272. high-quality
  39273. high-visibility
  39274. higher
  39275. higher-quality
  39276. highest
  39277. highly
  39278. highly-successful
  39279. hilighted
  39280. hindi
  39281. hints
  39282. history
  39283. hitec
  39284. hitting
  39285. hoddie
  39286. hokum
  39287. holcomb
  39288. holding
  39289. holds
  39290. holiday
  39291. e    No Changeq
  39292. Dev.CD Feb 00 TC
  39293. D!All Packages
  39294. Tool Chest Edition
  39295. FinderHeaps
  39296. Summary: FinderHeaps is a debugging tool that allows you to track the Finder's heap sizes. These include the Application Heap, the System Heap, the Code Heap, and Object Heap. You can also ask it to track a fifth heap of your choice.
  39297. You can use FinderHeaps to track the effects of your software on Finder heap usage. Moreover, FinderHeaps can also track a heap of your choice -- for instance, your application's own heap.
  39298. Features include System Heap logging, as well as sounds that flag groB
  39299. wing and shrinking System Heap sizes.
  39300. You can also take heap "snapshots" complete with timestamps, useful for tracking "before" and "after" comparisions, as well as those nasty bugs that seem to crash in the middle of the night.
  39301. Memory Management.imgK
  39302. Vol XIM)Runs only on post-7.0 System Macintoshes.OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:nge
  39303. property
  39304. proportional
  39305. protocol
  39306. publications
  39307. quicktime
  39308. object
  39309. panorama
  39310. quickt
  39311. qualified
  39312. query
  39313. quick
  39314. quickdraw
  39315. quickdraw
  39316. windows
  39317. metafile
  39318. quickdraw
  39319. graphics
  39320. quickdraw
  39321. gxgraphics
  39322. 1.1.6
  39323. quickdraw
  39324. raster
  39325. imagewriter
  39326. halftone
  39327. dither
  39328. sample
  39329. quickdraw
  39330. spooler
  39331. print
  39332. patch
  39333. appleshare
  39334. novell
  39335. netware
  39336. quicktake
  39337. quicktake
  39338. windows
  39339. digital
  39340. camera
  39341. quicktime
  39342. quicktime
  39343. windows
  39344. property@
  39345. quicktime
  39346. effects@
  39347. quicktime
  39348. compress
  39349. decompress@
  39350. replace@
  39351. resources@
  39352. scriptable@
  39353. signature@
  39354. soundsprocket@
  39355. spinning@
  39356. synthesis@
  39357. tcp/ip
  39358. appletalk
  39359. reconfiguration
  39360. network
  39361. setup
  39362. ottcpwilldial@
  39363. text@
  39364. traditional@
  39365. translation
  39366. macintosh
  39367. translator@
  39368. unicode
  39369. imaging
  39370. bi-directional
  39371. rotation
  39372. double-byt@
  39373. video@
  39374. virtual
  39375. virtualuser
  39376. filetool
  39377. memor@
  39378. applescript@
  39379. asynchronous@
  39380. broadcast@
  39381. browser@
  39382. carbon@
  39383. cftype@
  39384. chinese@
  39385. code@
  39386. compare@
  39387. cryptographic@
  39388. conversion@
  39389. devnotes@
  39390. duplication@
  39391. fragment
  39392. objects
  39393. objectsupportlib
  39394. obscure
  39395. obsolete
  39396. obsolete/pre-asip
  39397. obtain
  39398. obtaining
  39399. obtains
  39400. obvious
  39401. occasionally
  39402. occur
  39403. occurs
  39404. communication
  39405. communications
  39406. community
  39407. compact
  39408. companies
  39409. companion
  39410. company
  39411. company's
  39412. compare
  39413. compared
  39414. comparedirtext
  39415. comparelastrevision
  39416. compareproc
  39417. compares
  39418. comparing
  39419. comparisions
  39420. comparisons
  39421. compatibility
  39422. compatibility
  39423. issues
  39424. compatible
  39425. compatibles
  39426. compilation
  39427. compile
  39428. compiled
  39429. compiler
  39430. compiler-constructio
  39431. compilers
  39432. signature
  39433. signing
  39434. simpletext
  39435. simpletext
  39436. script
  39437. print
  39438. scriptable
  39439. printing
  39440. simplified
  39441. single-link
  39442. manager
  39443. declaration
  39444. configuration
  39445. sniffer
  39446. network
  39447. management
  39448. socket
  39449. software
  39450. solaris
  39451. solutions
  39452. sound
  39453. sound
  39454. input
  39455. driver
  39456. driver
  39457. sound
  39458. memory
  39459. dialogs
  39460. windows
  39461. resources
  39462. files
  39463. interface
  39464. tring
  39465. strings
  39466. strip
  39467. strlog
  39468. structure
  39469. style
  39470. stylechat
  39471. sub-menus
  39472. suite
  39473. summary
  39474. switch
  39475. symbiotic
  39476. synchronization
  39477. system
  39478. systems
  39479. table
  39480. tablet
  39481. tanzania
  39482. tanzania
  39483. zanzibar
  39484. starmax
  39485. firmware
  39486. tcp/ip
  39487. e    No Changef1Drag and Drop
  39488. PromiseHFSFlavor
  39489. promise
  39490. finderq
  39491. Dev.CD Feb 00 TC
  39492. D!All Packages
  39493. Tool Chest Edition
  39494. FinderEvents 1.2I
  39495. Summary: An XCMD which can send all known FinderEvents from Hypercard 2.1 including Pascal source code.
  39496. Features: Uses Finder custom AppleEvents to make Finder execute functions. Has ability to launch apps on remote machines!J+FinderEvents
  39497. FinderEvents 1.2 Release NotesK
  39498. Jan 92M
  39499. Hypercard 2.1, System 7O^Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:PlDev.CD Feb 00 TC
  39500.  - Tool Chest
  39501.  - Development Kits
  39502.  - HyperCard Related
  39503.  - XCMDs & XFCNs
  39504.  - FinderEvents 1.2V
  39505. 32306X
  39506. Feb 00^
  39507. J'Sample Code.img
  39508. Windows Sample Code.imgK
  39509. Nov 99M=Mac OS with the drag manager and the thread manager installedN5Drag and Drop, PromiseHFSFlavor, hfs, promise, finderO
  39510. Dev.CD Feb 00 TC:Sample Code:P
  39511. Dev.CD Feb 00 TC
  39512.  - Sample CodeV
  39513. 32305X
  39514. Feb 00^
  39515. r--set theItem to choose file -- uncomment to test in an AS editor
  39516.     tell application "Finder"
  39517.         open item "Dev.CD Feb 00 TC:Sample Code:"
  39518.         activate
  39519.     end tell
  39520. on error errMsg number errNum
  39521.     --enter statements to perform when no records are found such as...
  39522.     display dialog "Sorry, the item you selected could not be found."
  39523.     return
  39524. end try
  39525. All Packages
  39526. System 7 Tune-UpO
  39527. Dev.CD Sept 92
  39528. Dev.CD Aug 92P
  39529. Dev.CD Sept 92
  39530. Dev.CD Aug 9V
  39531. 32922X
  39532. Sept 9
  39533. q--set theItem to choose file -- uncomment to test in an AS editor
  39534.     tell application "Finder"
  39535.         open item "Dev.CD Sept 92
  39536. Dev.CD Aug 92"
  39537.         activate
  39538.     end tell
  39539. on error errMsg number errNum
  39540.     --enter statements to perform when no records are found such as...
  39541.     display dialog "Sorry, the item you selected could not be found."
  39542.     return
  39543. end try
  39544. All Packages
  39545. System 7 Tune-UpO
  39546. Dev.CD Sept 92
  39547. Dev.CD Aug 92P
  39548. Dev.CD Sept 92
  39549. Dev.CD Aug 9V
  39550. 32923X
  39551. Sept 9
  39552. q--set theItem to choose file -- uncomment to test in an AS editor
  39553.     tell application "Finder"
  39554.         open item "Dev.CD Sept 92
  39555. Dev.CD Aug 92"
  39556.         activate
  39557.     end tell
  39558. on error errMsg number errNum
  39559.     --enter statements to perform when no records are found such as...
  39560.     display dialog "Sorry, the item you selected could not be found."
  39561.     return
  39562. end try
  39563. sizes
  39564. skills
  39565. skipped
  39566. slated
  39567. slave
  39568. slaving
  39569. sleep
  39570. sleuthing
  39571. slimfunctions
  39572. sample
  39573. application
  39574. source
  39575. showing
  39576. common
  39577. slots
  39578. slots
  39579. application
  39580. allows
  39581. declaration
  39582. slotvinstall
  39583. slower
  39584. small
  39585. smalldaemon
  39586. smaller
  39587. smallest
  39588. smart
  39589. develop
  39590. magazine
  39591. summary
  39592. prgram
  39593. guide
  39594. macintosh
  39595. power
  39596. qwertytunes
  39597. qwertytunes
  39598. filing
  39599. qwertytunes
  39600. filing
  39601. qwertytunes
  39602. optimization
  39603. buffered
  39604. system
  39605. cache
  39606. cacheline
  39607. optimization
  39608. power
  39609. macintosh
  39610. powerpc
  39611. toolbox
  39612. optimizing
  39613. option
  39614. ordered
  39615. update
  39616. image
  39617. otgetuserportnamefro
  39618. otlifo
  39619. otlink
  39620. otlookup
  39621. otoptionmanagment
  39622. ottcpwilldial
  39623. override
  39624. override
  39625. quickdraw
  39626. table
  39627. resource
  39628. packages
  39629. palette
  39630. palette
  39631. color
  39632. depth
  39633. batch
  39634. processing
  39635. optimizing
  39636. conditio
  39637. pan/tilt
  39638. panel
  39639. pascal
  39640. passphrase
  39641. password
  39642. patch
  39643. pbclock
  39644. location
  39645. manager
  39646. eject
  39647. action
  39648. module
  39649. driver
  39650. loader
  39651. pci-pci
  39652. pcmcia
  39653. performanceQ
  39654. performance
  39655. analysis
  39656. wide-angle
  39657. widely
  39658. wildcard
  39659. wilderness
  39660. Wents@
  39661. reports@
  39662. communications
  39663. toolbox@
  39664. counters@
  39665. depth@
  39666. editor@
  39667. emulator@
  39668. filetool@
  39669. halftone@
  39670. imagewriter@
  39671. index@
  39672. laserwriter
  39673. driver
  39674. printer
  39675. 8.5.1@
  39676. scrolling@
  39677. localization@
  39678. location@
  39679. miss@
  39680. turn just the text that a user would see viewing the document.  For the above example, 
  39681. This is a sample document.
  39682.  would be the only text that is indexed.   
  39683. Text Extractors can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  39684.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  39685. PDF Text Extractor
  39686.  to index and summarize PDF files.  
  39687. J.DemoExtractor
  39688. Headers
  39689. Text Extractors Plug-insK
  39690. Oct 99M
  39691. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Jan 00 SDK1
  39692.  - Development Kits
  39693.  - Mac OS
  39694.  - Find By Content (FBC) Extractorwrite them yourself in an hour or so 
  39695.  but what if you don
  39696. t have that much time...
  39697. Features:  MPW scripts for Read/Write long, Read/Write byte, and to pattern test an address range. 
  39698. e    No Change
  39699. 6MCSystem 7.0 or later, takes advantage of Sound Manager 3.0 or later.NAsound, memory, dialogs, windows, resources, files, user interface
  39700. --set theItem to choose file -- uncomment to test in an AS editor
  39701.     tell application "Finder"
  39702.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:macosx:"
  39703.         activate
  39704.     end tell
  39705. on error errMsg number errNum
  39706.     --enter statements to perform when no records are found such as...
  39707.     display dialog "Sorry, the item you selected could not be found."
  39708.     return
  39709. end try
  39710. t Support Library.
  39711. MenuScripter 4.0:  The purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  39712. MoreFinderEvents:  The AppleEvents API is icky and you probably don't relish the idea of developing an int
  39713. imate relationship with it. And you don't feel your application should yet require the scriptable Finder, which first shipped in System 7.5. Yet you still want to make Finder do backflips and cartwheels. Enter MoreFinderEvents. This package provides you with a painless API for sending some of the more simple forms of the FinderEvents, which have been with us since System 7.0.0. With this API you can copy a file or open a control panel or empty the trash or any of several other things usual
  39714. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  39715. HTML Text Extractor
  39716.  and 
  39717. PDF Text Extractor
  39718. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  39719. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  39720. example, consider the following HTML file:
  39721. <HTML>
  39722. <BODY>
  39723. This is a sample document.
  39724. </BODY>
  39725. </HTML>
  39726. Without knowing the HTML format, every word above would get indexed, so searching for 
  39727.  in Find by Content would find the above document, but when a user opened the file in her web browser, she would not see 
  39728. .  Similarly, summarizing a HTML document would show HTML Tags in the summary.
  39729. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  39730. r--set theItem to choose file -- uncomment to test in an AS editor
  39731.     tell application "Finder"
  39732.         open item "Dev.CD Feb 00 TC:Sample Code:"
  39733.         activate
  39734.     end tell
  39735. on error errMsg number errNum
  39736.     --enter statements to perform when no records are found such as...
  39737.     display dialog "Sorry, the item you selected could not be found."
  39738.     return
  39739. end try
  39740. developing
  39741. drivers
  39742. sometimes
  39743. resedit
  39744. whenever
  39745. where
  39746. Nov 94M
  39747. System 7.0 or laterNCFile System Manager, FSM, External File System, Foreign File SystemO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:File System Manager:PGDev.CD Jan 00 SDK1
  39748.  - Development Kits
  39749.  - Mac OS
  39750.  - File System Manager  activate
  39751.     end tell
  39752. on error errMsg number errNum
  39753.     --enter statements to perform when no records are found such as...
  39754.     display dialog "Sorry, the item you selected could not be found."
  39755.     return
  39756. end try
  39757. e    No Changef
  39758. HyperCard
  39759. updateq
  39760. Dev.CD Mar 00 RL Disk 1
  39761. D!All Packages
  39762. Tool Chest Edition
  39763. HyperCard Instance Variables
  39764. 32304X
  39765. Jan 00^
  39766. --set theItem to choose file -- uncomment to test in an AS editor
  39767.     tell application "Finder"
  39768.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:"
  39769.         activate
  39770.     end tell
  39771. on error errMsg number errNum
  39772.     --enter statements to perform when no records are found such as...
  39773.     display dialog "Sorry, the item you selected could not be found."
  39774.     return
  39775. end try
  39776. e    No Changef)Sherlock
  39777. Find By Content
  39778. Extractor
  39779. Searchq
  39780. Dev.CD Jan 00 SDK1
  39781. D!All Packages
  39782. Tool Chest Edition
  39783. FinderDragPro
  39784. Sample file illustrating drag and drop techniques for use with file system objects.  This file illustrates how applications can use drag and drop commands in a way compatible with current and past versions of the Finder.
  39785. illustrates how to do translucent drag and drop for icons, drag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  39786. J+Documentation
  39787. File System Manager
  39788. LibrariesperCard 2.4K
  39789. Sep 97L
  39790. Jul 98N
  39791. HyperCard, 2.4, updateOIDev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Updater 2.4:PQDev.CD Mar 00 RL Disk 1
  39792.  - Utilities
  39793.  - HyperCard Player
  39794.  - HyperCard Updater 2.4
  39795. system
  39796. samples
  39797. system
  39798. tune-up
  39799. system
  39800. system
  39801. system
  39802. update
  39803. system
  39804. update
  39805. system
  39806. 7.5.5
  39807. update
  39808. system
  39809. enabler
  39810. system
  39811. enabler
  39812. system
  39813. enabler
  39814. centris/quadra
  39815. system
  39816. enabler
  39817. 32303X
  39818. Jan 00^
  39819. --set theItem to choose file -- uncomment to test in an AS editor
  39820.     tell application "Finder"
  39821.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:File System Manager:"
  39822.         activate
  39823.     end tell
  39824. on error errMsg number errNum
  39825.     --enter statements to perform when no records are found such as...
  39826.     display dialog "Sorry, the item you selected could not be found."
  39827.     return
  39828. end try
  39829. e    No Changef@File System Manager
  39830. External File System
  39831. Foreign File Systemq
  39832. Dev.CD Jan 00 SDK1
  39833. D!All Packages
  39834. Mac OS SDK Edition
  39835. Find By Content (FBC) Extractor
  39836. 30452X
  39837. Summary:  The File System Manager provides a systematic way for one or more foreign file systems to interact with the Macintosh file system using high-level language interface.
  39838. Features:
  39839.  File System Manager -- A system extension which implements version 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  39840.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  39841.  FSM.h. FSM.p and FSM.a -- The Universal Inte
  39842. rface files for the File System Manager. This version of the interface files was built to work with the Universal Interfaces 2.0a1 from ETO #15, MPW prerelease. However, for 68K development, FSM.h works perfectly with the current release of Universal Interfaces on ETO #15.
  39843.  Guide - File System Manager -- The documentation for the File System Manager in Apple DocViewer format.
  39844. Issues:  The File System Manager extension may be licensed for distribution from Apple Software Licensing.
  39845. TypeServicesForUnicode is a sample application, provided with its source code files, which illustrate the new Apple Type Services for Unicode Imaging (ATSUI) technology introduced in Mac OS
  39846.  8.5.
  39847. The provided examples go from very simple to rather complex in increasing order of difficulty.
  39848. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  39849. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  39850. onal justification, etc.
  39851. More ATSUI:
  39852. Read Me, please...
  39853. SampleWindows.cp
  39854. SampleWindows.h
  39855. SomeUnicodeStuff.cp
  39856. SomeUnicodeStuff.h
  39857. TypeServicesForUnicode
  39858. TypeServicesForUnicode.cp
  39859. TypeServicesForUnicode.h
  39860. TypeServicesForUnicode.mcp
  39861. TypeServicesForUnicode.rsrc
  39862. WindowUtilities.cp
  39863. WindowUtilities.h
  39864. Dec 99M
  39865. Mac OS
  39866.  8.5 and laterN=Unicode Imaging Text Type Bi-directional Rotation Double-byteOKDev.CD Mar 00 RL Disk 1:What's New:Sample Code:Text:TypeServicesForUnicode:
  39867. IMPORTANT INFO ABOUT SOUND MANAGER
  39868. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  39869. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  39870. http://www.apple.com/store
  39871. To get started,  you can go to the DeveloB
  39872. pers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  39873. http://www.apple.com/quicktime/developers
  39874. JpCheck the QuickTime 3 SDK
  39875. folder for more information
  39876. integrated with QuickTime.
  39877. The Sound Manager is now fullyK
  39878. Sep 93L
  39879. Oct 98O9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Sound Manager:PADev.CD Jan 00 SDK1
  39880.  - Development Kits
  39881.  - Mac OS
  39882.  - Sound Managern
  39883. summary
  39884. allows
  39885. several
  39886. attrib
  39887. Apple Workgroup Server 9650/350 Developer Note
  39888. Describes the specific hardware features of the Workgroup Server 9650/350 that differ from its predecessor the Workgroup Server 9650/233. It also defines the disk drive and PCI card configuration installed in the server and provides guidelines for adding additional storage devices on the internal SCSI bus. It is intended to provide experienced Macintosh hardware and software developers with general information about the product. 
  39889. J/Workgroup Server 9150
  39890. Workgroup_Server_9650.pdfK
  39891. Oct 97L
  39892. Oct 97N}Apple servers, 9650/350, Workgroup Server, server, server developer note, 100BaseTx Ethernet, network server, internet serverOADev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:PIDev.CD Mar 98 RL
  39893.  - Technical Documentation
  39894.  - Developer Notes
  39895.  - Servers
  39896. worldscr@
  39897. summary
  39898. xcmds
  39899. xfcns
  39900. perform
  39901. QuickTime VR
  39902. IMPORTANT INFO ABOUT QUICKTIME VR
  39903. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  39904. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  39905. http://www.apple.com/store
  39906. To get started,  you can go to the DevelopW
  39907. tablet
  39908. tanzania
  39909. tanzania
  39910. zanzibar
  39911. starmax
  39912. firmware
  39913. tasking
  39914. tasks
  39915. tcp/ip
  39916. tcp/ip
  39917. appletalk
  39918. reconfiguration
  39919. network
  39920. setup
  39921. ottcpwilldial
  39922. virtual
  39923. external
  39924. toolbox
  39925. toolkit
  39926. tools
  39927. traditional
  39928. translation
  39929. translation
  39930. macintosh
  39931. translator
  39932. sysconfig
  39933. sysconfig
  39934. 1.5b16
  39935. sysenv
  39936. sysenv
  39937. 1.0d13
  39938. system
  39939. system
  39940. related
  39941. system
  39942. additions
  39943. system
  39944. folder
  39945. items
  39946. system
  39947. picker
  39948. systemfolder
  39949. systemfolder
  39950. t-italian
  39951. ta-tradchinese
  39952. tabloid
  39953. tabloid
  39954. target
  39955. tccalc
  39956. target
  39957. testbanks
  39958. testbanks
  39959. testing
  39960. testmagic
  39961. testmagic
  39962. tests
  39963. testvrmedia
  39964. testvrmedia
  39965. extractors
  39966. plug-ins
  39967. textchanger
  39968. textchanger
  39969. 2.0.1
  39970. sighyper
  39971. hytime
  39972. themes
  39973. timecode
  39974. timeslaving
  39975. title
  39976. duplication
  39977. dynamic
  39978. dynamic
  39979. linking
  39980. dynamic
  39981. scrolling
  39982. protocol
  39983. editing
  39984. editor
  39985. effects
  39986. eject
  39987. electronics
  39988. elements
  39989. email
  39990. embed
  39991. ties of HyperCard, you can purchase the HyperCard Development Kit through an authorized Apple dealer.  The HyperCard Development Kit contains the HyperCard software, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  39992. J=Addresses
  39993. Audio Help
  39994. HyperCard Player
  39995. What is HyperCard?K
  39996. Feb 92L
  39997. Jul 98N
  39998. HyperCard Player, stacksOHDev.CD Mar 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Mar 00 RL Disk 1
  39999.  - Utilities
  40000.  - HyperCard Player
  40001.  - HyperCard Player 2.4
  40002. Dev.CD Feb 00 TC
  40003.  - Sample CodeV
  40004. 32870X
  40005. Feb 00^
  40006. r--set theItem to choose file -- uncomment to test in an AS editor
  40007.     tell application "Finder"
  40008.         open item "Dev.CD Feb 00 TC:Sample Code:"
  40009.         activate
  40010.     end tell
  40011. on error errMsg number errNum
  40012.     --enter statements to perform when no records are found such as...
  40013.     display dialog "Sorry, the item you selected could not be found."
  40014.     return
  40015. end try
  40016. e    No Changeq
  40017. Dev.CD Feb 00 TC
  40018. "D!All Packages
  40019. Tool Chest Edition
  40020. F(Snippets - Development Tools & Languages
  40021. balloonyres
  40022. balloonyres
  40023. barnesandnoble
  40024. barnesandnoble
  40025. basic
  40026. basic
  40027. connectivity
  40028. 1.1.1
  40029. bbedit
  40030. bbedit
  40031. extensions
  40032. bbedit
  40033. bbedit
  40034. quickstart
  40035. before
  40036. begin
  40037. benelux
  40038. benelux
  40039. distributors/localiz
  40040. betabase
  40041. betabase
  40042. bigeasy2
  40043. bigeasy2
  40044. bigeasy2
  40045. All Packages
  40046. F    QuickTimeO
  40047. Dev.CD Jan 94P
  40048. Dev.CD Jan 9V
  40049. 32740X
  40050. Jan 94
  40051. b--set theItem to choose file -- uncomment to test in an AS editor
  40052.     tell application "Finder"
  40053.         open item "Dev.CD Jan 94"
  40054.         activate
  40055.     end tell
  40056. on error errMsg number errNum
  40057.     --enter statements to perform when no records are found such as...
  40058.     display dialog "Sorry, the item you selected could not be found."
  40059.     return
  40060. end try
  40061. All Packages
  40062. F    QuickTimeO
  40063. Dev.CD Jan 94P
  40064. Dev.CD Jan 9V
  40065. 32741X
  40066. Jan 94
  40067. b--set theItem to choose file -- uncomment to test in an AS editor
  40068.     tell application "Finder"
  40069.         open item "Dev.CD Jan 94"
  40070.         activate
  40071.     end tell
  40072. on error errMsg number errNum
  40073.     --enter statements to perform when no records are found such as...
  40074.     display dialog "Sorry, the item you selected could not be found."
  40075.     return
  40076. end try
  40077. All Packages
  40078. F    QuickTimeO
  40079. Dev.CD Jan 94P
  40080. Dev.CD Jan 9V
  40081. 32742X
  40082. Jan 94
  40083. omisehfsflavor
  40084. EvenBetterBusError init
  40085. Summary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  40086. General tools.imgK
  40087. Vol XO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  40088.  - Tool Chest
  40089.  - Testing & Debugging
  40090.  - General toolsV
  40091. 32301X
  40092. Feb 00^
  40093. --set theItem to choose file -- uncomment to test in an AS editor
  40094.     tell application "Finder"
  40095.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  40096.         activate
  40097.     end tell
  40098. on error errMsg number errNum
  40099.     --enter statements to perform when no records are found such as...
  40100.     display dialog "Sorry, the item you selected could not be found."
  40101.     return
  40102. end try
  40103. e    No Changeq
  40104. Dev.CD Feb 00 TC
  40105. D!All Packages
  40106. Tool Chest Edition
  40107. File Synchronization 1.1
  40108. The File Synchronization Control Panel allows you to set up and manage multiple copies of files in different folders.  For example, if you maintain files on a mobile computer and copy those files to a desktop computer, this control panel may be useful to you.
  40109. Will automatically copy more recent files based on modification date, can display what would copy without actually copying it, and can run automatically or under user control.
  40110. Issues: Tool for Developer use. Not for distribution.
  40111. JJ68K
  40112. File Sync 1.1 Developer Read Me
  40113. File Synchronization Guide
  40114. PowerPCK
  40115. Dec 97M"Designed for any MacOS 8 computer.NRfile, synchronization, sync, backup, assistant, folder, duplication, control panelOIDev.CD Feb 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:PQDev.CD Feb 00 TC
  40116.  - Tool Chest
  40117.  - Developer Utilities
  40118.  - File Synchronization 1.1RDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:
  40119. 32302X
  40120. Feb 00^
  40121. --set theItem to choose file -- uncomment to test in an AS editor
  40122.     tell application "Finder"
  40123.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:"
  40124.         activate
  40125.     end tell
  40126. on error errMsg number errNum
  40127.     --enter statements to perform when no records are found such as...
  40128.     display dialog "Sorry, the item you selected could not be found."
  40129.     return
  40130. end try
  40131. e    No ChangefKfile
  40132. synchronization
  40133. backup
  40134. assistant
  40135. folder
  40136. duplication
  40137. control panelq
  40138. Dev.CD Feb 00 TC
  40139. D!All Packages
  40140. Mac OS SDK Edition
  40141. File System Manager
  40142. antlr
  40143. appearance
  40144. appearance
  40145. manager
  40146. appearance
  40147. append
  40148. appkit
  40149. appkit
  40150. reference
  40151. apple
  40152. apple
  40153. advanced
  40154. typography
  40155. apple
  40156. detectors
  40157. apple
  40158. developer
  40159. apple
  40160. event
  40161. apple
  40162. event
  40163. folder
  40164. actions
  40165. apple
  40166. event
  40167. server
  40168. apple
  40169. events
  40170. apple
  40171. events
  40172. spell
  40173. grammar
  40174. writeswell
  40175. spellswell
  40176. working
  40177. apple
  40178. guide
  40179. apple
  40180. apple
  40181. media
  40182. conference
  40183. apple
  40184. apple
  40185. apple
  40186. servers
  40187. apple
  40188. shared
  40189. library
  40190. manager
  40191. apple
  40192. system
  40193. apple
  40194. services
  40195. unicode
  40196. imaging
  40197. appleevent
  40198. appleevents
  40199. appleglot
  40200. appleglot
  40201. localization
  40202. internationalization
  40203. translation
  40204. unmountprojector@
  40205. urlaccesslib
  40206. utilities@
  40207. versions@
  40208. webobjectsandjava@
  40209. windows@
  40210. windows
  40211. sample
  40212. with@
  40213. services
  40214. specification@
  40215. writeswell
  40216. viii@
  40217. 1.4f3@
  40218. debabelizer@
  40219. delivery@
  40220. demonstrating@
  40221. designing@
  40222. detective@
  40223. developer's@
  40224. developers@
  40225. developments@
  40226. dialogs@
  40227. digital@
  40228. disk@
  40229. dithering@
  40230. documents@
  40231. docviewer@
  40232. dramatic@
  40233. easing@
  40234. editions@
  40235. effort@
  40236. enabling@
  40237. enhancements@
  40238. environments@
  40239. example@
  40240. executing@
  40241. exploring@
  40242. fall@
  40243. features@
  40244. e    No Changef
  40245. QuickTime
  40246. Dev.CD Feb 00 TC
  40247. D!All Packages
  40248. Tool Chest Edition
  40249. SGCapture2DiskI
  40250. This code shows how to use the SGDrawable class to display video within a QTCanvas. It also shows how to use the Sequence Grabber to capture a the incoming video to a movie file.J-README.txt
  40251. sg.bat
  40252. SGCapture
  40253. SGCapture.zip
  40254. Feb 00
  40255. - Common
  40256.     - Sun Compliant Java Runtime Environment 1.1
  40257.     - QuickTime 3 
  40258.     - QTJava.zip
  40259.     - QTJava media samples
  40260. - Mac OS:
  40261.     - System 8 or later
  40262.     - Macintosh Runtime for Java (MRJ) 2.1
  40263. - Windows 95, 98, or NT::
  40264.     - JRE/JDK from Sun Microsystems, Inc. recommended
  40265. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SGCapture:P^Dev.CD Feb 00 TC
  40266.  - What's New?
  40267.  - Sample Code
  40268.  - QuickTime
  40269.  - QuickTime for Java
  40270.  - SGCaptureV
  40271. 32855X
  40272. Feb 00^
  40273. e    No Changef
  40274. QuickTime
  40275. Dev.CD Feb 00 TC
  40276. D!All Packages
  40277. Tool Chest Edition
  40278. Sherlock Plug-ins
  40279. Search Internet
  40280.  feature in the Sherlock application allows users to perform Internet searches using one or more Internet search engines. Each search engine Sherlock uses is represented by a plug-in file that describes the formats the engine expects
  40281.  for queries and produces in its responses. These files are stored in the Internet Search Sites folder in the System Folder. 
  40282. Developers can create a new plug-in to add a search engine to Sherlock
  40283. s repertoire if they know how to interpreW
  40284. Slot, Slot Manager, Slot Mgr., Declaration, ROM, configuration, configuration ROM, NuBus, CRC,  CRCPatch, CRCCalc, Data, tjs commOPDev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:P[Dev.CD Feb 00 TC
  40285.  - Tool Chest
  40286.  - Devices
  40287.  - NuBus/Slot Manager
  40288.  - ROM Build/Download 3.2.4V
  40289. 32821X
  40290. Feb 00^
  40291. --set theItem to choose file -- uncomment to test in an AS editor
  40292.     tell application "Finder"
  40293.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:"
  40294.         activate
  40295.     end tell
  40296. on error errMsg number errNum
  40297.     --enter statements to perform when no records are found such as...
  40298.     display dialog "Sorry, the item you selected could not be found."
  40299.     return
  40300. end try
  40301. e    No ChangefuSlot
  40302. Slot Manager
  40303. Slot Mgr.
  40304. Declaration
  40305. configuration
  40306. configuration ROM
  40307. NuBus
  40308.  CRCPatch
  40309. CRCCalc
  40310. tjs commq
  40311. Dev.CD Feb 00 TC
  40312. D!All Packages
  40313. Tool Chest Edition
  40314. Sad Mac Error Codes 1.1h
  40315. coachmarks
  40316. 32778X
  40317. Jul 93
  40318. b--set theItem to choose file -- uncomment to test in an AS editor
  40319.     tell application "Finder"
  40320.         open item "Dev.CD Jul 93"
  40321.         activate
  40322.     end tell
  40323. on error errMsg number errNum
  40324.     --enter statements to perform when no records are found such as...
  40325.     display dialog "Sorry, the item you selected could not be found."
  40326.     return
  40327. end try
  40328. All Packages
  40329. F    QuickTimeO
  40330. Dev.CD Jul 93P
  40331. Dev.CD Jul 9V
  40332. 32779X
  40333. Jul 93
  40334. b--set theItem to choose file -- uncomment to test in an AS editor
  40335.     tell application "Finder"
  40336.         open item "Dev.CD Jul 93"
  40337.         activate
  40338.     end tell
  40339. on error errMsg number errNum
  40340.     --enter statements to perform when no records are found such as...
  40341.     display dialog "Sorry, the item you selected could not be found."
  40342.     return
  40343. end try
  40344. All Packages
  40345. F    QuickTimeO
  40346. Dev.CD Jul 93
  40347. Dev.CD Apr 93P
  40348. Dev.CD Jul 93
  40349. Dev.CD Apr 9V
  40350. 32780X
  40351. Jul 93
  40352. documentation
  40353. doubletrouble
  40354. doubletrouble
  40355.  ICC Profiles DocsV
  40356. 30454X
  40357. Jan 00^
  40358. --set theItem to choose file -- uncomment to test in an AS editor
  40359.     tell application "Finder"
  40360.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:"
  40361.         activate
  40362.     end tell
  40363. on error errMsg number errNum
  40364.     --enter statements to perform when no records are found such as...
  40365.     display dialog "Sorry, the item you selected could not be found."
  40366.     return
  40367. end try
  40368. e    No Changef#ColorSync
  40369. Profile Specificationq
  40370. Dev.CD Jan 00 SDK1
  40371. D!All Packages
  40372. Tool Chest Edition
  40373. Imran's Virtual KeycodesItSummary: This document shows how raw keycodes map to virtual keycodes on various keyboards.
  40374. It is an MPW text file. JFImran's READ ME
  40375. Imran's READ ME.txt
  40376. KCHR mappings
  40377. Virtual Keycode diffK
  40378. Vol VL
  40379. Vol VIInge
  40380. --set theItem to choose file -- uncomment to test in an AS editor
  40381.     tell application "Finder"
  40382.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:"
  40383.         activate
  40384.     end tell
  40385. on error errMsg number errNum
  40386.     --enter statements to perform when no records are found such as...
  40387.     display dialog "Sorry, the item you selected could not be found."
  40388.     return
  40389. end try
  40390. rMsg number errNum
  40391.     --enter statements to perform when no records are found such as...
  40392.     display dialog "Sorry, the item you selected could not be found."
  40393.     return
  40394. end try
  40395. e    No Changeq
  40396. Dev.CD Feb 00 TC
  40397. In Use
  40398. Summary: In Use is an INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  40399.  drives.
  40400. Vol III
  40401. Feb 00^
  40402. --set theItem to choose file -- uncomment to test in an AS editor
  40403.     tell application "Finder"
  40404.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:In Use:"
  40405.         activate
  40406.     end tell
  40407. on error errMsg number errNum
  40408.     --enter statements to perform when no records are found such as...
  40409.     display dialog "Sorry, the item you selected could not be found."
  40410.     return
  40411. end try
  40412. e    No Changeq
  40413. Dev.CD Feb 00 TC
  40414. All Packages
  40415. Indian Language KitO
  40416. Dev.CD May 97 TCP
  40417. Dev.CD May 97 TV
  40418. 30457X
  40419. May 97
  40420. e--set theItem to choose file -- uncomment to test in an AS editor
  40421.     tell application "Finder"
  40422.         open item "Dev.CD May 97 TC"
  40423.         activate
  40424.     end tell
  40425. on error errMsg number errNum
  40426.     --enter statements to perform when no records are found such as...
  40427.     display dialog "Sorry, the item you selected could not be found."
  40428.     return
  40429. end try
  40430. D!All Packages
  40431. Tool Chest Edition
  40432. Indian Language Kit 1.0
  40433. beginning
  40434. behalf
  40435. behave
  40436. behavior
  40437. behaviors
  40438. behaviour
  40439. being
  40440. beings
  40441. believe
  40442. belly
  40443. belong
  40444. belongs
  40445. below
  40446. bending
  40447. beneath
  40448. benefit
  40449. benefits
  40450. benign
  40451. berdahl
  40452. berkeley
  40453. berkowitz
  40454. least
  40455. leave
  40456. leaving
  40457. ledapp
  40458. legacy
  40459. legal
  40460. length
  40461. lesser
  40462. lessons
  40463. levels
  40464. lexical
  40465. lexicon
  40466. libraries
  40467. libraryQ
  40468. licenced
  40469. license
  40470. licensed
  40471. licenses
  40472. licensing
  40473. light
  40474. light-weight
  40475. lighter
  40476. e    No Changeq
  40477. Dev.CD May 98 TC
  40478. D!All Packages
  40479. Tool Chest Edition
  40480. ary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  40481. General tools.imgK
  40482. Vol XO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  40483.  - Tool Chest
  40484.  - Testing & Debugging
  40485.  - General toolsV
  40486. 32301X
  40487. Feb 00^
  40488. --set theItem to choose file -- uncomment to test in an AS editor
  40489.     tell application "Finder"
  40490.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  40491.         activate
  40492.     end tell
  40493. on error errMsg number errNum
  40494.     --enter statements to perform when no records are found such as...
  40495.     display dialog "Sorry, the item you selected could not be found."
  40496.     return
  40497. end try
  40498. e    No Changeq
  40499. Dev.CD Feb 00 TC
  40500. ev.CD Feb 00 TC
  40501. Jun 97
  40502. f--set theItem to choose file -- uncomment to test in an AS editor
  40503.     tell application "Finder"
  40504.         open item "Dev.CD Jun 97 SSW"
  40505.         activate
  40506.     end tell
  40507. on error errMsg number errNum
  40508.     --enter statements to perform when no records are found such as...
  40509.     display dialog "Sorry, the item you selected could not be found."
  40510.     return
  40511. end try
  40512. All Packages
  40513. F    QuickTimeO
  40514. Dev.CD Jun 97 SSWP
  40515. Dev.CD Jun 97 SSV
  40516. 32797X
  40517. Jun 97
  40518. f--set theItem to choose file -- uncomment to test in an AS editor
  40519.     tell application "Finder"
  40520.         open item "Dev.CD Jun 97 SSW"
  40521.         activate
  40522.     end tell
  40523. on error errMsg number errNum
  40524.     --enter statements to perform when no records are found such as...
  40525.     display dialog "Sorry, the item you selected could not be found."
  40526.     return
  40527. end try
  40528. All Packages
  40529. F    QuickTimeO
  40530. Dev.CD Jun 97 SSWP
  40531. Dev.CD Jun 97 SSV
  40532. 32798X
  40533. Jun 97
  40534. Debug Extensions:
  40535. Documentation:
  40536. Mac Interfaces:
  40537. Mac SampleCode New for 1.6:
  40538. Mac SampleCode Previous:
  40539. Release Extensions:
  40540. Release Installer:
  40541. Stub Libraries:
  40542. Unsupported Libraries:K
  40543. Jun 95L
  40544. Jul 99M'PowerPC CPUs with system 7.5 or greaterN
  40545. QD3D 1.6O?Dev.CD Oct 99 SDK1:Development Kits:Mac OS:QuickDraw3D 1.6 SDK:PGDev.CD Oct 99 SDK1
  40546.  - Development Kits
  40547.  - Mac OS
  40548.  - QuickDraw3D 1.6 SDKV
  40549. 32712X
  40550. Oct 99^
  40551. --set theItem to choose file -- uncomment to test in an AS editor
  40552.     tell application "Finder"
  40553.         open item "Dev.CD Oct 99 SDK1:Development Kits:Mac OS:QuickDraw3D 1.6 SDK:"
  40554.         activate
  40555.     end tell
  40556. on error errMsg number errNum
  40557.     --enter statements to perform when no records are found such as...
  40558.     display dialog "Sorry, the item you selected could not be found."
  40559.     return
  40560. end try
  40561. Deletedf
  40562. QD3D 1.6q
  40563. Dev.CD Oct 99 SDK1
  40564. D!All Packages
  40565. Mac OS SDK Edition
  40566. QuickTake Digital CameraICSummary:  This SDK will support the QuickTake 150 or QuickTake 100.d
  40567. powerbookg3series
  40568. powerbookg3series
  40569. powermac
  40570. powermac
  40571. stuff
  40572. powerpc
  40573. powerplant
  40574. ppclist
  40575. ppclist
  40576. ppcnumerics
  40577. ppcsoftware
  40578. pre-asip
  40579. pre-release
  40580. pre-release
  40581. prebuilt
  40582. preferences
  40583. prefix
  40584. prefs
  40585. prefs
  40586. system
  40587. previous
  40588. primer
  40589. print
  40590. print
  40591. total
  40592. pages
  40593. print2
  40594. printaetypes
  40595. printaetypes
  40596. printing
  40597. printondemand
  40598. printondemand
  40599. printpict
  40600. printpict
  40601. printpictlist
  40602. printpictlist
  40603. privileges
  40604. privileges
  40605. process
  40606. processes
  40607. guide
  40608. projectfolders
  40609. projectmenu
  40610. projects
  40611. projectxplugin68k
  40612. projectxplugin68knfp
  40613. projectxpluginppc
  40614. projlistmenu
  40615. proto
  40616. proto
  40617. e    No Changef
  40618. EOModeler
  40619. databaseq
  40620. Dev.CD Mar 00 RL Disk 1
  40621. D!All Packages
  40622. Tool Chest Edition
  40623. F"European Distributors & LocalizersIYSummary: This folder contains a list of European Distributors and Localization Companies.
  40624. sBenelux*distributors/localizers
  40625. Denmark*distributors/localizers
  40626. Finland*distributors/localizers
  40627. France*distributors/localizers
  40628. Germany*distributors/localizers
  40629. IEA*distributors/localizers
  40630. Italy*distributors/localizers
  40631. Norway*distributors/localizers
  40632. Spain*distributors/localizers
  40633. Sweden*distributors/localizers
  40634. Switz.*distributors/localizers
  40635. UK/EIRE*distributors/localizers
  40636. Jul 94M
  40637. Adobe Acrobat Reader.O`Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:PhDev.CD May 98 TC
  40638.  - Programs & Marketing
  40639.  - Market & Distribution Guides
  40640.  - Euro Distributors/LocalizersV
  40641. 32300X
  40642. May 98^
  40643. #ography features supported by Apple QuickDraw GX technology.
  40644. The kit comes with a selection of keyboard layouts accompanied by a r
  40645. 9ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundRecord:P`Dev.CD Feb 00 TC
  40646.  - What's New?
  40647.  - Sample Code
  40648.  - QuickTime
  40649.  - QuickTime for Java
  40650.  - SoundRecordV
  40651. 32894X
  40652. Feb 00^
  40653. --set theItem to choose file -- uncomment to test in an AS editor
  40654.     tell application "Finder"
  40655.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundRecord:"
  40656.         activate
  40657.     end tell
  40658. on error errMsg number errNum
  40659.     --enter statements to perform when no records are found such as...
  40660.     display dialog "Sorry, the item you selected could not be found."
  40661.     return
  40662. end try
  40663. e    No Changef
  40664. QuickTime
  40665. Dev.CD Feb 00 TC
  40666. :D!All Packages
  40667. Tool Chest Edition
  40668. SoundSprocketTestI
  40669. This sample is a demonstration and test of the SoundSprocket API with QuickDraw 3D.  If allows the user to config various options of SoundSprocket to show how effects work and their interactions.
  40670. 1e    No Change
  40671. Save Print Record:  Walks you through the style and job dialogs to create a print record ready-to-print-with, and then saves it to a resource file with resource type 'YO!!' and ID 128.  The first step towards saving print records for multiple printers.
  40672. Scalable PostScript PICT:  Shows how you can use the PostScript clip in combination with the QuickDraw clipping region to make PostScript code that scales at run-time.  Has some limitations, but a useful technique.
  40673. SetPDiMC:  This MPW toolG
  40674.  sets the 
  40675. Printer Driver Is MultiFinder Compatible
  40676.  flag (see 
  40677. Learning to Drive
  40678.  on the Developer Essentials disc).
  40679. Stylemap:  Yet another code illustration for the Q&A on "intrinsic styles of a PostScript font" in d e v e l o p, Summer 1991.
  40680. J'Sample Code.img
  40681. Windows Sample Code.imgK
  40682. Nov 94L
  40683. Nov 96O
  40684. Dev.CD Feb 00 TC:Sample Code:P
  40685. Dev.CD Feb 00 TC
  40686.  - Sample Codecal
  40687. typically
  40688. typing
  40689. typist
  40690. typographic
  40691. typography
  40692. modeled
  40693. modeless
  40694. modeling
  40695. models
  40696. modem
  40697. moderate
  40698. moderated
  40699. moderm
  40700. modern
  40701. Dev.CD Feb 00 TC:Sample Code:P
  40702. Dev.CD Feb 00 TC
  40703.  - Sample CodeV
  40704. 30459X
  40705. Feb 00^
  40706. r--set theItem to choose file -- uncomment to test in an AS editor
  40707.     tell application "Finder"
  40708.         open item "Dev.CD Feb 00 TC:Sample Code:"
  40709.         activate
  40710.     end tell
  40711. on error errMsg number errNum
  40712.     --enter statements to perform when no records are found such as...
  40713.     display dialog "Sorry, the item you selected could not be found."
  40714.     return
  40715. end try
  40716. Movedf=TSMTE
  40717. TextEdit
  40718. inline input
  40719. Japanese
  40720. internationalizationq
  40721. Dev.CD Feb 00 TC
  40722. D(All Packages
  40723. Reference Library Edition
  40724. Inside Macintosh - QuickDraw GX
  40725. ~--set theItem to choose file -- uncomment to test in an AS editor
  40726.     tell application "Finder"
  40727.         open item "Dev.CD Apr 94
  40728. Dev.CD Jan 94
  40729. Dev.CD Oct 93"
  40730.         activate
  40731.     end tell
  40732. on error errMsg number errNum
  40733.     --enter statements to perform when no records are found such as...
  40734.     display dialog "Sorry, the item you selected could not be found."
  40735.     return
  40736. end try
  40737. insidemac
  40738. typechar
  40739. typed
  40740. typeintltext
  40741. types
  40742. typeservicesforunico
  40743. typeservicesforunico
  40744. sample
  40745. application
  40746. provided
  40747. typical
  40748. typically
  40749. typing
  40750. typist
  40751. typographic
  40752. typography
  40753. ucgetcharproperty
  40754. udpsample
  40755. ufailure
  40756. library
  40757. ukrainian
  40758. ukranian
  40759. ultimate
  40760. ultimately
  40761. un/mount
  40762. unable
  40763. unaffected
  40764. unbeknownst
  40765. unbound
  40766. unclear
  40767. uncompiled
  40768. uncompressed
  40769. unconditionally
  40770. under
  40771. --set theItem to choose file -- uncomment to test in an AS editor
  40772.     tell application "Finder"
  40773.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:"
  40774.         activate
  40775.     end tell
  40776. on error errMsg number errNum
  40777.     --enter statements to perform when no records are found such as...
  40778.     display dialog "Sorry, the item you selected could not be found."
  40779.     return
  40780. end try
  40781. ev.CD Dec 99 RL
  40782. D!All Packages
  40783. Mac OS SDK Edition
  40784. Installer SDK 1.2.3
  40785. --set theItem to choose file -- uncomment to test in an AS editor
  40786.     tell application "Finder"
  40787.         open item "Dev.CD Mar 00 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:"
  40788.         activate
  40789.     end tell
  40790. on error errMsg number errNum
  40791.     --enter statements to perform when no records are found such as...
  40792.     display dialog "Sorry, the item you selected could not be found."
  40793.     return
  40794. end try
  40795.  the key elements of QuickDraw GX programs a
  40796. nd then moves on to illustrate these features using practical programming examples.
  40797. QuickDraw GX Environment & Utilities
  40798. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  40799. QuickDraw GX Graphics
  40800. This book shows  
  40801. e    No Changef
  40802. PowerBook 1400q
  40803. Dev.CD Mar 00 RL Disk 2
  40804. All Packages
  40805. F    EOModeler
  40806. Learning EOModeler
  40807. Learning how to effectively use the EOModeler application is an essential beginning to the development of any database driven web site. This survival guide explains the most commonly used features and options available in the EOModeler application.
  40808. EOModeler.pdfK
  40809. Jun 99M
  40810. Acrobat Reader 3.0N
  40811. EOModeler, databaseO>Dev.CD Mar 00 RL Disk 1:Interactive Media Resources:EOModeler:PCDev.CD Mar 00 RL Disk 1
  40812.  - Interactive Media Resources
  40813.  - EOModelerV
  40814. 32299X
  40815. Mar 00^    RL Disk 1
  40816. --set theItem to choose file -- uncomment to test in an AS editor
  40817.     tell application "Finder"
  40818.         open item "Dev.CD Mar 00 RL Disk 1:Interactive Media Resources:EOModeler:"
  40819.         activate
  40820.     end tell
  40821. on error errMsg number errNum
  40822.     --enter statements to perform when no records are found such as...
  40823.     display dialog "Sorry, the item you selected could not be found."
  40824.     return
  40825. end try
  40826. Dev.CD Apr 95
  40827. Dev.CD Jan 9V
  40828. 32686X
  40829. Apr 95
  40830. p--set theItem to choose file -- uncomment to test in an AS editor
  40831.     tell application "Finder"
  40832.         open item "Dev.CD Apr 95
  40833. Dev.CD Jan 95"
  40834.         activate
  40835.     end tell
  40836. on error errMsg number errNum
  40837.     --enter statements to perform when no records are found such as...
  40838.     display dialog "Sorry, the item you selected could not be found."
  40839.     return
  40840. end try
  40841. All Packages
  40842. QuickDraw GXO
  40843. Dev.CD Apr 95
  40844. Dev.CD Jan 95P
  40845. Dev.CD Apr 95
  40846. Dev.CD Jan 9V
  40847. 32687X
  40848. Apr 95
  40849. p--set theItem to choose file -- uncomment to test in an AS editor
  40850.     tell application "Finder"
  40851.         open item "Dev.CD Apr 95
  40852. Dev.CD Jan 95"
  40853.         activate
  40854.     end tell
  40855. on error errMsg number errNum
  40856.     --enter statements to perform when no records are found such as...
  40857.     display dialog "Sorry, the item you selected could not be found."
  40858.     return
  40859. end try
  40860. All Packages
  40861. QuickDraw GXO
  40862. Dev.CD Apr 95P
  40863. Dev.CD Apr 9V
  40864. 32688X
  40865. colorsync
  40866. photoshop
  40867. plug-ins
  40868. colorsync
  40869. profile
  40870. rename
  40871. colour
  40872. comet
  40873. communications
  40874. compare
  40875. compiler
  40876. compilers
  40877. component
  40878. component
  40879. compression
  40880. decompression
  40881. compound
  40882. compress
  40883. compression
  40884. computer
  40885. computer
  40886. based
  40887. media
  40888. television
  40889. broadcast
  40890. graphics
  40891. conditional
  40892. conference
  40893. conferencing
  40894. configuration
  40895. connectivity
  40896. ontrols
  40897. conversion
  40898. converter
  40899. coprocessor
  40900. foundation
  40901. overview
  40902. opaque
  40903. types
  40904. reference
  40905. counts
  40906. corners
  40907. countersQ
  40908. counting
  40909. counts
  40910. creator
  40911. creator
  40912. signature
  40913. registration
  40914. cross-platform
  40915. ctabhandle
  40916. cursors
  40917. custom
  40918. cyrillic
  40919. conversion
  40920. apple
  40921. event
  40922. server
  40923. scripting
  40924. database
  40925. database
  40926. Apr 95
  40927. b--set theItem to choose file -- uncomment to test in an AS editor
  40928.     tell application "Finder"
  40929.         open item "Dev.CD Apr 95"
  40930.         activate
  40931.     end tell
  40932. on error errMsg number errNum
  40933.     --enter statements to perform when no records are found such as...
  40934.     display dialog "Sorry, the item you selected could not be found."
  40935.     return
  40936. end try
  40937. All Packages
  40938. QuickDraw GXO
  40939. Dev.CD Apr 95P
  40940. Dev.CD Apr 9V
  40941. 32689X
  40942. Apr 95
  40943. b--set theItem to choose file -- uncomment to test in an AS editor
  40944.     tell application "Finder"
  40945.         open item "Dev.CD Apr 95"
  40946.         activate
  40947.     end tell
  40948. on error errMsg number errNum
  40949.     --enter statements to perform when no records are found such as...
  40950.     display dialog "Sorry, the item you selected could not be found."
  40951.     return
  40952. end try
  40953. All Packages
  40954. QuickDraw GXO
  40955. Dev.CD Aug 93P
  40956. Dev.CD Aug 9V
  40957. 32690X
  40958. Aug 93
  40959. system
  40960. enabler
  40961. system
  40962. enabler
  40963. system
  40964. enabler
  40965. 160/180
  40966. system
  40967. enabler
  40968. system
  40969. enabler
  40970. 160/165c/180/180c
  40971. system
  40972. enabler
  40973. system
  40974. enabler
  40975. performa
  40976. system
  40977. enabler
  40978. performa
  40979. system
  40980. enabler
  40981. color
  40982. classic
  40983. e    No Changef0PC Card 3.0
  40984. Location Manager
  40985. Eject
  40986. Action moduleq
  40987. Dev.CD Feb 00 TC
  40988. D!All Packages
  40989. Mac OS SDK Edition
  40990. Embedding Profile Documentation
  40991. CThis folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats.
  40992. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  40993. Embedding ICC Profile in GIF89a
  40994. Embedding ICC Profiles in EPS
  40995. Embedding ICC Profiles in JFIF
  40996. Embedding ICC Profiles in Pict
  40997. Embedding ICC Profiles in TIFFK
  40998. Apr 98M    ColorSyncN9ColorSync, ICC, Profile Embed, JFIF, GIF, PICT, TIFF, EPSOiDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:PtDev.CD Apr 98 SDK1
  40999.  - Development Kits (Disc 1)
  41000.  - ColorSync SDK
  41001.  - Documentation
  41002.  - Embedding Profile DocumentationV
  41003. 32297X
  41004. Apr 98^
  41005. e    No Changef2ColorSync
  41006. Profile Embed
  41007. Dev.CD Apr 98 SDK1
  41008. All Packages
  41009. F)Enhanced Macintosh PB 1400 Developer NoteI
  41010. Summary: This developer note describes the latest model of the PowerBook 1400 computer. The note describes only the changes that make the new model different from its earlier counterparts.J
  41011. PB_190_5300RAMCard_Er.pdf
  41012. PowerBook_1400.pdf
  41013. PowerBook_1400_Addendum.pdf
  41014. PowerBook_2400c.pdf
  41015. PowerBook_3400.pdf
  41016. PowerBook_5300.pdf
  41017. PowerBook_Duo_2300c.pdf
  41018. PowerBook_Processor_Upg.pdfK
  41019. Sep 97M
  41020. Acrobat Reader.N
  41021. PowerBook 1400OdDev.CD Mar 00 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:PoDev.CD Mar 00 RL Disk 2
  41022.  - Technical Publications
  41023.  - hardware
  41024.  - Developer_Notes
  41025.  - Macintosh_CPUs-PPC_PortableV
  41026. 32298X
  41027. Mar 00^    RL Disk 2
  41028. e    No Change
  41029. t is should be understood that these items may have some bugs.
  41030. You must obtain a separate license from Apple to ship Installer-related tools with your product.  See the docume
  41031. r--set theItem to choose file -- uncomment to test in an AS editor
  41032.     tell application "Finder"
  41033.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41034.         activate
  41035.     end tell
  41036. on error errMsg number errNum
  41037.     --enter statements to perform when no records are found such as...
  41038.     display dialog "Sorry, the item you selected could not be found."
  41039.     return
  41040. end try
  41041. ller SDK 1.2.3:PGDev.CD Jan 00 SDK1
  41042.  - Development Kits
  41043.  - Mac OS
  41044.  - Installer SDK 1.2.3
  41045. All Packages
  41046. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  41047. Dev.CD Jan 94
  41048. Dev.CD Oct 93
  41049. Dev.CD Jul 93P6Dev.CD Apr 94
  41050. Dev.CD Jan 94
  41051. Dev.CD Oct 93
  41052. Dev.CD Jul 9V
  41053. 33050X
  41054. Apr 94
  41055. --set theItem to choose file -- uncomment to test in an AS editor
  41056.     tell application "Finder"
  41057.         open item "Dev.CD Apr 94
  41058. Dev.CD Jan 94
  41059. Dev.CD Oct 93
  41060. Dev.CD Jul 93"
  41061.         activate
  41062.     end tell
  41063. on error errMsg number errNum
  41064.     --enter statements to perform when no records are found such as...
  41065.     display dialog "Sorry, the item you selected could not be found."
  41066.     return
  41067. end try
  41068. All Packages
  41069. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  41070. Dev.CD Jan 94
  41071. Dev.CD Oct 93
  41072. Dev.CD Jul 93
  41073. Dev.CD Apr 93PDDev.CD Apr 94
  41074. Dev.CD Jan 94
  41075. Dev.CD Oct 93
  41076. Dev.CD Jul 93
  41077. Dev.CD Apr 9V
  41078. 33051X
  41079. Apr 94
  41080. list's
  41081. attention
  41082. attractive
  41083. attribute
  41084. attributes
  41085. audience
  41086. audiences
  41087. audio
  41088. audio
  41089. allows
  41090. start
  41091. pause
  41092. audit
  41093. audited
  41094. auditing
  41095. aug-95
  41096. august
  41097. aurp-speaking
  41098. authenticate
  41099. authenticated
  41100. authentication
  41101. authenticator
  41102. author
  41103. authoring
  41104. authorized
  41105. authors
  41106. auto-scroll
  41107. autoguest
  41108. autoguest
  41109. control
  41110. panel
  41111. attempts
  41112. prevent
  41113. automagically
  41114. automate
  41115. automated
  41116. automates
  41117. automatic
  41118. automatically
  41119. automating
  41120. automation
  41121. autoversioning
  41122. auxiliary
  41123. intro
  41124. windows
  41125. sample
  41126. windows
  41127. system
  41128. files
  41129. windowutilities
  41130. windowutilities
  41131. windowutilities
  41132. editor
  41133. resedit
  41134. editor
  41135. notes
  41136. samples
  41137. codewarrior
  41138. codewarrior
  41139. coerceprgeneral
  41140. coerceprgeneral
  41141. OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  41142.  - Programs & Marketing
  41143.  - Market & Distribution GuidesV
  41144. 30463X
  41145. May 98^
  41146. --set theItem to choose file -- uncomment to test in an AS editor
  41147.     tell application "Finder"
  41148.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  41149.         activate
  41150.     end tell
  41151. on error errMsg number errNum
  41152.     --enter statements to perform when no records are found such as...
  41153.     display dialog "Sorry, the item you selected could not be found."
  41154.     return
  41155. end try
  41156. e    No Changeq
  41157. Dev.CD May 98 TC
  41158. D!All Packages
  41159. Mac OS SDK Edition
  41160. Interactive Corp Success Guide
  41161. emulator
  41162. enabled
  41163. enabler
  41164. encoding
  41165. endpoint
  41166. endpoints
  41167. address
  41168. engine
  41169. enterprise
  41170. enterprise
  41171. objects
  41172. framework
  41173. ion:Interactive Media Resources:Interactive Corp Success Guide:"
  41174.         activate
  41175.     end tell
  41176. on error errMsg number errNum
  41177.     --enter statements to perform when no records are found such as...
  41178.     display dialog "Sorry, the item you selected could not be found."
  41179.     return
  41180. end try
  41181. DeletedfCreturn on investment
  41182. business processes
  41183. interactive media solutionsq
  41184. Dev.CD Jan 98 SDK1
  41185. D!All Packages
  41186. Mac OS SDK Edition
  41187. WebObjects Tools and Techniques
  41188. r--set theItem to choose file -- uncomment to test in an AS editor
  41189.     tell application "Finder"
  41190.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41191.         activate
  41192.     end tell
  41193. on error errMsg number errNum
  41194.     --enter statements to perform when no records are found such as...
  41195.     display dialog "Sorry, the item you selected could not be found."
  41196.     return
  41197. end try
  41198. e Reference & Information Publishing.
  41199. The book demonstrates through real life case studies that it is possible to 
  41200. correlate technology investments to measurable results by relating their impacts in business processes.  Business processes, which operate along horizontal lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  41201. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  41202. Movedq
  41203. Dev.CD Feb 00 TC
  41204. D!All Packages
  41205. Tool Chest Edition
  41206. Eject PC Cards Location Module
  41207. 1A Location Manager module that shows how to eject PC Cards.  This is a sample of an action module and is useful in general for PowerBook users which use PC Cards and Location Manager
  41208. Shows how to walk the name registry to find PC Cards and eject them. Shows how to build a Location Manager action module.
  41209. J'Sample Code.img
  41210. Windows Sample Code.imgK
  41211. Mar 99MFPower Macintosh with PC Card 3.0 (PowerBook 3400, 2400, G3, G3 Series)N3PC Card 3.0, Location Manager, Eject, Action moduleO
  41212. Dev.CD Feb 00 TC:Sample Code:P
  41213. Dev.CD Feb 00 TC
  41214.  - Sample CodeV
  41215. 32296X
  41216. Feb 00^
  41217. #dobe Acrobat Reader 3.0NEreturn on investment, business processes, interactive media solutionsOqDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:
  41218. emulator@
  41219. entertainment@
  41220. error@
  41221. field@
  41222. fontsync@
  41223. gateway@
  41224. hardware
  41225. acceleration@
  41226. menubar
  41227. corners
  41228. desktop
  41229. finder
  41230. grayrgn@
  41231. jump@
  41232. language
  41233. manager@
  41234. runtime
  41235. architecture@
  41236. memory
  41237. monitor@
  41238. multimedia@
  41239. network
  41240. services
  41241. location
  41242. manager@
  41243. network
  41244. setup@
  41245. transport
  41246. debug@
  41247. option
  41248. management@
  41249. pccard@
  41250. ping@
  41251. PbDev.CD Sep 97 RL
  41252.  - Technical Documentation
  41253.  - Toolbox Assistant
  41254.  - QuickView Databases-Standalone
  41255. stack
  41256. synccatch
  41257. synchronization
  41258. synthesis
  41259. sysconfig
  41260. sysconfig
  41261. 1.5b16
  41262. systemO
  41263. All Packages
  41264. System 7 Tune-UpO
  41265. Dev.CD Sept 92
  41266. Dev.CD Aug 92P
  41267. Dev.CD Sept 92
  41268. Dev.CD Aug 9V
  41269. 32916X
  41270. Sept 9
  41271. q--set theItem to choose file -- uncomment to test in an AS editor
  41272.     tell application "Finder"
  41273.         open item "Dev.CD Sept 92
  41274. Dev.CD Aug 92"
  41275.         activate
  41276.     end tell
  41277. on error errMsg number errNum
  41278.     --enter statements to perform when no records are found such as...
  41279.     display dialog "Sorry, the item you selected could not be found."
  41280.     return
  41281. end try
  41282. All Packages
  41283. System 7 Tune-UpO
  41284. Dev.CD Sept 92
  41285. Dev.CD Aug 92P
  41286. Dev.CD Sept 92
  41287. Dev.CD Aug 9V
  41288. 32917X
  41289. Sept 9
  41290. q--set theItem to choose file -- uncomment to test in an AS editor
  41291.     tell application "Finder"
  41292.         open item "Dev.CD Sept 92
  41293. Dev.CD Aug 92"
  41294.         activate
  41295.     end tell
  41296. on error errMsg number errNum
  41297.     --enter statements to perform when no records are found such as...
  41298.     display dialog "Sorry, the item you selected could not be found."
  41299.     return
  41300. end try
  41301. DVD Primer
  41302. Publishing in the Age of DVD, Second Edition
  41303. A Primer for Creating Content for DVD
  41304. by Mark Ely and Dave Block
  41305. After several years of intense development and cross-industry cooperation
  41306. among consumer electronics companies, computer manufacturers, and the entertainment industry, the DVD format has arrived 
  41307.  and with it a new era of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive cbObjects Builder
  41308. Tools
  41309. Tips and Techniquesq
  41310. Dev.CD Jan 00 SDK1
  41311. D!All Packages
  41312. Mac OS SDK Edition
  41313. Interfaces&LibrariesI
  41314. Pre-release of 3.3 Universal Interfaces to support CarbonLib 1.0, OS 9, and QuickTime 4.0 development.
  41315. This is a special pre-release to help developers adopt OS 9.  The 3.3 UI will be FM in two weeks.J
  41316. UniversalInterfaces3.3a1.imgK
  41317. Feb 94L
  41318. Dec 99O@Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Interfaces&Libraries:nge
  41319. entertainment
  41320. environment
  41321. eomodeler
  41322. nsor Information Systems, Inc.
  41323. Whether you are creating a new WebObjects application or maintaining an existing one, proficiency in using the ProjectBuilder, EOModeler and WebObjects Builder tools is essential. This survival guide enumerates tips and techniques which will allow you to enhance and tailor these tools to suit your programming needs and personal style.
  41324. WebObjectsToolsAndTech.pdfK
  41325. Jul 99M
  41326. Acrobat Reader 3.0NWWebObjects, EOModeler, Project Builder,  WebObjects Builder, Tools, Tips and TechniquesOODev.CD Jan 00 SDK1:Interactive Media Resources:WebObjects Tools and Techniques:PTDev.CD Jan 00 SDK1
  41327.  - Interactive Media Resources
  41328.  - WebObjects Tools and Techniques
  41329. 32881X
  41330. Feb 00^
  41331. r--set theItem to choose file -- uncomment to test in an AS editor
  41332.     tell application "Finder"
  41333.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41334.         activate
  41335.     end tell
  41336. on error errMsg number errNum
  41337.     --enter statements to perform when no records are found such as...
  41338.     display dialog "Sorry, the item you selected could not be found."
  41339.     return
  41340. end try
  41341. e    No Changeq
  41342. Dev.CD Feb 00 TC
  41343. -D!All Packages
  41344. Tool Chest Edition
  41345. Snippets - QuickTime
  41346. Q(** = new, * = revised)
  41347. MovieToAIFF:  This app demonstrates various ways to use Movie Export Component to export QuickTime movie files into AIFF files.
  41348. VDTextSample:  This snippet shows you how to draw and erase text to the video preview image without causing flickers on the screen. It only  works with 'vdig's that support key color.
  41349. J'Sample Code.img
  41350. Windows Sample Code.imgK
  41351. Feb 92L
  41352. Nov 96O
  41353. Dev.CD Feb 00 TC:Sample Code:P
  41354. Dev.CD Feb 00 TC
  41355.  - Sample CodeV
  41356. 32882X
  41357. Feb 00^
  41358. Advanced Web Site Technique.pdf
  41359. Avoid Audio Pitfalls Guide.pdf
  41360. CompbasedMediaBroadcastEnv
  41361. Creating MIDI for the Web3.pdf
  41362. DeBabelizer 3.0.pdf
  41363. Design For Reuse.pdf
  41364. DesignForRobustness
  41365. Digital Asset Management.pdf
  41366. Digital Storyboard.pdf 
  41367. DVD Development.pdf
  41368. DVD_Primer.pdf
  41369. Enhanced CD Survival Guide.pdf
  41370. EOModeler
  41371. Frameworks.pdf
  41372. Gender-Based Title Creation.pdf
  41373. Int_Media_Writer_Resources.pdf
  41374. Java Survival Guide.pdf
  41375. Making Cool QD3D Apps.pdf
  41376. Music on the Net.pdf
  41377. New Audio Features QT3.pdf
  41378. Porting
  41379. kObjectiveCtoJava
  41380. Push Tech Survival Gd.pdf
  41381. QT3-More Than Dig. Video.pdf
  41382. Simplified Stream Audio.pdf
  41383. Web Animation Guide.pdf
  41384. WebObjects Database Part I.pdf
  41385. WebObjects Database Part II.pdf
  41386. WebObjects Memory Mgmt.pdf
  41387. WebObjects Tools and Techniques
  41388. WebObjectsCategories&Posers.pdf
  41389. WebObjectsPerformanceTuning
  41390. Working with WebObjects.pdf
  41391. Writing for Interactive Media
  41392. 32294X
  41393. Jan 00^
  41394. --set theItem to choose file -- uncomment to test in an AS editor
  41395.     tell application "Finder"
  41396.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:"
  41397.         activate
  41398.     end tell
  41399. on error errMsg number errNum
  41400.     --enter statements to perform when no records are found such as...
  41401.     display dialog "Sorry, the item you selected could not be found."
  41402.     return
  41403. end try
  41404. e    No Changef:DVD
  41405. content
  41406. development
  41407. entertainment
  41408. consumer electronicsq
  41409. Dev.CD Jan 00 SDK1
  41410. D!All Packages
  41411. Tool Chest Edition
  41412. EditTextCdevI
  41413. Summary: EditTextCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev. J'Sample Code.img
  41414. Windows Sample Code.imgK
  41415. Apr 97O
  41416. Dev.CD Feb 00 TC:Sample Code:P
  41417. Dev.CD Feb 00 TC
  41418.  - Sample CodeV
  41419. 32295X
  41420. Feb 00^
  41421. #st:Devices:CD-ROM:iso9660:P>Dev.CD Feb 00 TC
  41422.  - Tool Chest
  41423.  - Devices
  41424.  - CD-ROM
  41425.  - iso9660V
  41426. 30468X
  41427. Feb 00^
  41428. Apr 99M
  41429. Acrobat Reader 3.0N>DVD, content, development, entertainment, consumer electronicsO/Dev.CD Jan 00 SDK1:Interactive Media Resources:P1Dev.CD Jan 00 SDK1
  41430.  - Interactive Media Resourcesrol Panel version 3.0.2
  41431.  EtherTalk version 2.5.7
  41432.  Apple Ethernet NB file version 1.0.1, containing drivers for all Apple NuBus ethernet cards
  41433.  Apple Ethernet LC file version 1.0.1, containing drivers for all Apple LC ethernet cards
  41434.  Apple Ethernet CS file version 1.0.1, containing drivers fo
  41435. r all Apple Comm Slot ethernet cards
  41436.  Apple Built-In Ethernet version 1.0.1, containing drivers for all built-in ethernets
  41437.  TokenTalk version 2.5.7
  41438.  Token Ring Control Panel version 1.0.1
  41439.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  41440.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  41441.  A/ROSE 1.2.1, for use in some token ring configurations
  41442. See the document "NSI 1.5.1 - Read Me First" for details.
  41443. Aug 92L
  41444. Jul 95
  41445. ompact disc. Playable on the set-top or the desktop, DVD bridges the worlds of consumer video and personal computing in a single, unified format.
  41446. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  41447. premastering
  41448. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  41449. the medium.
  41450. Working with DVD requires an in-depth understanding of the fo
  41451. ^rmat, production process, and tools required to bring titles to market. By
  41452. understanding DVD and all that it entails, professional media develop-ers
  41453. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  41454. Apr 99
  41455. DumpNetworkSetup dumps the entire contents of the Network Setup database to a text file.  The purpose of this sample is twofold.  Firstly, it shows a simple use of the Network Setup API.  Secondly, it is a useful tool for debugging other Network Setup code because it allows you to see the affect your code had on the database.  I used DumpNetworkSetup extensively while developing the MoreNetworkSetup sample.
  41456. J'Sample Code.img
  41457. Windows Sample Code.imgK
  41458. Sep 99M
  41459. Network Setup, Mac OS 8.5N"Network Setup, network preferencesO
  41460. Dev.CD Feb 00 TC:Sample Code:P
  41461. Dev.CD Feb 00 TC
  41462.  - Sample Codeersion 2.0 or greater, System 7.N0Tool, Virtual User, External Tool, V.U., VU, IvyOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  41463.  - Tool Chest
  41464.  - Testing & Debugging
  41465.  - Virtual User toolsV
  41466. 30469X
  41467. Feb 00^
  41468. sample
  41469. demonstrating
  41470. certain
  41471. kinds
  41472. sample
  41473. illustrating
  41474. scrolling
  41475. controls
  41476. sample
  41477. showing
  41478. asynchronously
  41479. record
  41480. sound
  41481. sample
  41482. accompany
  41483. chapter
  41484. introduction
  41485. sample
  41486. program
  41487. demonstrating
  41488. write
  41489. sample
  41490. program
  41491. demonstrate
  41492. direct
  41493. access
  41494. ether
  41495. samplefilter
  41496. samples
  41497. sanctioned
  41498. sanity
  41499. sanskrit
  41500. satisfy
  41501. satisfying
  41502. saturate
  41503. saved
  41504. savedpapfilexx
  41505. savemenu
  41506. saver
  41507. saves
  41508. saving
  41509. savory
  41510. savvy
  41511. sawitzki
  41512. sbarcdef
  41513. scalable
  41514. scale
  41515. scanned
  41516. scanner
  41517. scanners
  41518. scanning
  41519. Feb 00M
  41520. N/AOBDev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:Soundboard:PPDev.CD Feb 00 TC
  41521.  - What's New?
  41522.  - Sample Code
  41523.  - Archive
  41524.  - Games
  41525.  - SoundboardV
  41526. 32892X
  41527. Feb 00^
  41528. --set theItem to choose file -- uncomment to test in an AS editor
  41529.     tell application "Finder"
  41530.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Archive:Games:Soundboard:"
  41531.         activate
  41532.     end tell
  41533. on error errMsg number errNum
  41534.     --enter statements to perform when no records are found such as...
  41535.     display dialog "Sorry, the item you selected could not be found."
  41536.     return
  41537. end try
  41538. e    No Changeq
  41539. Dev.CD Feb 00 TC
  41540. 8D!All Packages
  41541. Tool Chest Edition
  41542. SoundMemRecordIVThis code shows using the SoundManager SPB calls for simple audio recording to memory.J6README.txt
  41543. smr.bat
  41544. SndMemRecord
  41545. SoundMemRecord.zip
  41546. Feb 00
  41547. C:What's New?:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:V
  41548. 32893X
  41549. 1e    No Change
  41550. --set theItem to choose file -- uncomment to test in an AS editor
  41551.     tell application "Finder"
  41552.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DukeMovie:"
  41553.         activate
  41554.     end tell
  41555. on error errMsg number errNum
  41556.     --enter statements to perform when no records are found such as...
  41557.     display dialog "Sorry, the item you selected could not be found."
  41558.     return
  41559. end try
  41560. ple CodeO
  41561. Dev.CD Feb 00 TC:Sample Code:P
  41562. Dev.CD Feb 00 TC
  41563.  - Sample CodeV
  41564. 30470X
  41565. Feb 00^
  41566. r--set theItem to choose file -- uncomment to test in an AS editor
  41567.     tell application "Finder"
  41568.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41569.         activate
  41570.     end tell
  41571. on error errMsg number errNum
  41572.     --enter statements to perform when no records are found such as...
  41573.     display dialog "Sorry, the item you selected could not be found."
  41574.     return
  41575. end try
  41576. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Codeither Sample Code
  41577. 32293X
  41578. Feb 00^
  41579. r--set theItem to choose file -- uncomment to test in an AS editor
  41580.     tell application "Finder"
  41581.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41582.         activate
  41583.     end tell
  41584. on error errMsg number errNum
  41585.     --enter statements to perform when no records are found such as...
  41586.     display dialog "Sorry, the item you selected could not be found."
  41587.     return
  41588. end try
  41589. e    No Changef!Network Setup
  41590. network preferencesq
  41591. Dev.CD Feb 00 TC
  41592. D!All Packages
  41593. Mac OS SDK Edition
  41594.  Age of DVD, Second Edition
  41595. A Primer for Creating Content for DVD
  41596. by Mark Ely and Dave Block
  41597. After several years of intense development and cross-industry cooperation
  41598. among consumer electronics companies, computer manufacturers, and the entertainment industry, the DVD format has arrived 
  41599.  and with it a new era of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive cgle interactive c
  41600. cation that allows you to add copywrite information to a movie or view it if it already exists.
  41601. Things!:   Things!  queries the Component Manager about what IT thinks is lying around your system, and then displays the info for you.
  41602. ComboWalker
  41603. Digitizers
  41604. DrawTextCodec Example
  41605. Dumpster
  41606. GetInfo Init
  41607. GrabGuy b15
  41608. MovieShop
  41609. QuickTime XCMDs 
  41610. Reinstaller
  41611. Set Movie Info
  41612. Things!K
  41613. Jul 92M7Color capable Mac (68020 or above), hard disk, 4 mb RAMO6Dev.CD Feb 00 TC:Tool Chest:QuickTime:QuickTime Tools:P>Dev.CD Feb 00 TC
  41614.  - Tool Chest
  41615.  - QuickTime
  41616.  - QuickTime Tools
  41617. DIMPORTANT INFORMATION ABOUT THIS SDK
  41618. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  41619. http://www.apple.com/quicktime/.
  41620. QuickTake software for Windows developers.  Also see QuickTake Digital Camera SDK for more info.
  41621. untitled (DOS 1.4MB format)K
  41622. Sep 97N"QuickTake, Windows, Digital cameraOGDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:PLDev.CD Apr 98 SDK2
  41623.  - Development Kits (Disc 2)
  41624.  - QuickTake for Windows 1.5
  41625. objects
  41626. webobjects
  41627. webobjects
  41628. webobjects
  41629. webobjects
  41630. builder
  41631. window
  41632. workgroup
  41633. server
  41634. working
  41635. workstation
  41636. wrapper
  41637. writeswell
  41638. yellow
  41639. yellow
  41640. yellow
  41641. zanzibar
  41642. zaptcp
  41643. zones
  41644. r--set theItem to choose file -- uncomment to test in an AS editor
  41645.     tell application "Finder"
  41646.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41647.         activate
  41648.     end tell
  41649. on error errMsg number errNum
  41650.     --enter statements to perform when no records are found such as...
  41651.     display dialog "Sorry, the item you selected could not be found."
  41652.     return
  41653. end try
  41654. ay 97 TC
  41655. Dev.CD Nov 96 TC
  41656. Dev.CD Aug 96 TC
  41657. Dev.CD May 96 TC
  41658. Dev.CD Feb 96 TC"
  41659.         activate
  41660.     end tell
  41661. on error errMsg number errNum
  41662.     --enter statements to perform when no records are found such as...
  41663.     display dialog "Sorry, the item you selected could not be found."
  41664.     return
  41665. end try
  41666. All Packages
  41667. Japanese Language KitO
  41668. Dev.CD Feb 95P
  41669. Dev.CD Feb 9V
  41670. 30472X
  41671. Feb 95
  41672. e    No Changef
  41673. QuickTime
  41674. Dev.CD Feb 00 TC
  41675. D!All Packages
  41676. Tool Chest Edition
  41677. DumpARPCacheIBA tiny sample that shows how to view the Open Transport ARP cache.J'Sample Code.img
  41678. Windows Sample Code.imgK
  41679. May 98L
  41680. Jun 98M
  41681. OpenTransportN"OpenTransport, arp, cache, displayO
  41682. Dev.CD Feb 00 TC:Sample Code:P
  41683. Dev.CD Feb 00 TC
  41684.  - Sample CodeV
  41685. 32292X
  41686. Feb 00^
  41687. r--set theItem to choose file -- uncomment to test in an AS editor
  41688.     tell application "Finder"
  41689.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41690.         activate
  41691.     end tell
  41692. on error errMsg number errNum
  41693.     --enter statements to perform when no records are found such as...
  41694.     display dialog "Sorry, the item you selected could not be found."
  41695.     return
  41696. end try
  41697. e    No Changef
  41698. OpenTransport
  41699. cache
  41700. displayq
  41701. Dev.CD Feb 00 TC
  41702. D!All Packages
  41703. Tool Chest Edition
  41704. DumpNetworkSetup
  41705.     eWriter Halftone Dither Sample Code
  41706. portingobjectivectoj
  41707. portuguese
  41708. portuguese
  41709. brazilian
  41710. 1.1.3
  41711. power
  41712. power
  41713. emulator
  41714. power
  41715. emulator
  41716. release
  41717. notes
  41718. power
  41719. macintosh
  41720. artwork
  41721. powerbook
  41722. powerbook
  41723. addendum
  41724. powerbook
  41725. powerbook
  41726. 2400c
  41727. powerbook
  41728. powerbook
  41729. powerbook
  41730. 2300c
  41731. powerbook
  41732. processor
  41733. powerbook
  41734. zoomed
  41735. video
  41736. ~--set theItem to choose file -- uncomment to test in an AS editor
  41737.     tell application "Finder"
  41738.         open item "Dev.CD Oct 93
  41739. Dev.CD Jul 93
  41740. Dev.CD Apr 93"
  41741.         activate
  41742.     end tell
  41743. on error errMsg number errNum
  41744.     --enter statements to perform when no records are found such as...
  41745.     display dialog "Sorry, the item you selected could not be found."
  41746.     return
  41747. end try
  41748. All Packages
  41749. F    QuickTimeO
  41750. Dev.CD Oct 93
  41751. Dev.CD Jul 93P
  41752. Dev.CD Oct 93
  41753. Dev.CD Jul 9V
  41754. 32761X
  41755. Oct 93
  41756. p--set theItem to choose file -- uncomment to test in an AS editor
  41757.     tell application "Finder"
  41758.         open item "Dev.CD Oct 93
  41759. Dev.CD Jul 93"
  41760.         activate
  41761.     end tell
  41762. on error errMsg number errNum
  41763.     --enter statements to perform when no records are found such as...
  41764.     display dialog "Sorry, the item you selected could not be found."
  41765.     return
  41766. end try
  41767. All Packages
  41768. F    QuickTimeO
  41769. Dev.CD Oct 93
  41770. Dev.CD Jul 93P
  41771. Dev.CD Oct 93
  41772. Dev.CD Jul 9V
  41773. 32762X
  41774. Oct 93
  41775. p--set theItem to choose file -- uncomment to test in an AS editor
  41776.     tell application "Finder"
  41777.         open item "Dev.CD Oct 93
  41778. Dev.CD Jul 93"
  41779.         activate
  41780.     end tell
  41781. on error errMsg number errNum
  41782.     --enter statements to perform when no records are found such as...
  41783.     display dialog "Sorry, the item you selected could not be found."
  41784.     return
  41785. end try
  41786. pages
  41787. systems
  41788. helper
  41789. class
  41790. driver
  41791. menubar
  41792. corners
  41793. desktop
  41794. finder
  41795. grayrgn
  41796. hierarchical
  41797. level
  41798. hooper
  41799. hp-ux
  41800. rendering
  41801. htmlrenderinglib
  41802. human
  41803. human
  41804. interface
  41805. guidelines
  41806. hypercard
  41807. hypercard
  41808. player
  41809. services
  41810. utilities
  41811. iconref
  41812. icons
  41813. identification
  41814. image
  41815. graphical
  41816. graphical
  41817. interface
  41818. graphics
  41819. grayscale
  41820. groupdrawing
  41821. easyview
  41822. guide
  41823. guide
  41824. guide
  41825. contents
  41826. guidelines
  41827. gwlayers
  41828. gwlayers
  41829. gwlayers
  41830. spooler
  41831. patch
  41832. gxenvironment
  41833. gxgraphics
  41834. gxobjects
  41835. gxoverridetool
  41836. gxoverview
  41837. gxprintdrivers
  41838. gxprinting
  41839. gxtops
  41840. gxtops
  41841. installer
  41842. gxtypography
  41843. h-norwegian
  41844. handbook
  41845. handler
  41846. Movedq
  41847. Dev.CD Feb 00 TC
  41848. D!All Packages
  41849. Tool Chest Edition
  41850. F    DukeMovie
  41851. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  41852. J-dk.bat
  41853. DukeMovie
  41854. DukeMovie.zip
  41855. README.txt
  41856. Feb 00
  41857. - Common
  41858.     - Sun Compliant Java Runtime Environment 1.1
  41859.     - QuickTime 3 
  41860.     - QTJava.zip
  41861.     - QTJava media samples
  41862. - Mac OS:
  41863.     - System 8 or later
  41864.     - Macintosh Runtime for Java (MRJ) 2.1
  41865. - Windows 95, 98, or NT::
  41866.     - JRE/JDK from Sun Microsystems, Inc. recommended
  41867. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DukeMovie:P^Dev.CD Feb 00 TC
  41868.  - What's New?
  41869.  - Sample Code
  41870.  - QuickTime
  41871.  - QuickTime for Java
  41872.  - DukeMovieV
  41873. 32291X
  41874. Feb 00^
  41875. cvtccomments
  41876. builds
  41877. cwpro2
  41878. cyberdog
  41879. cyberdog
  41880. cyberdogaddendum
  41881. cyrillic
  41882. cyrillic
  41883. first
  41884. czech
  41885. czech
  41886. 1.1.3
  41887. d-german
  41888. generator
  41889. danish
  41890. danish
  41891. 1.1.3
  41892. access
  41893. manager
  41894. folder
  41895. database
  41896. database
  41897. suite
  41898. databases-standalone
  41899. datamaster
  41900. datamaster
  41901. datasheet
  41902. dateconverter
  41903. dateconverter
  41904.  filter is the Apple-sanctioned method for filtering events. It is possible to patch event traps. It is sometimes even advisable. But since the jGNE filter is the sanctioned method, one ought to attempt to use it ttempt to use it 
  41905. markpascal
  41906. masher
  41907. mcplaymovie
  41908. mcplaymovie
  41909. mdefproc
  41910. mdefproc
  41911. media
  41912. megamovies
  41913. memhell
  41914. memhell
  41915. 1.0a6
  41916. readme
  41917. age Kits
  41918.  - Japanese Language Kit 1.2
  41919. All Packages
  41920. System Enabler 065 (LC 575)O
  41921. Dev.CD Apr 94
  41922. Dev.CD Jan 94P
  41923. Dev.CD Apr 94
  41924. Dev.CD Jan 9V
  41925. 33056X
  41926. Apr 94
  41927. p--set theItem to choose file -- uncomment to test in an AS editor
  41928.     tell application "Finder"
  41929.         open item "Dev.CD Apr 94
  41930. Dev.CD Jan 94"
  41931.         activate
  41932.     end tell
  41933. on error errMsg number errNum
  41934.     --enter statements to perform when no records are found such as...
  41935.     display dialog "Sorry, the item you selected could not be found."
  41936.     return
  41937. end try
  41938. All Packages
  41939. System Enabler 065 (LC 575)O
  41940. Dev.CD Apr 94
  41941. Dev.CD Jan 94P
  41942. Dev.CD Apr 94
  41943. Dev.CD Jan 9V
  41944. 33057X
  41945. Apr 94
  41946. --set theItem to choose file -- uncomment to test in an AS editor
  41947.     tell application "Finder"
  41948.         open item "Dev.CD Apr 94
  41949. Dev.CD Jan 94
  41950. Dev.CD Oct 93
  41951. Dev.CD Jul 93
  41952. Dev.CD Apr 93"
  41953.         activate
  41954.     end tell
  41955. on error errMsg number errNum
  41956.     --enter statements to perform when no records are found such as...
  41957.     display dialog "Sorry, the item you selected could not be found."
  41958.     return
  41959. end try
  41960. kopala
  41961. korean
  41962. korean-language
  41963. kotoeri
  41964. kunicodetextrunheuri
  41965. kzoomlarger
  41966. label
  41967. labelmenu
  41968. labels
  41969. labels-like
  41970. labor
  41971. lands
  41972. language
  41973. summary
  41974. minimaldeclrom
  41975. minimaldeclrom
  41976. module
  41977. monitor
  41978. mountprojector
  41979. mountserver
  41980. program
  41981. goodies
  41982. goodies
  41983. scripts
  41984. readme
  41985. scripts
  41986. readme
  41987. 1.0.1b1c2
  41988. installer
  41989. installer
  41990. 1.0.1b1c2
  41991. multimedia
  41992. multimedia
  41993. standards
  41994. music
  41995. music
  41996. helper
  41997. mybuildmenu
  41998. namerevisioncurrent
  41999. native
  42000. native
  42001. navig
  42002. install
  42003. netsprocket
  42004. netsprocket
  42005. checkedoutfiles
  42006. checker
  42007. checkers
  42008. checkgestalt
  42009. checkinall
  42010. checking
  42011. checks
  42012. checksum
  42013. checkwindowin
  42014. checkwindowout
  42015. chesley
  42016. chess
  42017. chest
  42018. chineese
  42019. chinese
  42020. chiropractic
  42021. chock
  42022. choice
  42023. choices
  42024. choose
  42025. chooser
  42026. chooses
  42027. choosing
  42028. christine
  42029. xSummary:  This sample demonstrates how to compress and decompress JPEG images with QuickTime. We use the FCompressImage function but the CompressImage counterpart function could also be used. Although this sample strictly demonstrates JPEG compression/decompression you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  42030. 30476X
  42031. Moved
  42032. files/foldersW
  42033. filesharingon
  42034. filetool
  42035. filing
  42036. filled
  42037. filler
  42038. filling
  42039. fills
  42040. filter
  42041. filtering
  42042. filters
  42043. final
  42044. lobal event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  42045. JejGNE Helper.68K.cw7.
  42046. jGNE Helper.68K.tpm7.
  42047. jGNE Helper.c
  42048. MW jGNE Helper
  42049. native jGNE
  42050. TPM jGNE HelperK
  42051. Mar 96MNAny Macintosh; Metrowerks CodeWarrior CW7 or Symantec THINK Project Manager 7.N6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperO5Dev.CD Feb 00 TC:Tool Chest:OS Utilities:jGNE Helper:P=Dev.CD Feb 00 TC
  42052.  - Tool Chest
  42053.  - OS Utilities
  42054.  - jGNE Helper
  42055. opens
  42056. openselection
  42057. openstep
  42058. openstep
  42059. documentation
  42060. applies
  42061. rhapsody
  42062. means
  42063. opentransport
  42064. openwindow
  42065. opf-opendoc
  42066. opportunity
  42067. optimal
  42068. optimize
  42069. optimized
  42070. optimizer
  42071. optimizing
  42072. optimum
  42073. option
  42074. options
  42075. ~--set theItem to choose file -- uncomment to test in an AS editor
  42076.     tell application "Finder"
  42077.         open item "Dev.CD Apr 94
  42078. Dev.CD Jan 94
  42079. Dev.CD Oct 93"
  42080.         activate
  42081.     end tell
  42082. on error errMsg number errNum
  42083.     --enter statements to perform when no records are found such as...
  42084.     display dialog "Sorry, the item you selected could not be found."
  42085.     return
  42086. end try
  42087. appleevent-based
  42088. appleevents
  42089. appleglot
  42090. appleguide
  42091. appleguidegluelib
  42092. appleii
  42093. applejava
  42094. applelink
  42095. applemodemtool
  42096. applemrj
  42097. applemrjsetup
  42098. applescript
  42099. applescript's
  42100. applesearch
  42101. appleshare
  42102. appleshare/file
  42103. applesingle/appledou
  42104. applet
  42105. appletalkW
  42106. appletalk's
  42107. appletalk/ip
  42108. applets
  42109. partitions
  42110. partners
  42111. partnership
  42112. partnerships
  42113. parts
  42114. party
  42115. pascal
  42116. pascal/handle
  42117. pasmatit
  42118. passed
  42119. passes
  42120. passing
  42121. passphrase
  42122. passphrases
  42123. @ODDev.CD Jan 00 SDK1:Development Kits:Mac OS:Speech Synthesis Manager:PLDev.CD Jan 00 SDK1
  42124.  - Development Kits
  42125.  - Mac OS
  42126.  - Speech Synthesis Manager
  42127. sessions
  42128. set-top
  42129. setadbinfo
  42130. setdeskcpat
  42131. setdialogdefaultitem
  42132. setenv
  42133. setgworld
  42134. setindstring
  42135. setmarkers
  42136. setmfsize
  42137. setpdimc
  42138. setproject
  42139. GetDir 2.6 (US)
  42140. GetFInfo 1.3 (US)
  42141. GetIcon 1.0 (US)
  42142. GetMode 1.4 (US)
  42143. GetVInfo 1.0 (US)
  42144. GetVolumes 1.1 (US)
  42145. GlobalList 1.1 (US)
  42146. GlobalMaster 1.0 (US)
  42147. HowMany 1.1 (US)
  42148. ICNToICON 1.8 (US)
  42149. Infoid 1.1 (US)
  42150. InputDialog 1.2 (US)
  42151. IsDate 1.0 (US)
  42152. IsFinderLocked 1.2 (US)
  42153. KillRes 1.4 (US)
  42154. LaunchDoc 1.0 (US)
  42155. LineCount 1.7 (US)
  42156. ListComponents 1.0 (US)
  42157. ListLogic 1.6 (US)
  42158. Listoid 3.4 (US)
  42159. ListSelect 5.1 (US)
  42160. MacType 1.3 (US)
  42161. Menu 2.1 (US)
  42162. MergeItems 1.0 (US)
  42163. Mousoid 1.1 (US)
  42164. Notification 1.0 (US)
  42165. usList 1.0 (US)
  42166. Oldies:
  42167. PICToid 1.3 (US)
  42168. PictToClip 1.7 (US)
  42169. PlayIt 1.0 (US)
  42170. PPCList 1.1 (US)
  42171. PrintPICT 1.4 (US)
  42172. PrintPICTList 1.3 (US)
  42173. Privileges 1.3 (US)
  42174. Promptoid 1.5 (US)
  42175. QCopy 1.2 (US)
  42176. Recordit 1.0 (US)
  42177. RemoveFolder 1.2 (US)
  42178. ReplaceAttributes 1.0 (US)
  42179. ReplaceCharSet 1.1 (US)
  42180. ResolveAlias 1.2 (US)
  42181. ResText 2.3 (US)
  42182. RestoreCtrlChars 1.1 (US)
  42183. SayText 1.1 (US)
  42184. ScrapXCMDs 1.9 (US)
  42185. SelectDir 1.1 (US)
  42186. SelectFile 1.2 (US)
  42187. SendPS 1.4 (US)
  42188. ServerVols 1.1 (US)
  42189. SetFileFlag 1.2 (US)
  42190. SetFinderLock 
  42191. edition
  42192. editions
  42193. editor
  42194. editor's
  42195. editors
  42196. edittext
  42197. edittextcdev
  42198. educational
  42199. eenie
  42200. effect
  42201. effective
  42202. effectively
  42203. effectiveness
  42204. effects
  42205. efficient
  42206. efficiently
  42207. effort
  42208. effortless
  42209. effortlessly
  42210. mactcp
  42211. communications
  42212. toolbox
  42213. serial
  42214. ports
  42215. audio
  42216. management
  42217. manager
  42218. manuals
  42219. media
  42220. memory
  42221. memory
  42222. manager
  42223. power
  42224. macintosh
  42225. heaps
  42226. memory
  42227. AddChange
  42228. AddHeader
  42229. CancelWindowCheckOut
  42230. ChangeFileName
  42231. CheckedOutFiles
  42232. CheckInAll
  42233. CheckWindowIn
  42234. CheckWindowOut
  42235. CompareDirText
  42236. CompareLastRevision
  42237. CoolRequest
  42238. CvtCComments
  42239. DirActive
  42240. Docs & Help Files
  42241. FindChange
  42242. FindLurkers
  42243. FLookup
  42244. GetKeys
  42245. GetLastChange
  42246. GetMFSize
  42247. InitProjector
  42248. Justify
  42249. KeyMenu
  42250. Lookup
  42251. LookupMenu
  42252. MarkC
  42253. MarkPascal
  42254. MountProjector
  42255. MountServer
  42256. MyBuildMenu
  42257. OpenCheckedOut
  42258. OpenMultFiles
  42259. OSErr
  42260. PasMatIt
  42261. Print2
  42262. ProjectFolders
  42263. ProjectMenu
  42264. ProjListMenu
  42265. RelString
  42266. SetMarkers
  42267. SetMFSB
  42268. SetProject
  42269. SetProjector
  42270. SourceMenu
  42271. StripUnits
  42272. UnmountProjector
  42273. UnwrapCommentText
  42274. UserStartup
  42275. Goodies
  42276. WrapCommentText
  42277. MPW Goodies Info
  42278. MPW Goodies Info.txt
  42279. reen Saver module for Berkeley Systems After Dark package that uses the JManager API to run Java applets as screen saver modules.  
  42280. JManager APIs
  42281. Fat CFM code resources
  42282. JavaJ'Sample Code.img
  42283. Windows Sample Code.imgK
  42284. Aug 97:Sample Code:V
  42285. 30477X
  42286. 1e    No Change
  42287. Vol IIIL
  42288. Vol VIIOIDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:PTDev.CD Feb 00 TC
  42289.  - Tool Chest
  42290.  - Development Kits
  42291.  - MPW Related
  42292.  - DTS MPW Goodies477X
  42293. Feb 00^
  42294. r--set theItem to choose file -- uncomment to test in an AS editor
  42295.     tell application "Finder"
  42296.         open item "Dev.CD Feb 00 TC:Sample Code:"
  42297.         activate
  42298.     end tell
  42299. on error errMsg number errNum
  42300.     --enter statements to perform when no records are found such as...
  42301.     display dialog "Sorry, the item you selected could not be found."
  42302.     return
  42303. end try
  42304. e    No Changef
  42305. after dark
  42306. wombatq
  42307. Dev.CD Feb 00 TC
  42308. All Packages
  42309. KanjiTalk 7 UpdateO7Dev.CD Apr 94
  42310. Dev.CD Jan 94
  42311. Dev.CD Oct 93
  42312. Dev.CD Aug 93P6Dev.CD Apr 94
  42313. Dev.CD Jan 94
  42314. Dev.CD Oct 93
  42315. Dev.CD Aug 9V
  42316. 30478X
  42317. Apr 94
  42318. 32289X
  42319. Feb 00^
  42320. --set theItem to choose file -- uncomment to test in an AS editor
  42321.     tell application "Finder"
  42322.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:"
  42323.         activate
  42324.     end tell
  42325. on error errMsg number errNum
  42326.     --enter statements to perform when no records are found such as...
  42327.     display dialog "Sorry, the item you selected could not be found."
  42328.     return
  42329. end try
  42330. e    No Changeq
  42331. Dev.CD Feb 00 TC
  42332. D!All Packages
  42333. Tool Chest Edition
  42334. DTS QT Utilities.Aug-95I
  42335. Summary:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation folder for more details.J'Sample Code.img
  42336. Windows Sample Code.imgK
  42337. Jun 95L
  42338. Nov 95O
  42339. Dev.CD Feb 00 TC:Sample Code:P
  42340. Dev.CD Feb 00 TC
  42341.  - Sample CodeV
  42342. 32290X
  42343. Feb 00^
  42344. Summary: This folder contains MPW goodies from Developer Technical Support. 
  42345. Features:  
  42346.  AddChange
  42347.  AddHeader
  42348.  CancelWindowCheckOut
  42349.  ChangeFileName
  42350.  CheckedOutFiles
  42351.  CheckInAll
  42352.  CheckWindowIn
  42353.  CheckWindowOut
  42354.  CompareDirText
  42355.  CompareLastRevision
  42356.  CoolRequest
  42357.  CvtCComments
  42358.  DirActive
  42359.  Docs & Help Files:
  42360.  FindChange
  42361.  FindLurkers
  42362.  FLookup
  42363.  GetKeys
  42364.  GetLastChange
  42365.  GetMFSize
  42366.  InitProjector
  42367.  Justify
  42368.  KeyMenu
  42369.  Lookup
  42370.  LookupMenu
  42371.  MarkC
  42372.  MarkPascal
  42373.  MountProjector
  42374.  MountServer
  42375.  MyBuildMenu
  42376.  OpenCheckedOut
  42377.  OpenMultFiles
  42378.  OSErr
  42379.  PasMatIt
  42380.  Print2
  42381.  ProjectFolders
  42382.  ProjectMenu
  42383.  ProjListMenu
  42384.  Quit
  42385.  RelString
  42386.  SetMarkers
  42387.  SetMFSize
  42388.  SetProject
  42389.  SetProjector
  42390.  SourceMenu
  42391.  Srcs:
  42392.  StripUnits
  42393.  Trim
  42394.  UnmountProjector
  42395.  UnwrapCommentText
  42396.  UserStartup
  42397. Goodies
  42398.  Wild
  42399.  WrapCommentText
  42400. MPW Goodies Info
  42401. Vol IIIL
  42402. Vol VII
  42403. demonstration
  42404. 1.1.4
  42405. context
  42406. switching
  42407. demos
  42408. demostrates
  42409. demystify
  42410. demystifying
  42411. denali
  42412. department
  42413. departure
  42414. depend
  42415. dependence
  42416. dependencies
  42417. dependency
  42418. dependent
  42419. depending
  42420. d such as...
  42421.     display dialog "Sorry, the item you selected could not be found."
  42422.     return
  42423. end try
  42424. Deletedf-keychain
  42425. password storage
  42426. passphrase
  42427. passwordq
  42428. Dev.CD Jan 99 SDK1
  42429.  D!All Packages
  42430. Tool Chest Edition
  42431. KibitzI
  42432. Summary: Sample network chess application.
  42433. Features: Allows two users to play chess over the network via Apple Events.  Robust 7.0 sample application.
  42434. MPW 3.2, System 7
  42435. This package is System 7.0 compatible.J'Sample Code.img
  42436. Windows Sample Code.imgK
  42437. Jan 92O
  42438. Dev.CD Feb 00 TC:Sample Code:P
  42439. Dev.CD Feb 00 TC
  42440.  - Sample CodeV
  42441. 30480X
  42442. Feb 00^
  42443. smith
  42444. smith's
  42445. snapshot
  42446. snapshot
  42447. sample
  42448. application
  42449. shows
  42450. snapshots
  42451. snapshotsample1.0b3
  42452. snarfer
  42453. snarfing
  42454. snazzy
  42455. sndforever
  42456. sndplay
  42457. sndplaydoublebuffer
  42458. sndplaydoublebuffera
  42459. sndstartfileplay
  42460. snippet
  42461. snippets
  42462. society
  42463. software
  42464. solaris
  42465. Jan 98M
  42466. Adobe Acrobat Reader 3.0N'WebObjects, OPENSTEP, Memory ManagementO4Dev.CD Mar 00 RL Disk 1:Interactive Media Resources:P6Dev.CD Mar 00 RL Disk 1
  42467.  - Interactive Media Resources
  42468. 33263X
  42469. Mar 00^    RL Disk 1
  42470. --set theItem to choose file -- uncomment to test in an AS editor
  42471.     tell application "Finder"
  42472.         open item "Dev.CD Mar 00 RL Disk 1:What's New:Sample Code:Text:TypeServicesForUnicode:"
  42473.         activate
  42474.     end tell
  42475. on error errMsg number errNum
  42476.     --enter statements to perform when no records are found such as...
  42477.     display dialog "Sorry, the item you selected could not be found."
  42478.     return
  42479. end try
  42480. e    No Changef=Unicode Imaging Text Type Bi-directional Rotation Double-byteq
  42481. Dev.CD Mar 00 RL Disk 1
  42482. D!All Packages
  42483. Tool Chest Edition
  42484. TypeServicesForUnicode
  42485. --set theItem to choose file -- uncomment to test in an AS editor
  42486.     tell application "Finder"
  42487.         open item "Dev.CD Apr 94
  42488. Dev.CD Jan 94
  42489. Dev.CD Oct 93
  42490. Dev.CD Jul 93
  42491. Dev.CD Apr 93"
  42492.         activate
  42493.     end tell
  42494. on error errMsg number errNum
  42495.     --enter statements to perform when no records are found such as...
  42496.     display dialog "Sorry, the item you selected could not be found."
  42497.     return
  42498. end try
  42499. looking
  42500. looks
  42501. lookup
  42502. lookupmenu
  42503. lookups
  42504. looming
  42505. looney
  42506. looping
  42507. loops
  42508. loose
  42509. loosely
  42510. ultimate
  42511. upgrade
  42512. anyone
  42513. internet
  42514. macapp
  42515. macapp-based
  42516. macbug
  42517. maccalendar
  42518. machine
  42519. machines
  42520. --set theItem to choose file -- uncomment to test in an AS editor
  42521.     tell application "Finder"
  42522.         open item "Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:"
  42523.         activate
  42524.     end tell
  42525. on error errMsg number errNum
  42526.     --enter statements to perform when no records are found such as...
  42527.     display dialog "Sorry, the item you selected could not be found."
  42528.     return
  42529. end try
  42530. you articulate your creative vision, formulate a business development strategy, create a marketing plan, and implement a distribution plan that maximize the effectiveness of your budget and t
  42531. *ime parameters. You
  42532. ll investigate the essence of creativity, study leading-edge PR strategies, survey online partnerships, examine effective marketing techniques, and much more. What you
  42533. ll end up with is a killer content plan that doubles as a course of action for your product and your business.
  42534. JTKiller Content.pdf
  42535. Part I PDF Links
  42536. Part II PDF Links
  42537. Part III PDF Links
  42538. sound filesK
  42539. Jan 98d
  42540. PMDev.CD Feb 00 TC
  42541.  - What's New?
  42542.  - Sample Code
  42543.  - Games
  42544.  - DSp Context SwitchV
  42545. 32288X
  42546. Feb 00^
  42547. --set theItem to choose file -- uncomment to test in an AS editor
  42548.     tell application "Finder"
  42549.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DSp Context Switch:"
  42550.         activate
  42551.     end tell
  42552. on error errMsg number errNum
  42553.     --enter statements to perform when no records are found such as...
  42554.     display dialog "Sorry, the item you selected could not be found."
  42555.     return
  42556. end try
  42557. e    No Changef
  42558. DrawSprocket
  42559. Context Switchq
  42560. Dev.CD Feb 00 TC
  42561. D!All Packages
  42562. Tool Chest Edition
  42563. DTS MPW Goodies
  42564. All Packages
  42565. System UpdateO
  42566. Dev.CD Oct 94P
  42567. Dev.CD Oct 9V
  42568. 33219X
  42569. Oct 94
  42570. b--set theItem to choose file -- uncomment to test in an AS editor
  42571.     tell application "Finder"
  42572.         open item "Dev.CD Oct 94"
  42573.         activate
  42574.     end tell
  42575. on error errMsg number errNum
  42576.     --enter statements to perform when no records are found such as...
  42577.     display dialog "Sorry, the item you selected could not be found."
  42578.     return
  42579. end try
  42580. All Packages
  42581. System UpdateO
  42582. Dev.CD Oct 94
  42583. Dev.CD Jul 94P
  42584. Dev.CD Oct 94
  42585. Dev.CD Jul 9V
  42586. 33220X
  42587. Oct 94
  42588. p--set theItem to choose file -- uncomment to test in an AS editor
  42589.     tell application "Finder"
  42590.         open item "Dev.CD Oct 94
  42591. Dev.CD Jul 94"
  42592.         activate
  42593.     end tell
  42594. on error errMsg number errNum
  42595.     --enter statements to perform when no records are found such as...
  42596.     display dialog "Sorry, the item you selected could not be found."
  42597.     return
  42598. end try
  42599. All Packages
  42600. System UpdateV
  42601. 33221X
  42602. Deletedq
  42603. Dev.CD Dec 99 RL
  42604. D!All Packages
  42605. Tool Chest Edition
  42606. DSp Context Switch
  42607. Demonstration of DSp 1.7 or 1.1.4 context switching.  This eaxmple shows DSP context switching with both DSp 1.7 and later built in functions and the equivalent in DrawSprcoket 1.1.4 and earlier.
  42608. Due to a bug in earlier version of DSp 1.7, it is recommended that the DSpContext_Reserve and DSpContext_Queue functions only beused in DSp 1.7.3 and later, prior to this it is recommended that one use the earlier version of the the switching code.
  42609. The controls for the sample application are:
  42610. - BJright arrow for a larger context
  42611. - left arrow for smaller
  42612. - Cmd-Q to exit.
  42613. JfDSp Context Switch
  42614. DSp Context Switch Main.c
  42615. DSp Context Switch.CW2.
  42616. DSp Context Switch.CW5.
  42617. Read MeK
  42618. Feb 00M[PowerPC, System 8.1+, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN
  42619. DrawSprocket, Context SwitchOBDev.CD Feb 00 TC:What's New?:Sample Code:Games:DSp Context Switch:nge
  42620. All Packages
  42621. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  42622. Dev.CD Jan 94
  42623. Dev.CD Oct 93
  42624. Dev.CD Jul 93
  42625. Dev.CD Apr 93PDDev.CD Apr 94
  42626. Dev.CD Jan 94
  42627. Dev.CD Oct 93
  42628. Dev.CD Jul 93
  42629. Dev.CD Apr 9V
  42630. 33203X
  42631. Apr 94
  42632. --set theItem to choose file -- uncomment to test in an AS editor
  42633.     tell application "Finder"
  42634.         open item "Dev.CD Apr 94
  42635. Dev.CD Jan 94
  42636. Dev.CD Oct 93
  42637. Dev.CD Jul 93
  42638. Dev.CD Apr 93"
  42639.         activate
  42640.     end tell
  42641. on error errMsg number errNum
  42642.     --enter statements to perform when no records are found such as...
  42643.     display dialog "Sorry, the item you selected could not be found."
  42644.     return
  42645. end try
  42646. All Packages
  42647. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  42648. Dev.CD Jan 94
  42649. Dev.CD Oct 93P(Dev.CD Apr 94
  42650. Dev.CD Jan 94
  42651. Dev.CD Oct 9V
  42652. 33204X
  42653. Apr 94
  42654. e    No Changef
  42655. ADBOp
  42656. CFM-68Kq
  42657. Dev.CD Feb 00 TC
  42658. D!All Packages
  42659. Tool Chest Edition
  42660. SetupGL
  42661. SetupGL is a set of functions that can be used in new and exitsing applications to handle all aspects of OpenGL setup on the Macintosh under OS 9.  It is designed to handle windowed or full screen set up with good error handling and fall back cases.  The key to SetupGL is that it attempts to match your 3D context requests with the device that is able to handle them rather than pick a single device and hoping that it can handle the 3D requirements.  A version of SetupGL is used in the "Quak
  42662. Summary:  Drop
  42663. PS provides the ability to download PostScript text files, as well as EPS (Encapsulated PostScript) files, to a network-connected PostScript printer. Files may be downloaded in the background, and entire folders or disks may be downloaded as well.
  42664. Features:  This updated version fixes a bug which prevented Drop
  42665. PS from seeing printers in zones other than the default one.
  42666. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for aBbny problems you may encounter in its use.  
  42667. PS is freeware, provided by Bare Bones Software.
  42668. J-!NOT AN APPLE PRODUCT!:
  42669. About Drop
  42670. Nov 94L
  42671. Sep 95M
  42672. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  42673. PS 1.1.3:PFDev.CD Nov 99 TC
  42674.  - Tool Chest
  42675.  - Developer Utilities
  42676.  - Drop
  42677. PS 1.1.3
  42678. $D!All Packages
  42679. Tool Chest Edition
  42680. includes
  42681. dukemovie
  42682. dukemovie
  42683. dumpster
  42684. dutch
  42685. dutch
  42686. 1.1.3
  42687. development
  42688. primer
  42689. dzautodrone
  42690. dzautodrone
  42691. dzautodroneburn
  42692. dzautodroneburn
  42693. dzautodroneexpl
  42694. dzautodroneexpl
  42695. dzdisplay
  42696. dzdisplay
  42697. dzdisplay
  42698. dzdrone
  42699. dzdrone
  42700. dzdrone
  42701. dzevenmoreresources
  42702. dzevenmoreresources
  42703. dzevents
  42704. dzevents
  42705. dzevents
  42706. dzgame
  42707. dzgame
  42708. dzgame
  42709. dzinput
  42710. dzinput
  42711. dzinput
  42712. dzisppresets
  42713. dzisppresets
  42714. dzisppresets
  42715. dzkeycap
  42716. dzkeycap
  42717. dzmain
  42718. dzmain
  42719. dzmain
  42720. dzmenu
  42721. dzmenu
  42722. dzmenu
  42723. 32286X
  42724. Nov 99^
  42725. --set theItem to choose file -- uncomment to test in an AS editor
  42726.     tell application "Finder"
  42727.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  42728. PS 1.1.3:"
  42729.         activate
  42730.     end tell
  42731. on error errMsg number errNum
  42732.     --enter statements to perform when no records are found such as...
  42733.     display dialog "Sorry, the item you selected could not be found."
  42734.     return
  42735. end try
  42736. Deletedq
  42737. Dev.CD Nov 99 TC
  42738. D(All Packages
  42739. Reference Library Edition
  42740. DropDiskIxSummary:  DropDisk is an application that mounts disk images on the desktop.  See the file "About DropDisk" for details.J
  42741. About DropDisk
  42742. DropDiskK
  42743. Jan 95O*Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:P/Dev.CD Dec 99 RL
  42744.  - Utilities
  42745.  - DropDisk 1.0b5V
  42746. 32287X
  42747. Dec 99^
  42748. references@
  42749. register@
  42750. reinit@
  42751. reliable@
  42752. remains@
  42753. reports@
  42754. requiring@
  42755. resources@
  42756. respond@
  42757. item "Dev.CD Feb 00 TC:Language Kits:Korean Language Kit 1.0:"
  42758.         activate
  42759.     end tell
  42760. on error errMsg number errNum
  42761.     --enter statements to perform when no records are found such as...
  42762.     display dialog "Sorry, the item you selected could not be found."
  42763.     return
  42764. end try
  42765. e    No Changeq
  42766. Dev.CD Feb 00 TC
  42767. %D!All Packages
  42768. Tool Chest Edition
  42769. onstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  42770. J'Sample Code.img
  42771. Windows Sample Code.imgK
  42772. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  42773. Finder label menu iconO
  42774. Dev.CD Feb 00 TC:Sample Code:P
  42775. Dev.CD Feb 00 TC
  42776.  - Sample CodeV
  42777. 30485X
  42778. 1le CodeV
  42779. 30485X
  42780. Moved
  42781. dzmenu
  42782. dzmoreresources
  42783. dzmoreresources
  42784. dzprefix
  42785. dzprefix
  42786. dzresource
  42787. dzresource
  42788. dzresource
  42789. dzsound
  42790. dzsound
  42791. dzsound
  42792. dzsound
  42793. dzspace
  42794. dzspace
  42795. dzspace
  42796. dzthumbprint
  42797. dzthumbprint
  42798. dzutils
  42799. dzutils
  42800. dzutils
  42801. dzversion
  42802. dzversion
  42803. e-spanish
  42804. easyview
  42805. pe fonts that produce high-quality on-s
  42806. creen and printed characters at many sizes. Unlike most other Korean language solutions, the Korean Language Kit offers full hanja support, including the hanja Dictionary Utility that allows a user to create a personal hanja dictionary.
  42807. The Korean Language Kit is based on Apple's WorldScript technology, which simplifies the way in which a single operating system can support multiple languages. It works with world ready applications that take advantage of WorldScript, such as ClarisWorks 4
  42808. editor
  42809. mini-conference
  42810. report
  42811. embedding
  42812. embedding
  42813. profile
  42814. embedding
  42815. profile
  42816. gif89a
  42817. embedding
  42818. profile
  42819. embedding
  42820. profiles
  42821. embedding
  42822. profiles
  42823. embedding
  42824. profiles
  42825. embedding
  42826. profiles
  42827. emulator
  42828. emulator
  42829. release
  42830. notes
  42831. emulator
  42832. update
  42833. extension
  42834. enabler
  42835. encoding
  42836. encodings
  42837. engineering
  42838. engines
  42839. english
  42840. english
  42841. british
  42842. 1.1.3
  42843. english
  42844. installer
  42845. englishmiscellaneous
  42846. englishmiscellaneous
  42847. englishmiscellaneous
  42848. englishterminology
  42849. englishterminology
  42850. englishterminology
  42851. enhanced
  42852. enhanced
  42853. survival
  42854. guide
  42855. enterprise
  42856. enterprise
  42857. environment
  42858. - Common
  42859.     - Sun Compliant Java Runtime Environment 1.1
  42860.     - QuickTime 3 
  42861.     - QTJava.zip
  42862.     - QTJava media samples
  42863. - Mac OS:
  42864.     - System 8 or later
  42865.     - Macintosh Runtime for Java (MRJ) 2.1
  42866. - Windows 95, 98, or NT::
  42867.     - JRE/JDK from Sun Microsystems, Inc. recommended
  42868. QuickTime, Java, MRJ
  42869. p--set theItem to choose file -- uncomment to test in an AS editor
  42870.     tell application "Finder"
  42871.         open item "Dev.CD Apr 94
  42872. Dev.CD Jan 94"
  42873.         activate
  42874.     end tell
  42875. on error errMsg number errNum
  42876.     --enter statements to perform when no records are found such as...
  42877.     display dialog "Sorry, the item you selected could not be found."
  42878.     return
  42879. end try
  42880. beaker
  42881. beard
  42882. beast
  42883. beasts
  42884. beautiful
  42885. became
  42886. because
  42887. adjust
  42888. you'll
  42889. access
  42890. documentation
  42891. software
  42892. technolo
  42893. you're
  42894. you've
  42895. dialog
  42896. dialogbits
  42897. --set theItem to choose file -- uncomment to test in an AS editor
  42898.     tell application "Finder"
  42899.         open item "Dev.CD Apr 94
  42900. Dev.CD Jan 94
  42901. Dev.CD Oct 93
  42902. Dev.CD Jul 93"
  42903.         activate
  42904.     end tell
  42905. on error errMsg number errNum
  42906.     --enter statements to perform when no records are found such as...
  42907.     display dialog "Sorry, the item you selected could not be found."
  42908.     return
  42909. end try
  42910. MUQuickDraw 3D, GameSprockets, and either Universal Interfaces 3.3 or GameSprockets SDKN:InputSprocket, DrawSprocket, SoundSprocket, 3D Sound, QD3Db 00 TC:Sample Code:"
  42911.         activate
  42912.     end tell
  42913. on error errMsg number errNum
  42914.     --enter statements to perform when no records are found such as...
  42915.     display dialog "Sorry, the item you selected could not be found."
  42916.     return
  42917. end try
  42918. Movedf
  42919. Finder label menu iconq
  42920. Dev.CD Feb 00 TC
  42921. &D!All Packages
  42922. Mac OS SDK Edition
  42923. nguage Analysis Architecture (LAA) provides applications with standard interface for lexical analysis on Mac OS.
  42924. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  42925. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wisometimes even wi
  42926. 30486X
  42927. references
  42928. referential
  42929. referred
  42930. reflect
  42931. reflecting
  42932. reformats
  42933. reformatting
  42934. regarded
  42935. regarding
  42936. regardless
  42937. regards
  42938. region
  42939. regions
  42940. ode.img
  42941. Windows Sample Code.imgK
  42942. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  42943. Finder label menu iconO
  42944. Dev.CD Feb 00 TC:Sample Code:P
  42945. Dev.CD Feb 00 TC
  42946.  - Sample CodeV
  42947. 30485X
  42948.  real project.
  42949. It has not been extensively tested. It is code written by the sprockets engineers, expressly to demonstrate the sprockets. The InputSprocket code in this version is solid, and was specifically designed to be similar to a flightsim so that those who are working on a project with flight-sim like controls can use the InputSprocket code almost verbatim.
  42950. You will need to download InputSprocket 1.2.1 in order to build this project.
  42951. DroneZone
  42952. DroneZone Release Notes.doc
  42953. DroneZone.CW2.prj
  42954. DroneZone.CW5.prj
  42955. DZAutoDrone.3DMF
  42956. DZAutoDroneBurn.3DMF
  42957. DZAutoDroneExpl.3DMF
  42958. DZDisplay.c
  42959. DZDisplay.h
  42960. DZDrone.c
  42961. DZDrone.h
  42962. DZEvenMoreResources.r
  42963. DZEvents.c
  42964. DZEvents.h
  42965. DZGame.c
  42966. DZGame.h
  42967. DZInput.c
  42968. DZInput.h
  42969. DZISpPresets.r
  42970. DZISpPresets.rsrc
  42971. DZKeyCap.h
  42972. DZMain.c
  42973. DZMain.h
  42974. DZMenu.c
  42975. DZMenu.h
  42976. DZMoreResources.r
  42977. DZPrefix.h
  42978. DZResource.h
  42979. DZResource.rsrc
  42980. DZSound.c
  42981. DZSound.h
  42982. DZSound.rsrc
  42983. DZSpace.c
  42984. DZSpace.h
  42985. DZThumbprint.h
  42986. DZUtils.c
  42987. DZUtils.h
  42988. DZVersionB
  42989. Feb 00sis SDK:
  42990. 32285X
  42991. Feb 00^
  42992. --set theItem to choose file -- uncomment to test in an AS editor
  42993.     tell application "Finder"
  42994.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DroneZone:"
  42995.         activate
  42996.     end tell
  42997. on error errMsg number errNum
  42998.     --enter statements to perform when no records are found such as...
  42999.     display dialog "Sorry, the item you selected could not be found."
  43000.     return
  43001. end try
  43002. e    No Changef6InputSprocket
  43003. DrawSprocket
  43004. SoundSprocket
  43005. 3D Sound
  43006. QD3Dq
  43007. Dev.CD Feb 00 TC
  43008. D!All Packages
  43009. Tool Chest Edition
  43010. PS 1.1.3
  43011. O9Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DroneZone:PDDev.CD Feb 00 TC
  43012.  - What's New?
  43013.  - Sample Code
  43014.  - Games
  43015.  - DroneZonenalysis on Mac OS.
  43016. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  43017. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wi
  43018. Summary:  The Verifier is an Apple internal localization verification tool.  It is used to catch localization problems such as corrupted CODE resources, and mismatched resource attribute bits.  It is very customized to Apple's internal needs, but it may serve as a good example on the types of things to look out for when you localize your software.
  43019. Features:
  43020.  Compares resources based on a user defined script file
  43021.  Compares file/resource flags
  43022.  Verifies vers resources
  43023.  Reports missing rB
  43024. esources between original/localized files
  43025. Issues: Apple internal tool.  Good example on what to look out for, though you may need to customize/rewrite for your own usage.
  43026. Verifier 1.0.imgK
  43027. Jun 92L
  43028. May 94M(MPW, any Mac w/13" minimum sized screen.O2Dev.CD Feb 00 TC:Tool Chest:Localization:Verifier:P:Dev.CD Feb 00 TC
  43029.  - Tool Chest
  43030.  - Localization
  43031.  - Verifier
  43032. revised
  43033. lyzer
  43034. analyzes
  43035. analyzing
  43036. r--set theItem to choose file -- uncomment to test in an AS editor
  43037.     tell application "Finder"
  43038.         open item "Dev.CD Feb 00 TC:Sample Code:"
  43039.         activate
  43040.     end tell
  43041. on error errMsg number errNum
  43042.     --enter statements to perform when no records are found such as...
  43043.     display dialog "Sorry, the item you selected could not be found."
  43044.     return
  43045. end try
  43046. scrolling
  43047. scrolling
  43048. control
  43049. proportional
  43050. scroll
  43051. appearance
  43052. loadable
  43053. loader
  43054. loading
  43055. locales
  43056. localization
  43057. localized
  43058. location
  43059. location
  43060. configuration
  43061. setting
  43062. preference
  43063. switch
  43064. module
  43065. logical
  43066. lproj
  43067. lurkers
  43068. lurkers
  43069. projector
  43070. management
  43071. manager
  43072. manuals
  43073. media
  43074. memory
  43075. memory
  43076. manager
  43077. power
  43078. macintosh
  43079. heaps
  43080. memory
  43081. r--set theItem to choose file -- uncomment to test in an AS editor
  43082.     tell application "Finder"
  43083.         open item "Dev.CD Feb 00 TC:Sample Code:"
  43084.         activate
  43085.     end tell
  43086. on error errMsg number errNum
  43087.     --enter statements to perform when no records are found such as...
  43088.     display dialog "Sorry, the item you selected could not be found."
  43089.     return
  43090. end try
  43091. c OS compatible computer.  The Apple Language Kit Updater for Mac OS 8 (LKU8) is necessary when attempting to use one of the following:
  43092. Current Language Kits with Mac OS 8.0 or newer.
  43093. and/or
  43094. anderson
  43095. angles
  43096. animate
  43097. animated
  43098. animation
  43099. animators
  43100. anniversay
  43101. annotated
  43102. annotations
  43103. announcement
  43104. announcing
  43105. annoying
  43106. anonymous
  43107. developing
  43108. drivers
  43109. sometimes
  43110. resedit
  43111. whenever
  43112. where
  43113. whereas
  43114. wherever
  43115. whether
  43116. e    No Changef<device
  43117. driver
  43118. block
  43119. storage
  43120. Drive,r Gestalt
  43121. CD-ROM
  43122. hard diskq
  43123. Dev.CD Feb 00 TC
  43124. D!All Packages
  43125. Tool Chest Edition
  43126. F    DroneZone
  43127. DroneZone is a QD3D application which was designed to use SoundSprocket to demonstrate 3D sound. It also became a good demonstration of InputSprocket, especially in this latest version. The DrawSprocket code is currently disabled, and should not be used as a DrawSprocket reference (SprocketInvaders is a much better choice for sample code to learn DrawSprocket). The QD3D code in DroneZone was written for QD3D 1.0, and until the code is updated, also should not be used as the foundation of ait Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese KoreanO=Dev.CD Feb 00 TC:Language Kits:Language Kit Updater f/MacOS8:PBDev.CD Feb 00 TC
  43128.  - Language Kits
  43129.  - Language Kit Updater f/MacOS8
  43130. 32283X
  43131. Feb 00^
  43132. --set theItem to choose file -- uncomment to test in an AS editor
  43133.     tell application "Finder"
  43134.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Driver Installer:"
  43135.         activate
  43136.     end tell
  43137. on error errMsg number errNum
  43138.     --enter statements to perform when no records are found such as...
  43139.     display dialog "Sorry, the item you selected could not be found."
  43140.     return
  43141. end try
  43142. e    No Changeq
  43143. Dev.CD Feb 00 TC
  43144. D!All Packages
  43145. Tool Chest Edition
  43146. DriverGestaltExplorerI
  43147. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  43148. s support of Driver Gestalt.J'Sample Code.img
  43149. Windows Sample Code.imgK
  43150. Jun 98NBdevice, driver, block, storage, Drive,r Gestalt, CD-ROM, hard diskO
  43151. Dev.CD Feb 00 TC:Sample Code:P
  43152. Dev.CD Feb 00 TC
  43153.  - Sample CodeV
  43154. 32284X
  43155. Feb 00^
  43156. Collation
  43157. Print To PDF
  43158. LaserWriter 8.5.1 GM.seaK
  43159. Jun 95L
  43160. Jan 98N"LaserWriter 8 driver printer 8.5.1
  43161. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  43162. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  43163. JGAbout Driver Installer
  43164. About Driver Installer.txt
  43165. Installer for DriversK
  43166. Vol IVO5Dev.CD Feb 00 TC:Tool Chest:Devices:Driver Installer:P=Dev.CD Feb 00 TC
  43167.  - Tool Chest
  43168.  - Devices
  43169.  - Driver Installermentation
  43170. Read me before using new API!
  43171. Nov 93L
  43172. Nov 93M
  43173. System Software 6.0.7 or later.O7Dev.CD Feb 00 TC:Tool Chest:Printing:LaserWriter 8 API:P?Dev.CD Feb 00 TC
  43174.  - Tool Chest
  43175.  - Printing
  43176.  - LaserWriter 8 API
  43177. Drive Setup
  43178. Drive Setup GuideK
  43179. May 96L
  43180. Feb 99N
  43181. Disk, Drive Setup, AidO2Dev.CD Mar 00 RL Disk 1:Utilities:Drive Utilities:P7Dev.CD Mar 00 RL Disk 1
  43182.  - Utilities
  43183.  - Drive UtilitiesV
  43184. 32282X
  43185. Mar 00^    RL Disk 1
  43186. --set theItem to choose file -- uncomment to test in an AS editor
  43187.     tell application "Finder"
  43188.         open item "Dev.CD Mar 00 RL Disk 1:Utilities:Drive Utilities:"
  43189.         activate
  43190.     end tell
  43191. on error errMsg number errNum
  43192.     --enter statements to perform when no records are found such as...
  43193.     display dialog "Sorry, the item you selected could not be found."
  43194.     return
  43195. end try
  43196. e    No Changef
  43197. Drive Setup
  43198. Dev.CD Mar 00 RL Disk 1
  43199. D!All Packages
  43200. Tool Chest Edition
  43201. Driver Installer
  43202.      memory leaks. Heavily commented source code included.J
  43203. Memory Management.imgK
  43204. Vol XOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  43205.  - Tool Chest
  43206.  - Testing & Debugging
  43207.  - Memory ManagementV
  43208. 30491X
  43209. Feb 00^
  43210. saver
  43211. scanners
  43212. scrap
  43213. scrap
  43214. color
  43215. script
  43216. scriptable
  43217. scriptable
  43218. print
  43219. simpletext
  43220. scriptablestuffiteng
  43221. scripts
  43222. scriptswitcher
  43223. scriptx
  43224. scriptx
  43225. 1.5.1
  43226. scroll
  43227. samples
  43228. tools
  43229. sdec/scom
  43230. security
  43231. security
  43232. sedit
  43233. sedit
  43234. 1.0b3
  43235. selectors
  43236. server
  43237. control
  43238. services
  43239. setdefaultdtp
  43240. setdeskcpatdemo
  43241. setled
  43242. setup
  43243. setupgl
  43244. setwindbackcolor
  43245. sgcapture
  43246. sgcapture2disk
  43247. shared
  43248. sherlock
  43249. sherlock
  43250. plug-ins
  43251. shimmermate
  43252. shimmermate
  43253. 2.0.1
  43254. globals
  43255. movie
  43256. showdialogboxes
  43257. Dev.CD Feb 00 TC:Sample Code:P
  43258. Dev.CD Feb 00 TC
  43259.  - Sample CodeV
  43260. 32885X
  43261. Feb 00^
  43262. r--set theItem to choose file -- uncomment to test in an AS editor
  43263.     tell application "Finder"
  43264.         open item "Dev.CD Feb 00 TC:Sample Code:"
  43265.         activate
  43266.     end tell
  43267. on error errMsg number errNum
  43268.     --enter statements to perform when no records are found such as...
  43269.     display dialog "Sorry, the item you selected could not be found."
  43270.     return
  43271. end try
  43272. e    No Changeq
  43273. Dev.CD Feb 00 TC
  43274. 1D!All Packages
  43275. Tool Chest Edition
  43276. Snippets - Toolbox
  43277. technologies
  43278. technology
  43279. technote
  43280. technotes
  43281. tecsetbasicoptions
  43282. teknosys
  43283. telephone
  43284. telephones
  43285. telephony
  43286. r--set theItem to choose file -- uncomment to test in an AS editor
  43287.     tell application "Finder"
  43288.         open item "Dev.CD Feb 00 TC:Sample Code:"
  43289.         activate
  43290.     end tell
  43291. on error errMsg number errNum
  43292.     --enter statements to perform when no records are found such as...
  43293.     display dialog "Sorry, the item you selected could not be found."
  43294.     return
  43295. end try
  43296. libraries
  43297. libraryQ
  43298. license
  43299. licensing
  43300. linecount
  43301. linecount
  43302. linked
  43303. linked
  43304. files
  43305. drawsprocket
  43306. getversion
  43307. context
  43308. drawsprocket
  43309. gspgetversion
  43310. toolbox
  43311. drive
  43312. driver
  43313. drivers
  43314. dumpobj
  43315. duplication
  43316. content
  43317. development
  43318. entertainment
  43319. consumer
  43320. electronics
  43321. dynamic
  43322. translation
  43323. manager
  43324. translation
  43325. editing
  43326. editor
  43327. effects
  43328. eject
  43329. electronics
  43330. elements
  43331. email
  43332. embed
  43333. emulator
  43334. enabled
  43335. enabler
  43336. encoding
  43337. endpoint
  43338. endpoints
  43339. engine
  43340. engine
  43341. internet
  43342. sherlock
  43343. enterprise
  43344. finder
  43345. display
  43346. folder
  43347. launch
  43348. folder
  43349. foreign
  43350. formatting
  43351. foundation
  43352. framework
  43353. function
  43354. functions
  43355. loading
  43356. resource
  43357. codec
  43358. codes
  43359. codewarrior
  43360. collation
  43361. collection
  43362. collection
  43363. services
  43364. color
  43365. color
  43366. depth
  43367. color
  43368. color
  43369. picker
  43370. 2.1.1
  43371. color2index
  43372. colorsync
  43373. colorsync
  43374. photoshop
  43375. plug-ins
  43376. colorsync
  43377. profile
  43378. rename
  43379. colour
  43380. colour
  43381. table
  43382. comet
  43383. communications
  43384. communications
  43385. toolbox
  43386. content
  43387. region
  43388. context
  43389. context
  43390. switch
  43391. contextual
  43392. contextual
  43393. control
  43394. control
  43395. control
  43396. panel
  43397. control
  43398. strip
  43399. controls
  43400. conversion
  43401. coprocessor
  43402. foundation
  43403. corners
  43404. countersQ
  43405. counting
  43406. counts
  43407. creator
  43408. cross-platform
  43409. ctabhandle
  43410. cursors
  43411. custom
  43412. custom
  43413. allocators
  43414. MjCan be opened by any application which will read PICT files, but looks best when opened with Canvas 3.0.3.OYDev.CD Feb 00 TC:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:PdDev.CD Feb 00 TC
  43415.  - Tool Chest
  43416.  - Hardware
  43417.  - Display & Video Hardware
  43418.  - VRAM & bit-depth explainedV
  43419. 33275X
  43420. Feb 00^
  43421. --set theItem to choose file -- uncomment to test in an AS editor
  43422.     tell application "Finder"
  43423.         open item "Dev.CD Feb 00 TC:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:"
  43424.         activate
  43425.     end tell
  43426. on error errMsg number errNum
  43427.     --enter statements to perform when no records are found such as...
  43428.     display dialog "Sorry, the item you selected could not be found."
  43429.     return
  43430. end try
  43431. e    No Changeq
  43432. Dev.CD Feb 00 TC
  43433. D!All Packages
  43434. Tool Chest Edition
  43435. VU Assist Modules for MacApp
  43436. All Packages
  43437. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  43438. Dev.CD Jan 94
  43439. Dev.CD Oct 93
  43440. Dev.CD Jul 93
  43441. Dev.CD Apr 93PDDev.CD Apr 94
  43442. Dev.CD Jan 94
  43443. Dev.CD Oct 93
  43444. Dev.CD Jul 93
  43445. Dev.CD Apr 9V
  43446. 33054X
  43447. Apr 94
  43448. --set theItem to choose file -- uncomment to test in an AS editor
  43449.     tell application "Finder"
  43450.         open item "Dev.CD Apr 94
  43451. Dev.CD Jan 94
  43452. Dev.CD Oct 93
  43453. Dev.CD Jul 93
  43454. Dev.CD Apr 93"
  43455.         activate
  43456.     end tell
  43457. on error errMsg number errNum
  43458.     --enter statements to perform when no records are found such as...
  43459.     display dialog "Sorry, the item you selected could not be found."
  43460.     return
  43461. end try
  43462. All Packages
  43463. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  43464. Dev.CD Jan 94
  43465. Dev.CD Oct 93
  43466. Dev.CD Jul 93
  43467. Dev.CD Apr 93PDDev.CD Apr 94
  43468. Dev.CD Jan 94
  43469. Dev.CD Oct 93
  43470. Dev.CD Jul 93
  43471. Dev.CD Apr 9V
  43472. 33055X
  43473. Apr 94
  43474. MUPowerPC, System 8.1 or later, and either Universal Interfaces 3.3 or DrawSprocket SDKN-DrawSprocket, GetVersion, Context, blit, CLUTO@Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DrawSprocketTest:PKDev.CD Feb 00 TC
  43475.  - What's New?
  43476.  - Sample Code
  43477.  - Games
  43478.  - DrawSprocketTestV
  43479. 32281X
  43480. Feb 00^
  43481. --set theItem to choose file -- uncomment to test in an AS editor
  43482.     tell application "Finder"
  43483.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DrawSprocketTest:"
  43484.         activate
  43485.     end tell
  43486. on error errMsg number errNum
  43487.     --enter statements to perform when no records are found such as...
  43488.     display dialog "Sorry, the item you selected could not be found."
  43489.     return
  43490. end try
  43491. e    No Changef)DrawSprocket
  43492. GetVersion
  43493. Context
  43494. CLUTq
  43495. Dev.CD Feb 00 TC
  43496. All Packages
  43497. Drive UtilitiesI
  43498. This package contains  Drive Setup v1.7.2,  a program that lets you partition, initialize, and update fixed and removable disks.K
  43499. May 96L
  43500. Feb 99V
  43501. 32282X
  43502. 1e    No Change
  43503. display/context
  43504. displayaudit
  43505. displayed
  43506. displaying
  43507. displays
  43508. dispose
  43509. disposed
  43510. disposehandle
  43511. disposeresource
  43512. distances
  43513. distinguished
  43514. distinguishes
  43515. distinguishing
  43516. distribute
  43517. distributed
  43518. distribution
  43519. distributor
  43520. distributors
  43521. dithering
  43522. divided
  43523. firstscreendevi
  43524. dmgetnextscreendevic
  43525. p--set theItem to choose file -- uncomment to test in an AS editor
  43526.     tell application "Finder"
  43527.         open item "Dev.CD Apr 94
  43528. Dev.CD Jan 94"
  43529.         activate
  43530.     end tell
  43531. on error errMsg number errNum
  43532.     --enter statements to perform when no records are found such as...
  43533.     display dialog "Sorry, the item you selected could not be found."
  43534.     return
  43535. end try
  43536. draggingsprites
  43537. drawing
  43538. drawsprocket
  43539. drawsprockettest
  43540. drive
  43541. drive
  43542. utilities
  43543. driver
  43544. driver
  43545. installer
  43546. drivergestaltexplore
  43547. dronezone
  43548. 1.1.3
  43549. dropdisk
  43550. context
  43551. switch
  43552. goodies
  43553. utilities
  43554. aug-95
  43555. dukemovie
  43556. dumparpcache
  43557. dumpnetworksetup
  43558. primer
  43559. edition
  43560. editor
  43561. edittextcdev
  43562. effect
  43563. eject
  43564. eject
  43565. cards
  43566. location
  43567. module
  43568. embedding
  43569. embedding
  43570. profile
  43571. documentation
  43572. emulator
  43573. draggingsprites
  43574. draggingsprites
  43575. draglib
  43576. drawing
  43577. drawsprocket
  43578. drawsprocket
  43579. drawsprockettest
  43580. drawsprockettest
  43581. drawsprockettest
  43582. drawsprockettest
  43583. drawtextcodec
  43584. drawtextcodec
  43585. example
  43586. drive
  43587. setup
  43588. drive
  43589. setup
  43590. guide
  43591. driver
  43592. drivers
  43593. dronezone
  43594. dronezone
  43595. dronezone
  43596. dronezone
  43597. release
  43598. notes
  43599. dropdisk
  43600. dropshell
  43601. dropshell
  43602. dropshell
  43603. dropshell
  43604. dropshell
  43605. dropshell
  43606. dropshell
  43607. drvrs
  43608. dsappleevents
  43609. dsappleevents
  43610. dsappleevents
  43611. dsglobals
  43612. dsglobals
  43613. context
  43614. switch
  43615. context
  43616. switch
  43617. context
  43618. switch
  43619. context
  43620. switch
  43621. dsuserprocs
  43622. dsuserprocs
  43623. dsuserprocs
  43624. dsutils
  43625. dsutils
  43626. dsutils
  43627. --set theItem to choose file -- uncomment to test in an AS editor
  43628.     tell application "Finder"
  43629.         open item "Dev.CD Apr 94
  43630. Dev.CD Jan 94
  43631. Dev.CD Oct 93
  43632. Dev.CD Jul 93
  43633. Dev.CD Apr 93"
  43634.         activate
  43635.     end tell
  43636. on error errMsg number errNum
  43637.     --enter statements to perform when no records are found such as...
  43638.     display dialog "Sorry, the item you selected could not be found."
  43639.     return
  43640. end try
  43641. differentiating
  43642. differentiation
  43643. differing
  43644. differs
  43645. difficult
  43646. difficulties
  43647. difficulty
  43648. digest
  43649. digit
  43650. dialup
  43651. dictation
  43652. viewer
  43653. viewerdemo
  43654. viewerdemo
  43655. virtual
  43656. virtual
  43657. keycode
  43658. virtual
  43659. sphere
  43660. sample
  43661. virtual
  43662. tools
  43663. bit-depth
  43664. explnd
  43665. please
  43666. vu3.0.1d3W
  43667. vu3.0.1d3
  43668. vumeters
  43669. walltowalldialog
  43670. walltowalldialog
  43671. walltowalldialog
  43672. waste
  43673. waste
  43674. 1.3a6
  43675. waste
  43676. headers
  43677. waste
  43678. waste
  43679. classic
  43680. waste
  43681. documentation
  43682. waste
  43683. pascal
  43684. interfaces
  43685. wastelib
  43686. registration
  43687. dialog box that appears.
  43688. Note: QuickTime Conferencing supports Apple built-in video.  Apple cannot guarantee compatibility with third-party video input cards. 
  43689. A Note Regarding Interoperability
  43690. QuickTime Conferencing is the foundation for a broad range of Apple and third-party video and document conferencing solutions.
  43691. QuickTime Conferencing supports open standards for interoperability, so developers can use it to create software that works with a variety of network transports, compres
  43692. =sion technologies, and media devices (cameras, microphones, and so forth). QuickTime Conferencing provides consistent standards that encourage software developers to create application programs that look and act the same from a user
  43693. s point of view, regardless of the computer, network service, or devices being used.
  43694. Install QuickTime Conferencing
  43695. Marketing Stuff
  43696. Programming Stuff
  43697. QTC Technical Backgrounder
  43698. QuickTime Conf. - Read Me First
  43699. Using QuickTime ConferencingK
  43700. Apr 96
  43701. DraggingSpritesI
  43702. This demo program shows how to define MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite.J9dd.bat
  43703. DraggingSprites
  43704. DraggingSprites.zip
  43705. README.txt
  43706. Feb 00
  43707. - Common
  43708.     - Sun Compliant Java Runtime Environment 1.1
  43709.     - QuickTime 3 
  43710.     - QTJava.zip
  43711.     - QTJava media samples
  43712. - Mac OS:
  43713.     - System 8 or later
  43714.     - Macintosh Runtime for Java (MRJ) 2.1
  43715. - Windows 95, 98, or NT::
  43716.     - JRE/JDK from Sun Microsystems, Inc. recommended
  43717. QuickTime, Java, MRJOVDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DraggingSprites:PdDev.CD Feb 00 TC
  43718.  - What's New?
  43719.  - Sample Code
  43720.  - QuickTime
  43721.  - QuickTime for Java
  43722.  - DraggingSpritesV
  43723. 32280 TC:Sample Code:"
  43724.         activate
  43725.     end tell
  43726. on error errMsg number errNum
  43727.     --enter statements to perform when no records are found such as...
  43728.     display dialog "Sorry, the item you selected could not be found."
  43729.     return
  43730. end try
  43731. e    No Change
  43732. D!All Packages
  43733. Tool Chest Edition
  43734. -- uncomment to test in an AS editor
  43735.     tell application "Finder"
  43736.         open item "Dev.CD Feb 00 TC:Sample Code:"
  43737.         activate
  43738.     end tell
  43739. on error errMsg number errNum
  43740.     --enter statements to perform when no records are found such as...
  43741.     display dialog "Sorry, the item you selected could not be found."
  43742.     return
  43743. end try
  43744. Feb 00^
  43745. --set theItem to choose file -- uncomment to test in an AS editor
  43746.     tell application "Finder"
  43747.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DraggingSprites:"
  43748.         activate
  43749.     end tell
  43750. on error errMsg number errNum
  43751.     --enter statements to perform when no records are found such as...
  43752.     display dialog "Sorry, the item you selected could not be found."
  43753.     return
  43754. end try
  43755. e    No Changef
  43756. QuickTime
  43757. Dev.CD Feb 00 TC
  43758. D!All Packages
  43759. Tool Chest Edition
  43760. DrawSprocketTestI
  43761. This sample shows basic implementations of DrawSprocket Functions.  It demonstrates:
  43762. - Get Version
  43763. - Display/context iteration
  43764. - Context searching
  43765. - Multiple-buffering/page flipping
  43766. - CLUT operations
  43767. - DSpUserSelectContext
  43768. - Underlays
  43769. - Single BufferingJ^DrawSprocketTest
  43770. DrawSprocketTest.c
  43771. DrawSprocketTest.CW2.prj
  43772. DrawSprocketTest.CW5.prj
  43773. makefileK
  43774. Feb 00:What's New?:Sample Code:Games:DrawSprocketTest:V
  43775. 32281X
  43776. 1e    No Change
  43777. b--set theItem to choose file -- uncomment to test in an AS editor
  43778.     tell application "Finder"
  43779.         open item "Dev.CD Apr 93"
  43780.         activate
  43781.     end tell
  43782. on error errMsg number errNum
  43783.     --enter statements to perform when no records are found such as...
  43784.     display dialog "Sorry, the item you selected could not be found."
  43785.     return
  43786. end try
  43787. hubbard
  43788. human
  43789. hundreds
  43790. huxham
  43791. hybrid
  43792. hypercard
  43793. hyperdam
  43794. hypertalk
  43795. hypertext
  43796. Dev.CD Jan 94P
  43797. Dev.CD Jan 9V
  43798. 32754X
  43799. Jan 94
  43800. b--set theItem to choose file -- uncomment to test in an AS editor
  43801.     tell application "Finder"
  43802.         open item "Dev.CD Jan 94"
  43803.         activate
  43804.     end tell
  43805. on error errMsg number errNum
  43806.     --enter statements to perform when no records are found such as...
  43807.     display dialog "Sorry, the item you selected could not be found."
  43808.     return
  43809. end try
  43810. All Packages
  43811. F    QuickTimeOsDev.CD Jan 94
  43812. Dev.CD Oct 93
  43813. Dev.CD Jul 93
  43814. Dev.CD Apr 93
  43815. Dev.CD Mar 93
  43816. Dev.CD Feb 93
  43817. Dev.CD Jan 93
  43818. Dev.CD Nov/Dec 92PrDev.CD Jan 94
  43819. Dev.CD Oct 93
  43820. Dev.CD Jul 93
  43821. Dev.CD Apr 93
  43822. Dev.CD Mar 93
  43823. Dev.CD Feb 93
  43824. Dev.CD Jan 93
  43825. Dev.CD Nov/Dec 9V
  43826. 32755X
  43827. Jan 94
  43828. Dev.CD Jan 94P
  43829. Dev.CD Jan 9V
  43830. 32735X
  43831. Jan 94
  43832. b--set theItem to choose file -- uncomment to test in an AS editor
  43833.     tell application "Finder"
  43834.         open item "Dev.CD Jan 94"
  43835.         activate
  43836.     end tell
  43837. on error errMsg number errNum
  43838.     --enter statements to perform when no records are found such as...
  43839.     display dialog "Sorry, the item you selected could not be found."
  43840.     return
  43841. end try
  43842. All Packages
  43843. F    QuickTimeO
  43844. Dev.CD Jan 94
  43845. Dev.CD Oct 93P
  43846. Dev.CD Jan 94
  43847. Dev.CD Oct 9V
  43848. 32736X
  43849. Jan 94
  43850. p--set theItem to choose file -- uncomment to test in an AS editor
  43851.     tell application "Finder"
  43852.         open item "Dev.CD Jan 94
  43853. Dev.CD Oct 93"
  43854.         activate
  43855.     end tell
  43856. on error errMsg number errNum
  43857.     --enter statements to perform when no records are found such as...
  43858.     display dialog "Sorry, the item you selected could not be found."
  43859.     return
  43860. end try
  43861. All Packages
  43862. F    QuickTimeO
  43863. Dev.CD Jan 94
  43864. Dev.CD Oct 93V
  43865. 32737X
  43866. e    No Changef*DisposeResource debugging resource handlesq
  43867. Dev.CD Feb 00 TC
  43868. D!All Packages
  43869. Tool Chest Edition
  43870. DoubleTrouble initI
  43871. Summary: DoubleTrouble is a debugging utility made to catch a common programming error: freeing a handle that has already been freed.  
  43872. Issues:  This utility is not compatible with System 7.5.J
  43873. Memory Management.imgK
  43874. Sep 92OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  43875.  - Tool Chest
  43876.  - Testing & Debugging
  43877.  - Memory ManagementV
  43878. 32279X
  43879. Feb 00^
  43880. --set theItem to choose file -- uncomment to test in an AS editor
  43881.     tell application "Finder"
  43882.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  43883.         activate
  43884.     end tell
  43885. on error errMsg number errNum
  43886.     --enter statements to perform when no records are found such as...
  43887.     display dialog "Sorry, the item you selected could not be found."
  43888.     return
  43889. end try
  43890. e    No Changeq
  43891. Dev.CD Feb 00 TC
  43892. All Packages
  43893. 32280
  43894. dykstra-erickson
  43895. dylan
  43896. dynamic
  43897. dynamically
  43898. dynamics
  43899. dynamo
  43900. e-mail
  43901. earlier
  43902. early
  43903. earth
  43904. ease-of-use
  43905. easier
  43906. easiest
  43907. edition
  43908. editor
  43909. editor's
  43910. editors
  43911. edittext
  43912. edittextcdev
  43913. educational
  43914. effect
  43915. effective
  43916. effectively
  43917. effects
  43918. efficient
  43919. effort
  43920. effortless
  43921. --set theItem to choose file -- uncomment to test in an AS editor
  43922.     tell application "Finder"
  43923.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  43924.         activate
  43925.     end tell
  43926. on error errMsg number errNum
  43927.     --enter statements to perform when no records are found such as...
  43928.     display dialog "Sorry, the item you selected could not be found."
  43929.     return
  43930. end try
  43931. All Packages
  43932. System Enabler 088 (AVs)O
  43933. Dev.CD Apr 94
  43934. Dev.CD Jan 94P
  43935. Dev.CD Apr 94
  43936. Dev.CD Jan 9V
  43937. 33096X
  43938. Apr 94
  43939. p--set theItem to choose file -- uncomment to test in an AS editor
  43940.     tell application "Finder"
  43941.         open item "Dev.CD Apr 94
  43942. Dev.CD Jan 94"
  43943.         activate
  43944.     end tell
  43945. on error errMsg number errNum
  43946.     --enter statements to perform when no records are found such as...
  43947.     display dialog "Sorry, the item you selected could not be found."
  43948.     return
  43949. end try
  43950. All Packages
  43951. System Enabler 088 (AVs)O
  43952. Dev.CD Apr 94
  43953. Dev.CD Jan 94P
  43954. Dev.CD Apr 94
  43955. Dev.CD Jan 9V
  43956. 33097X
  43957. Apr 94
  43958. p--set theItem to choose file -- uncomment to test in an AS editor
  43959.     tell application "Finder"
  43960.         open item "Dev.CD Apr 94
  43961. Dev.CD Jan 94"
  43962.         activate
  43963.     end tell
  43964. on error errMsg number errNum
  43965.     --enter statements to perform when no records are found such as...
  43966.     display dialog "Sorry, the item you selected could not be found."
  43967.     return
  43968. end try
  43969. ample rates available ona given Mac and lists those rates.
  43970. SampleSndPlay:  This sample application shows how to use SndStartFilePlay.
  43971. SetSoundInput:  This application demonstrates how to set the sound input rate manually in order to record at the highest possible sound quality.
  43972. SndForEver:  This application demonstrates how to play a 'snd ' resource that has a loop in it.
  43973. SndPlayDoubleBuffer: Shows how to play sounds using SndPlayDoubleBuffer.
  43974. Sound Input:  SoundInputSample demonstrat
  43975. es the right way to set up the Sound Input Driver to record sound. In the past, developers have assumed that the state of Sound Input was always the same.  Newer Macintoshes, especially the PowerPC models, may have different settings so it is important to setup Sound Input correctly each time you use it.
  43976. SoundConvert:  SoundConvert demonstrates some of the new features in Sound Manager 3.2. The application allows you to read AIFF and AIFC sound files and convert them to any combination of
  43977. All Packages
  43978. F    QuickTimeO
  43979. Dev.CD Oct 93
  43980. Dev.CD Jul 93P
  43981. Dev.CD Oct 93
  43982. Dev.CD Jul 9V
  43983. 32756X
  43984. Oct 93
  43985. p--set theItem to choose file -- uncomment to test in an AS editor
  43986.     tell application "Finder"
  43987.         open item "Dev.CD Oct 93
  43988. Dev.CD Jul 93"
  43989.         activate
  43990.     end tell
  43991. on error errMsg number errNum
  43992.     --enter statements to perform when no records are found such as...
  43993.     display dialog "Sorry, the item you selected could not be found."
  43994.     return
  43995. end try
  43996. All Packages
  43997. F    QuickTimeO
  43998. Dev.CD Oct 93
  43999. Dev.CD Jul 93P
  44000. Dev.CD Oct 93
  44001. Dev.CD Jul 9V
  44002. 32757X
  44003. Oct 93
  44004. p--set theItem to choose file -- uncomment to test in an AS editor
  44005.     tell application "Finder"
  44006.         open item "Dev.CD Oct 93
  44007. Dev.CD Jul 93"
  44008.         activate
  44009.     end tell
  44010. on error errMsg number errNum
  44011.     --enter statements to perform when no records are found such as...
  44012.     display dialog "Sorry, the item you selected could not be found."
  44013.     return
  44014. end try
  44015. All Packages
  44016. platform
  44017. playback
  44018. player
  44019. plist
  44020. plotting
  44021. plug-ins
  44022. pmforecolor
  44023. polymorphic
  44024. polymorphic
  44025. functions
  44026. registry
  44027. scanner
  44028. portables
  44029. porting
  44030. ports
  44031. posers
  44032. power
  44033. power
  44034. power
  44035. macintosh
  44036. power
  44037. macintosh
  44038. debugger
  44039. powerbook
  44040. powerbook
  44041. powerbook
  44042. series
  44043. powerbooks
  44044. powerpcQ
  44045. powerpc
  44046. bandwidthQ
  44047. powerplant
  44048. toolbox
  44049. pre-mixer
  44050. pre-mixer
  44051. component
  44052. preemptive
  44053. preemptive
  44054. preference
  44055. preferences
  44056. preview
  44057. print
  44058. printer
  44059. printer
  44060. access
  44061. protocol
  44062. printer
  44063. selected
  44064. chooser
  44065. printers
  44066. printers
  44067. drivers
  44068. sample
  44069. printing
  44070. printing
  44071. private
  44072. process
  44073. process
  44074. manager
  44075. processes
  44076. platform@
  44077. postscript@
  44078. processing@
  44079. profiler@
  44080. quicktime
  44081. conferencing@
  44082. reconfiguration@
  44083. resources@
  44084. scan@
  44085. shared@
  44086. solutions@
  44087. stress@
  44088. system
  44089. identification@
  44090. technical
  44091. publications@
  44092. thread@
  44093. tree@
  44094. video
  44095. device@
  44096. yacc@
  44097. , the item you selected could not be found."
  44098.     return
  44099. end try
  44100. e    No Changef5Display Manager
  44101. Resolution
  44102. Screen
  44103. Monitor
  44104. Pixel DepthoJftp://ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqxq
  44105. Dev.CD Jan 00 SDK1
  44106. D!All Packages
  44107. Tool Chest Edition
  44108. DisposeResource 2.0
  44109. Summary:  DisposeResource is an extension that catches a common programming error: passing a resource handle to DisposeHandle.
  44110. Version 2.0 correctly deals with ROM resource handles. This avoids an erroneous report during boot with Sound Manager 3.1 installed.
  44111. Memory Management.imgK
  44112. Sep 92L
  44113. Sep 95N*DisposeResource debugging resource handlesOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  44114.  - Tool Chest
  44115.  - Testing & Debugging
  44116.  - Memory ManagementV
  44117. 32278X
  44118. Feb 00^
  44119. --set theItem to choose file -- uncomment to test in an AS editor
  44120.     tell application "Finder"
  44121.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Display Manager SDK:"
  44122.         activate
  44123.     end tell
  44124. on error errMsg number errNum
  44125.     --enter statements to perform when no records are found such as...
  44126.     display dialog "Sorry, the item you selected could not be found."
  44127.     return
  44128. end try
  44129. All Packages
  44130. System Enabler 088 (AVs)O
  44131. Dev.CD Apr 94
  44132. Dev.CD Jan 94P
  44133. Dev.CD Apr 94
  44134. Dev.CD Jan 9V
  44135. 33098X
  44136. Apr 94
  44137. p--set theItem to choose file -- uncomment to test in an AS editor
  44138.     tell application "Finder"
  44139.         open item "Dev.CD Apr 94
  44140. Dev.CD Jan 94"
  44141.         activate
  44142.     end tell
  44143. on error errMsg number errNum
  44144.     --enter statements to perform when no records are found such as...
  44145.     display dialog "Sorry, the item you selected could not be found."
  44146.     return
  44147. end try
  44148. All Packages
  44149. System Enabler 088 (AVs)O
  44150. Dev.CD Apr 94
  44151. Dev.CD Jan 94P
  44152. Dev.CD Apr 94
  44153. Dev.CD Jan 9V
  44154. 33099X
  44155. Apr 94
  44156. p--set theItem to choose file -- uncomment to test in an AS editor
  44157.     tell application "Finder"
  44158.         open item "Dev.CD Apr 94
  44159. Dev.CD Jan 94"
  44160.         activate
  44161.     end tell
  44162. on error errMsg number errNum
  44163.     --enter statements to perform when no records are found such as...
  44164.     display dialog "Sorry, the item you selected could not be found."
  44165.     return
  44166. end try
  44167. illustration
  44168. illustrations
  44169. im-vi
  44170. imacs
  44171. image
  44172. enabler
  44173. encoding
  44174. evaluates
  44175. evaluating
  44176. evangelical
  44177. evangelism
  44178. evans
  44179. evenbetterbuserror
  44180. event
  44181. event-aware
  44182. event-driven
  44183. events
  44184. eventually
  44185. xamine
  44186. examined
  44187. examines
  44188. Summary:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  44189.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  44190. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  44191. Issues:  Only tested under System 7.
  44192. Stress testing tools.imgK
  44193. Apr 94N
  44194. Utility, Tool, Low Disk SpaceOEDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:PMDev.CD Feb 00 TC
  44195.  - Tool Chest
  44196.  - Testing & Debugging
  44197.  - Stress testing toolsdified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool s while the tool 
  44198. --set theItem to choose file -- uncomment to test in an AS editor
  44199.     tell application "Finder"
  44200.         open item "Dev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  44201.         activate
  44202.     end tell
  44203. on error errMsg number errNum
  44204.     --enter statements to perform when no records are found such as...
  44205.     display dialog "Sorry, the item you selected could not be found."
  44206.     return
  44207. end try
  44208.  freeware.  Permission is granted by the author for personal or elExectronic distribution as long as no fees or charges are received for it. LockVol remains the copyright of dEVoN Hubbard.
  44209. General tools.imgK
  44210. Jul 92L
  44211. Jun 95M
  44212. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:
  44213. Deletedq
  44214. Dev.CD Nov 99 TC
  44215. D!All Packages
  44216. Mac OS SDK Edition
  44217. Display Manager SDKI
  44218. This development kit has the information you will need to begin taking advantage of the Display Manger API.  Software licensing information for the Display Manager extension can be found at <http://developer.apple.com/mkt/swl/>.J&DisplayManager.pdf
  44219. Read Me
  44220. Sample CodeK
  44221. Sep 95L
  44222. Jan 00M
  44223. Mac OS 7.1 or laterN9Display Manager, Resolution, Screen, Monitor, Pixel DepthO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Display Manager SDK:PGDev.CD Jan 00 SDK1
  44224.  - Development Kits
  44225.  - Mac OS
  44226.  - Display Manager SDKV
  44227. 32277X
  44228. Jan 00^
  44229. #//ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqx
  44230. All Packages
  44231. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  44232. Dev.CD Jan 94
  44233. Dev.CD Oct 93
  44234. Dev.CD Jul 93
  44235. Dev.CD Apr 93PDDev.CD Apr 94
  44236. Dev.CD Jan 94
  44237. Dev.CD Oct